File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
// This code was generated by a tool. Any changes made manually will be lost
2
2
// the next time this code is regenerated.
3
- // Generated: Tue, 09 Feb 2016 07:42:09 GMT
3
+ // Generated: Wed, 31 May 2017 14:17:59 GMT
4
4
5
5
using System . Reflection ;
6
6
7
- [ assembly: AssemblyVersion ( "2.0.19309 .0" ) ]
8
- [ assembly: AssemblyFileVersion ( "2.0.19309.742 " ) ]
7
+ [ assembly: AssemblyVersion ( "2.5.20831 .0" ) ]
8
+ [ assembly: AssemblyFileVersion ( "2.5.20831.1417 " ) ]
Original file line number Diff line number Diff line change 2
2
<#@ output extension=".cs" #>
3
3
<#
4
4
var date = DateTime.UtcNow;
5
- var version = new Version(2, 0 ,
5
+ var version = new Version(2, 5 ,
6
6
/* bld */ ((date.Year - 2000) * 12 + date.Month - 1) * 100 + date.Day,
7
7
/* rev */ date.Hour * 100 + date.Minute);
8
8
#>
You can’t perform that action at this time.
0 commit comments