Skip to content

Commit 26e735d

Browse files
committed
Bump version
1 parent 0a2d3f2 commit 26e735d

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

NodeNetwork/NodeNetwork.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
66
<UseWPF>true</UseWPF>
77
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
8-
<Version>4.2.0</Version>
8+
<Version>4.3.0</Version>
99
<Authors>Wouter De Keersmaecker</Authors>
1010
<PackageTags>wpf reactiveui node network editor node-editor graph</PackageTags>
1111
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>

NodeNetwork/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@
5151
// You can specify all the values or you can default the Build and Revision Numbers
5252
// by using the '*' as shown below:
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("4.2.0.0")]
55-
[assembly: AssemblyFileVersion("4.2.0.0")]
54+
[assembly: AssemblyVersion("4.3.0.0")]
55+
[assembly: AssemblyFileVersion("4.3.0.0")]

NodeNetworkToolkit/NodeNetworkToolkit.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
77
<UseWPF>true</UseWPF>
88
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
9-
<Version>4.2.0</Version>
9+
<Version>4.3.0</Version>
1010
<Authors>Wouter De Keersmaecker</Authors>
1111
<PackageTags>wpf reactiveui node network editor node-editor graph</PackageTags>
1212
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>

NodeNetworkToolkit/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("4.2.0.0")]
36-
[assembly: AssemblyFileVersion("4.2.0.0")]
35+
[assembly: AssemblyVersion("4.3.0.0")]
36+
[assembly: AssemblyFileVersion("4.3.0.0")]

NuGet/publish.bat

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@echo off
22
echo Push NodeNetwork to NuGet? (Didn't forget version bump?)
33
pause
4-
nuget push ../NodeNetwork/bin/Release/NodeNetwork.4.2.0.nupkg %1 -Source https://api.nuget.org/v3/index.json
5-
nuget push ../NodeNetworkToolkit/bin/Release/NodeNetworkToolkit.4.2.0.nupkg %1 -Source https://api.nuget.org/v3/index.json
6-
nuget push ../NodeNetwork/bin/Release/NodeNetwork.4.2.0.symbols.nupkg %1 -source https://nuget.smbsrc.net/
7-
nuget push ../NodeNetworkToolkit/bin/Release/NodeNetworkToolkit.4.2.0.symbols.nupkg %1 -source https://nuget.smbsrc.net/
4+
nuget push ../NodeNetwork/bin/Release/NodeNetwork.4.3.0.nupkg %1 -Source https://api.nuget.org/v3/index.json
5+
nuget push ../NodeNetworkToolkit/bin/Release/NodeNetworkToolkit.4.3.0.nupkg %1 -Source https://api.nuget.org/v3/index.json
6+
nuget push ../NodeNetwork/bin/Release/NodeNetwork.4.3.0.symbols.nupkg %1 -source https://nuget.smbsrc.net/
7+
nuget push ../NodeNetworkToolkit/bin/Release/NodeNetworkToolkit.4.3.0.symbols.nupkg %1 -source https://nuget.smbsrc.net/

0 commit comments

Comments
 (0)