diff --git a/NodeNetwork/NodeNetwork.csproj b/NodeNetwork/NodeNetwork.csproj index 15fd494..a59d0ca 100644 --- a/NodeNetwork/NodeNetwork.csproj +++ b/NodeNetwork/NodeNetwork.csproj @@ -5,7 +5,7 @@ false true true - 5.1.0 + 5.1.1 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 e949f58..bf2b0fe 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.0.0")] -[assembly: AssemblyFileVersion("5.1.0.0")] +[assembly: AssemblyVersion("5.1.1.0")] +[assembly: AssemblyFileVersion("5.1.1.0")] diff --git a/NodeNetworkToolkit/NodeNetworkToolkit.csproj b/NodeNetworkToolkit/NodeNetworkToolkit.csproj index fed568a..acd2d91 100644 --- a/NodeNetworkToolkit/NodeNetworkToolkit.csproj +++ b/NodeNetworkToolkit/NodeNetworkToolkit.csproj @@ -6,7 +6,7 @@ false true true - 5.1.0 + 5.1.1 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 a22b435..d9ad598 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.0.0")] -[assembly: AssemblyFileVersion("5.1.0.0")] +[assembly: AssemblyVersion("5.1.1.0")] +[assembly: AssemblyFileVersion("5.1.1.0")] diff --git a/NuGet/publish.ps1 b/NuGet/publish.ps1 index dcf721a..d8cd637 100644 --- a/NuGet/publish.ps1 +++ b/NuGet/publish.ps1 @@ -1,4 +1,4 @@ -$version = "5.1.0" +$version = "5.1.1" if (![System.IO.File]::Exists("nuget.exe")) { Invoke-WebRequest -Uri "https://dist.nuget.org/win-x86-commandline/latest/nuget.exe" -OutFile "nuget.exe"