Skip to content

Commit

Permalink
WAF Prepare release 5.0.0.2 (Alpha 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbe2277 committed Feb 17, 2019
1 parent ca6f159 commit ead258d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions src/System.Waf/Documentation/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
---------

Version 5.0.0.2 (Alpha 2)
- WAF: Improve error handling of the SettingsService.
- Samples: Use the new Project SDK format for the csproj files.
- BookLibrary: Migrate Entity Framework 6 to Entity Framework Core 2.2
- BookLibrary: Refactor the Entity Framework integration so that unit testing of the Application layer is easier.
- BookLibrary: Improve unit tests by using EF Core InMemoryDatabase.
- Samples: Change some projects to target .NET Standard 2.0.


Version 5.0.0.1 (Alpha 1)
- WAF: Core projects target now .Net Standard 2.0 and .NET Framework 4.6.1.
- WAF: Core unit tests run now on .NET Core 2.1 and on .NET Framework 4.6.1.
Expand Down
4 changes: 2 additions & 2 deletions src/System.Waf/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
[assembly: NeutralResourcesLanguage("en-US")]


[assembly: AssemblyVersion("5.0.0.1")]
[assembly: AssemblyFileVersion("5.0.0.1")]
[assembly: AssemblyVersion("5.0.0.2")]
[assembly: AssemblyFileVersion("5.0.0.2")]

// Update version number in 'Directory.Build.props' as well
2 changes: 1 addition & 1 deletion src/System.Waf/System.Waf/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Import Project="$([MSBuild]::GetPathOfFileAbove($(MSBuildThisFile), $(MSBuildThisFileDirectory)../))" />

<PropertyGroup>
<PackageVersion>5.0.0-alpha1</PackageVersion>
<PackageVersion>5.0.0-alpha2</PackageVersion>

<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down

0 comments on commit ead258d

Please sign in to comment.