Skip to content

Commit

Permalink
sort out versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
dgg committed Jul 20, 2016
1 parent ef810bd commit bd6988d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion NMoneys.Exchange.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>NMoneys.Exchange</id>
<title>NMoneys Exchange</title>
<version>3.0.0.0</version>
<version>3.1.0.0</version>
<authors>Daniel González García</authors>
<licenseUrl>http://www.opensource.org/licenses/bsd-license.php</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand Down
2 changes: 1 addition & 1 deletion NMoneys.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>NMoneys</id>
<title>NMoneys</title>
<version>4.4.1.0</version>
<version>4.5.0.0</version>
<authors>Daniel González García</authors>
<licenseUrl>http://www.opensource.org/licenses/bsd-license.php</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand Down
4 changes: 2 additions & 2 deletions src/NMoneys.Exchange/Properties/Exchange_AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,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("3.0.0.0")]
[assembly: AssemblyFileVersion("3.0.0.0")]
[assembly: AssemblyVersion("3.1.0.0")]
[assembly: AssemblyFileVersion("3.1.0.0")]
4 changes: 2 additions & 2 deletions src/NMoneys/Properties/NMoneys_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("4.4.1.0")]
[assembly: AssemblyFileVersion("4.4.1.0")]
[assembly: AssemblyVersion("4.5.0.0")]
[assembly: AssemblyFileVersion("4.5.0.0")]

0 comments on commit bd6988d

Please sign in to comment.