Skip to content

Commit

Permalink
Bump assembly version for 2.4; fixes #283
Browse files Browse the repository at this point in the history
  • Loading branch information
atifaziz committed May 1, 2017
1 parent e5f2e2e commit 5ea08f6
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: Mon, 01 May 2017 15:04:02 GMT

using System.Reflection;

[assembly: AssemblyVersion("2.0.19309.0")]
[assembly: AssemblyFileVersion("2.0.19309.742")]
[assembly: AssemblyVersion("2.4.20801.0")]
[assembly: AssemblyFileVersion("2.4.20801.1504")]
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, 4,
/* bld */ ((date.Year - 2000) * 12 + date.Month - 1) * 100 + date.Day,
/* rev */ date.Hour * 100 + date.Minute);
#>
Expand Down

0 comments on commit 5ea08f6

Please sign in to comment.