Skip to content

Commit

Permalink
Merge pull request #5 from martinsmith1968/bugfix/release-build
Browse files Browse the repository at this point in the history
Version bump to fix TravisCI
  • Loading branch information
martinsmith1968 authored Dec 22, 2019
2 parents c357660 + 9ff81ff commit b28141e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DNX.Helpers/DNX.Helpers.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>DNX.Helpers</id>
<version>1.2.0.0</version>
<version>1.2.1.0</version>
<authors>Martin Smith</authors>
<owners>DNX Solutions Ltd</owners>
<!--
Expand Down
4 changes: 2 additions & 2 deletions DNX.Helpers/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,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("1.2.0.*")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: AssemblyVersion("1.2.1.*")]
[assembly: AssemblyFileVersion("1.2.1.0")]
2 changes: 1 addition & 1 deletion NuGet.Push.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ CALL SetNuGetServerAPIKey.cmd "%APPNAME%"

FOR %%F IN (*.nupkg) DO (
ECHO.Pushing: %%~F
%NUGETEXE% push "%%~F" -Source "%NUGETSERVERAPIURL%" -ApiKey "%NUGETSERVERAPIKEY%"
%NUGETEXE% push "%%~F" -Source "%NUGETSERVERAPIURL%" -ApiKey "%NUGETSERVERAPIKEY%"
)
6 changes: 3 additions & 3 deletions Test.DNX.Helpers/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
// 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("1.2.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: AssemblyInformationalVersion("1.2.0.0")]
[assembly: AssemblyVersion("1.2.1")]
[assembly: AssemblyFileVersion("1.2.1.0")]
[assembly: AssemblyInformationalVersion("1.2.1.0")]

0 comments on commit b28141e

Please sign in to comment.