Skip to content

Commit

Permalink
5.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tallesl committed Mar 8, 2017
1 parent af54d4c commit 7445c9c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Library/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("5.1.3.0")]
[assembly: AssemblyFileVersion("5.1.3.0")]
[assembly: AssemblyVersion("5.1.4.0")]
[assembly: AssemblyFileVersion("5.1.4.0")]
2 changes: 1 addition & 1 deletion Package.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>FluentScheduler</id>
<version>5.1.3</version>
<version>5.1.4</version>
<authors>Jim Geurts &lt;[email protected]&gt;,Talles L &lt;[email protected]&gt; &amp; further contributors</authors>
<licenseUrl>https://opensource.org/licenses/BSD-3-Clause</licenseUrl>
<projectUrl>https://github.com/fluentscheduler/FluentScheduler</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions PortableLibrary/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("5.1.3.0")]
[assembly: AssemblyFileVersion("5.1.3.0")]
[assembly: AssemblyVersion("5.1.4.0")]
[assembly: AssemblyFileVersion("5.1.4.0")]

0 comments on commit 7445c9c

Please sign in to comment.