Skip to content

Commit

Permalink
Version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
atifaziz committed Apr 7, 2017
1 parent c80c8da commit e95f456
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LinqPadless.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>LinqPadless</id>
<version>1.0.1</version>
<version>1.1.0</version>
<authors>Atif Aziz</authors>
<owners>Atif Aziz</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand Down
6 changes: 3 additions & 3 deletions src/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, 20 Mar 2017 20:47:07 GMT
// Generated: Fri, 07 Apr 2017 17:12:39 GMT

using System.Reflection;

[assembly: AssemblyVersion("1.0.20620.0")]
[assembly: AssemblyFileVersion("1.0.20620.2047")]
[assembly: AssemblyVersion("1.1.20707.0")]
[assembly: AssemblyFileVersion("1.1.20707.1712")]
2 changes: 1 addition & 1 deletion src/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 v = new Version(1, 0,
var v = new Version(1, 1,
build: ((date.Year - 2000) * 12 + date.Month - 1) * 100 + date.Day,
revision: date.Hour * 100 + date.Minute);
#>
Expand Down

0 comments on commit e95f456

Please sign in to comment.