diff --git a/pkg/NuPush.bat b/pkg/NuPush.bat index 32380bff..ae64f7b0 100644 --- a/pkg/NuPush.bat +++ b/pkg/NuPush.bat @@ -2,12 +2,13 @@ setlocal set PkgDir=%~dp0 set PATH=%PATH%;%PkgDir% -set Version=4.1.0-alpha7 +set Version=4.1.0-rc1 -cd %PkgDir%\System.Waf\Release\%Version% +cd %PkgDir%\System.Waf\Release nuget Push System.Waf.Core.%Version%.nupkg -Source https://www.nuget.org/api/v2/package nuget Push System.Waf.UnitTesting.Core.%Version%.nupkg -Source https://www.nuget.org/api/v2/package nuget Push System.Waf.Wpf.%Version%.nupkg -Source https://www.nuget.org/api/v2/package nuget Push System.Waf.UnitTesting.Wpf.%Version%.nupkg -Source https://www.nuget.org/api/v2/package -nuget Push System.Waf.Uwp.%Version%.nupkg -Source https://www.nuget.org/api/v2/package \ No newline at end of file + +nuget Push System.Waf.Uwp.4.1.0-alpha8.nupkg -Source https://www.nuget.org/api/v2/package \ No newline at end of file diff --git a/src/System.Waf/System.Waf/System.Waf.Uwp/System.Waf.Uwp-2.nuspec b/src/System.Waf/System.Waf/System.Waf.Uwp/System.Waf.Uwp-2.nuspec index 52cb235a..4208645d 100644 --- a/src/System.Waf/System.Waf/System.Waf.Uwp/System.Waf.Uwp-2.nuspec +++ b/src/System.Waf/System.Waf/System.Waf.Uwp/System.Waf.Uwp-2.nuspec @@ -2,7 +2,7 @@ System.Waf.Uwp - 4.1.0-alpha7 + 4.1.0-alpha8 System.Waf.Uwp System.Waf is a lightweight framework that helps you to create well-structured XAML applications. This package contains the UWP (Universal Windows Platform) specific types. jbe2277 @@ -16,7 +16,7 @@ - +