diff --git a/NodeNetwork/NodeNetwork.csproj b/NodeNetwork/NodeNetwork.csproj index f88dcd0..0c25da5 100644 --- a/NodeNetwork/NodeNetwork.csproj +++ b/NodeNetwork/NodeNetwork.csproj @@ -5,7 +5,7 @@ false true true - 5.1.2 + 5.2.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 f0a035b..19e1ba7 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.1.2.0")] -[assembly: AssemblyFileVersion("5.1.2.0")] +[assembly: AssemblyVersion("5.2.0.0")] +[assembly: AssemblyFileVersion("5.2.0.0")] diff --git a/NodeNetworkToolkit/NodeNetworkToolkit.csproj b/NodeNetworkToolkit/NodeNetworkToolkit.csproj index 2d1e908..8d97c7e 100644 --- a/NodeNetworkToolkit/NodeNetworkToolkit.csproj +++ b/NodeNetworkToolkit/NodeNetworkToolkit.csproj @@ -6,7 +6,7 @@ false true true - 5.1.2 + 5.2.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 af06097..fdd98bc 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.1.2.0")] -[assembly: AssemblyFileVersion("5.1.2.0")] +[assembly: AssemblyVersion("5.2.0.0")] +[assembly: AssemblyFileVersion("5.2.0.0")] diff --git a/NuGet/publish.ps1 b/NuGet/publish.ps1 index 1ad6814..5422b05 100644 --- a/NuGet/publish.ps1 +++ b/NuGet/publish.ps1 @@ -1,4 +1,4 @@ -$version = "5.1.2" +$version = "5.2.0" if (![System.IO.File]::Exists("nuget.exe")) { Invoke-WebRequest -Uri "https://dist.nuget.org/win-x86-commandline/latest/nuget.exe" -OutFile "nuget.exe"