From 08a45eccece480785ac84f67cb88d83c2a1bdff5 Mon Sep 17 00:00:00 2001 From: Wouter Date: Sat, 7 Aug 2021 12:04:58 +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.ps1 | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/NodeNetwork/NodeNetwork.csproj b/NodeNetwork/NodeNetwork.csproj index 0c25da5..e125d9d 100644 --- a/NodeNetwork/NodeNetwork.csproj +++ b/NodeNetwork/NodeNetwork.csproj @@ -5,7 +5,7 @@ false true true - 5.2.0 + 6.0.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 19e1ba7..5d995c7 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("5.2.0.0")] -[assembly: AssemblyFileVersion("5.2.0.0")] +[assembly: AssemblyVersion("6.0.0.0")] +[assembly: AssemblyFileVersion("6.0.0.0")] diff --git a/NodeNetworkToolkit/NodeNetworkToolkit.csproj b/NodeNetworkToolkit/NodeNetworkToolkit.csproj index 8d97c7e..2bbbaad 100644 --- a/NodeNetworkToolkit/NodeNetworkToolkit.csproj +++ b/NodeNetworkToolkit/NodeNetworkToolkit.csproj @@ -6,7 +6,7 @@ false true true - 5.2.0 + 6.0.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 fdd98bc..b83d2b9 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("5.2.0.0")] -[assembly: AssemblyFileVersion("5.2.0.0")] +[assembly: AssemblyVersion("6.0.0.0")] +[assembly: AssemblyFileVersion("6.0.0.0")] diff --git a/NuGet/publish.ps1 b/NuGet/publish.ps1 index 5422b05..d3570b5 100644 --- a/NuGet/publish.ps1 +++ b/NuGet/publish.ps1 @@ -1,4 +1,4 @@ -$version = "5.2.0" +$version = "6.0.0" if (![System.IO.File]::Exists("nuget.exe")) { Invoke-WebRequest -Uri "https://dist.nuget.org/win-x86-commandline/latest/nuget.exe" -OutFile "nuget.exe"