Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Wouterdek committed Aug 31, 2020
1 parent 0a2d3f2 commit 26e735d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion NodeNetwork/NodeNetwork.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<UseWPF>true</UseWPF>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>4.2.0</Version>
<Version>4.3.0</Version>
<Authors>Wouter De Keersmaecker</Authors>
<PackageTags>wpf reactiveui node network editor node-editor graph</PackageTags>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
Expand Down
4 changes: 2 additions & 2 deletions NodeNetwork/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,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.2.0.0")]
[assembly: AssemblyFileVersion("4.2.0.0")]
[assembly: AssemblyVersion("4.3.0.0")]
[assembly: AssemblyFileVersion("4.3.0.0")]
2 changes: 1 addition & 1 deletion NodeNetworkToolkit/NodeNetworkToolkit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<UseWPF>true</UseWPF>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>4.2.0</Version>
<Version>4.3.0</Version>
<Authors>Wouter De Keersmaecker</Authors>
<PackageTags>wpf reactiveui node network editor node-editor graph</PackageTags>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
Expand Down
4 changes: 2 additions & 2 deletions NodeNetworkToolkit/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,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.2.0.0")]
[assembly: AssemblyFileVersion("4.2.0.0")]
[assembly: AssemblyVersion("4.3.0.0")]
[assembly: AssemblyFileVersion("4.3.0.0")]
8 changes: 4 additions & 4 deletions NuGet/publish.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off
echo Push NodeNetwork to NuGet? (Didn't forget version bump?)
pause
nuget push ../NodeNetwork/bin/Release/NodeNetwork.4.2.0.nupkg %1 -Source https://api.nuget.org/v3/index.json
nuget push ../NodeNetworkToolkit/bin/Release/NodeNetworkToolkit.4.2.0.nupkg %1 -Source https://api.nuget.org/v3/index.json
nuget push ../NodeNetwork/bin/Release/NodeNetwork.4.2.0.symbols.nupkg %1 -source https://nuget.smbsrc.net/
nuget push ../NodeNetworkToolkit/bin/Release/NodeNetworkToolkit.4.2.0.symbols.nupkg %1 -source https://nuget.smbsrc.net/
nuget push ../NodeNetwork/bin/Release/NodeNetwork.4.3.0.nupkg %1 -Source https://api.nuget.org/v3/index.json
nuget push ../NodeNetworkToolkit/bin/Release/NodeNetworkToolkit.4.3.0.nupkg %1 -Source https://api.nuget.org/v3/index.json
nuget push ../NodeNetwork/bin/Release/NodeNetwork.4.3.0.symbols.nupkg %1 -source https://nuget.smbsrc.net/
nuget push ../NodeNetworkToolkit/bin/Release/NodeNetworkToolkit.4.3.0.symbols.nupkg %1 -source https://nuget.smbsrc.net/

0 comments on commit 26e735d

Please sign in to comment.