Skip to content

Commit

Permalink
2.5 version stamp
Browse files Browse the repository at this point in the history
  • Loading branch information
atifaziz committed May 31, 2017
1 parent d7a4d39 commit 7e3b5b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions MoreLinq/Properties/AssemblyInfo.g.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// This code was generated by a tool. Any changes made manually will be lost
// the next time this code is regenerated.
// Generated: Tue, 09 Feb 2016 07:42:09 GMT
// Generated: Wed, 31 May 2017 14:17:59 GMT

using System.Reflection;

[assembly: AssemblyVersion("2.0.19309.0")]
[assembly: AssemblyFileVersion("2.0.19309.742")]
[assembly: AssemblyVersion("2.5.20831.0")]
[assembly: AssemblyFileVersion("2.5.20831.1417")]
2 changes: 1 addition & 1 deletion MoreLinq/Properties/AssemblyInfo.g.tt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<#@ output extension=".cs" #>
<#
var date = DateTime.UtcNow;
var version = new Version(2, 0,
var version = new Version(2, 5,
/* bld */ ((date.Year - 2000) * 12 + date.Month - 1) * 100 + date.Day,
/* rev */ date.Hour * 100 + date.Minute);
#>
Expand Down

0 comments on commit 7e3b5b8

Please sign in to comment.