Skip to content

Commit

Permalink
WAF Change version number to 4.1.0.92
Browse files Browse the repository at this point in the history
  • Loading branch information
jbe2277 committed Sep 30, 2017
1 parent c6ec665 commit 06c8750
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pkg/NuPush.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
setlocal
set PkgDir=%~dp0
set PATH=%PATH%;%PkgDir%
set Version=4.1.0-rc1
set Version=4.1.0-rc2

cd %PkgDir%\System.Waf\Release

Expand All @@ -11,4 +11,4 @@ nuget Push System.Waf.UnitTesting.Core.%Version%.nupkg -Source https://www.nuget
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.4.1.0-alpha8.nupkg -Source https://www.nuget.org/api/v2/package
rem nuget Push System.Waf.Uwp.4.1.0-alpha8.nupkg -Source https://www.nuget.org/api/v2/package
4 changes: 4 additions & 0 deletions src/System.Waf/Documentation/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
---------

Version 4.1.0.92 (Release Candidate 2)
- WAF: Fix metadata of *.Core NuGet packages.


Version 4.1.0.91 (Release Candidate 1)
- WAF: Add extension method IndexOf for IEnumerable<T>.
- WAF: Fix NuGet package creation bat file (nuget parameters were not passed correctly).
Expand Down
6 changes: 3 additions & 3 deletions src/System.Waf/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
[assembly: NeutralResourcesLanguage("en-US")]


[assembly: AssemblyVersion("4.1.0.91")]
[assembly: AssemblyFileVersion("4.1.0.91")]
[assembly: AssemblyInformationalVersion("4.1.0-rc1")]
[assembly: AssemblyVersion("4.1.0.92")]
[assembly: AssemblyFileVersion("4.1.0.92")]
[assembly: AssemblyInformationalVersion("4.1.0-rc2")]
Original file line number Diff line number Diff line change
Expand Up @@ -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-rc1" />
<dependency id="System.Waf.Core" version="4.1.0-rc2" />
</group>
</dependencies>
</metadata>
Expand Down

0 comments on commit 06c8750

Please sign in to comment.