From 26e735de7abac6c39ff5fd4d11cdefe99dc0ce52 Mon Sep 17 00:00:00 2001 From: Wouter Date: Mon, 31 Aug 2020 23:34:00 +0200 Subject: [PATCH] Bump version --- NodeNetwork/NodeNetwork.csproj | 2 +- NodeNetwork/Properties/AssemblyInfo.cs | 4 ++-- NodeNetworkToolkit/NodeNetworkToolkit.csproj | 2 +- NodeNetworkToolkit/Properties/AssemblyInfo.cs | 4 ++-- NuGet/publish.bat | 8 ++++---- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/NodeNetwork/NodeNetwork.csproj b/NodeNetwork/NodeNetwork.csproj index 1df65c9..2e2e12f 100644 --- a/NodeNetwork/NodeNetwork.csproj +++ b/NodeNetwork/NodeNetwork.csproj @@ -5,7 +5,7 @@ false true true - 4.2.0 + 4.3.0 Wouter De Keersmaecker wpf reactiveui node network editor node-editor graph Apache-2.0 diff --git a/NodeNetwork/Properties/AssemblyInfo.cs b/NodeNetwork/Properties/AssemblyInfo.cs index 57a0beb..e22a39f 100644 --- a/NodeNetwork/Properties/AssemblyInfo.cs +++ b/NodeNetwork/Properties/AssemblyInfo.cs @@ -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")] diff --git a/NodeNetworkToolkit/NodeNetworkToolkit.csproj b/NodeNetworkToolkit/NodeNetworkToolkit.csproj index d3bf9c9..774c8cb 100644 --- a/NodeNetworkToolkit/NodeNetworkToolkit.csproj +++ b/NodeNetworkToolkit/NodeNetworkToolkit.csproj @@ -6,7 +6,7 @@ false true true - 4.2.0 + 4.3.0 Wouter De Keersmaecker wpf reactiveui node network editor node-editor graph Apache-2.0 diff --git a/NodeNetworkToolkit/Properties/AssemblyInfo.cs b/NodeNetworkToolkit/Properties/AssemblyInfo.cs index 031e96f..10b6d0e 100644 --- a/NodeNetworkToolkit/Properties/AssemblyInfo.cs +++ b/NodeNetworkToolkit/Properties/AssemblyInfo.cs @@ -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")] diff --git a/NuGet/publish.bat b/NuGet/publish.bat index 2d71b53..ee847ca 100644 --- a/NuGet/publish.bat +++ b/NuGet/publish.bat @@ -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/ \ No newline at end of file +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/ \ No newline at end of file