Skip to content

Commit

Permalink
WAF NuPush version 4.1.0.91
Browse files Browse the repository at this point in the history
  • Loading branch information
jbe2277 committed Aug 27, 2017
1 parent 2f51a15 commit 31bbb6b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions pkg/NuPush.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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

nuget Push System.Waf.Uwp.4.1.0-alpha8.nupkg -Source https://www.nuget.org/api/v2/package
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>System.Waf.Uwp</id>
<version>4.1.0-alpha7</version>
<version>4.1.0-alpha8</version>
<title>System.Waf.Uwp</title>
<description>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.</description>
<authors>jbe2277</authors>
Expand All @@ -16,7 +16,7 @@
<dependencies>
<group targetFramework="UAP10.0">
<dependency id="Microsoft.NETCore.UniversalWindowsPlatform" version="5.1.0" exclude="Build,Analyzers" />
<dependency id="System.Waf.Core" version="4.1.0-alpha7" />
<dependency id="System.Waf.Core" version="4.1.0-rc1" />
</group>
</dependencies>
</metadata>
Expand Down

0 comments on commit 31bbb6b

Please sign in to comment.