diff --git a/.gitignore b/.gitignore index 3fd8a17..83221a4 100644 --- a/.gitignore +++ b/.gitignore @@ -302,4 +302,5 @@ __pycache__/ log.txt _site/ -!/ExampleShaderEditorApp/Resources/Models/*.obj \ No newline at end of file +!/ExampleShaderEditorApp/Resources/Models/*.obj +NuGet/nuget.exe diff --git a/NodeNetwork/NodeNetwork.csproj b/NodeNetwork/NodeNetwork.csproj index 4e0298a..15fd494 100644 --- a/NodeNetwork/NodeNetwork.csproj +++ b/NodeNetwork/NodeNetwork.csproj @@ -5,7 +5,7 @@ false true true - 5.0.0 + 5.1.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 0465cb5..e949f58 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.0.0.0")] -[assembly: AssemblyFileVersion("5.0.0.0")] +[assembly: AssemblyVersion("5.1.0.0")] +[assembly: AssemblyFileVersion("5.1.0.0")] diff --git a/NodeNetworkToolkit/NodeNetworkToolkit.csproj b/NodeNetworkToolkit/NodeNetworkToolkit.csproj index 33a432a..fed568a 100644 --- a/NodeNetworkToolkit/NodeNetworkToolkit.csproj +++ b/NodeNetworkToolkit/NodeNetworkToolkit.csproj @@ -6,7 +6,7 @@ false true true - 5.0.0 + 5.1.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 5ef6df4..a22b435 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.0.0.0")] -[assembly: AssemblyFileVersion("5.0.0.0")] +[assembly: AssemblyVersion("5.1.0.0")] +[assembly: AssemblyFileVersion("5.1.0.0")] diff --git a/NuGet/publish.ps1 b/NuGet/publish.ps1 index a7a48f3..dcf721a 100644 --- a/NuGet/publish.ps1 +++ b/NuGet/publish.ps1 @@ -1,4 +1,4 @@ -$version = "4.3.0" +$version = "5.1.0" if (![System.IO.File]::Exists("nuget.exe")) { Invoke-WebRequest -Uri "https://dist.nuget.org/win-x86-commandline/latest/nuget.exe" -OutFile "nuget.exe" @@ -6,7 +6,7 @@ if (![System.IO.File]::Exists("nuget.exe")) { Write-Output ("Push NodeNetwork " + $version + " to NuGet? (Didn't forget version bump?)") Read-Host -nuget.exe push ("../NodeNetwork/bin/Release/NodeNetwork." + $version + ".nupkg") $args[0] -Source https://api.nuget.org/v3/index.json -nuget.exe push ("../NodeNetworkToolkit/bin/Release/NodeNetworkToolkit." + $version + ".nupkg") $args[0] -Source https://api.nuget.org/v3/index.json -nuget.exe push ("../NodeNetwork/bin/Release/NodeNetwork." + $version + ".symbols.nupkg") $args[0] -source https://nuget.smbsrc.net/ -nuget.exe push ("../NodeNetworkToolkit/bin/Release/NodeNetworkToolkit." + $version + ".symbols.nupkg") $args[0] -source https://nuget.smbsrc.net/ +./nuget.exe push ("../NodeNetwork/bin/Release/NodeNetwork." + $version + ".nupkg") $args[0] -Source https://api.nuget.org/v3/index.json +./nuget.exe push ("../NodeNetworkToolkit/bin/Release/NodeNetworkToolkit." + $version + ".nupkg") $args[0] -Source https://api.nuget.org/v3/index.json +./nuget.exe push ("../NodeNetwork/bin/Release/NodeNetwork." + $version + ".symbols.nupkg") $args[0] -source https://nuget.smbsrc.net/ +./nuget.exe push ("../NodeNetworkToolkit/bin/Release/NodeNetworkToolkit." + $version + ".symbols.nupkg") $args[0] -source https://nuget.smbsrc.net/