Skip to content

Commit

Permalink
(build) Updated version and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
gep13 committed Jul 15, 2017
1 parent 45cafa5 commit dd87e09
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### New on 0.21.1 (Released 2017/07/15)

* 1685 Add DotNetCoreTool alias overload that takes DotNetCoreToolSettings parameter
* 1686 AssemblyLoadContext root path is relative

### New on 0.21.0 (Released 2017/07/14)

* 1533 Update DotNetCore Aliases to match tooling 1.0
Expand Down
6 changes: 3 additions & 3 deletions src/SolutionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
using System.Reflection;

[assembly: AssemblyProduct("Cake")]
[assembly: AssemblyVersion("0.21.0.0")]
[assembly: AssemblyFileVersion("0.21.0.0")]
[assembly: AssemblyInformationalVersion("0.21.0-beta.1+0.Branch.release/0.21.0.Sha.edd75e172fccd18de5801b82446c103e040d4ff8")]
[assembly: AssemblyVersion("0.21.1.0")]
[assembly: AssemblyFileVersion("0.21.1.0")]
[assembly: AssemblyInformationalVersion("0.21.1-beta.1+6.Branch.hotfix/0.21.1.Sha.45cafa5cf6a410e04fff551683d4323cd97221c5")]
[assembly: AssemblyCopyright("Copyright (c) .NET Foundation and Contributors")]

0 comments on commit dd87e09

Please sign in to comment.