Skip to content

Commit

Permalink
Bump version to 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atifaziz committed Jan 23, 2018
1 parent b82b5b7 commit 2729fa2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion MoreLinq/MoreLinq.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Copyright>&#169; 2008 Jonathan Skeet. Portions &#169; 2009 Atif Aziz, Chris Ammerman, Konrad Rudolph. Portions &#169; 2010 Johannes Rudolph, Leopold Bushkin. Portions &#169; 2015 Felipe Sateler, &#8220;sholland&#8221;. Portions &#169; 2016 Andreas Gullberg Larsen, Leandro F. Vieira (leandromoh). Portions &#169; Microsoft. All rights reserved.</Copyright>
<AssemblyTitle>MoreLINQ</AssemblyTitle>
<NeutralLanguage>en-US</NeutralLanguage>
<VersionPrefix>2.9.0</VersionPrefix>
<VersionPrefix>2.10.0</VersionPrefix>
<Authors>MoreLINQ Developers.</Authors>
<TargetFrameworks>net40;net35;netstandard1.0;netstandard2.0</TargetFrameworks>
<LangVersion>7</LangVersion>
Expand Down
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: Mon, 02 Oct 2017 10:52:44 GMT
// Generated: Tue, 23 Jan 2018 17:40:39 GMT

using System.Reflection;

[assembly: AssemblyVersion("2.9.21302.0")]
[assembly: AssemblyFileVersion("2.9.21302.1052")]
[assembly: AssemblyVersion("2.10.21623.0")]
[assembly: AssemblyFileVersion("2.10.21623.1740")]
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, 9,
var version = new Version(2, 10,
/* bld */ ((date.Year - 2000) * 12 + date.Month - 1) * 100 + date.Day,
/* rev */ date.Hour * 100 + date.Minute);
#>
Expand Down

0 comments on commit 2729fa2

Please sign in to comment.