Skip to content

Commit

Permalink
Bump version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
veblush committed May 2, 2016
1 parent 60a2d54 commit 8eb3141
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/UniGet/Properties/AssemblyInfoGenerated.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
using System.Reflection;

[assembly: AssemblyVersionAttribute("0.0.0")]
[assembly: AssemblyFileVersionAttribute("0.2.8")]
[assembly: AssemblyInformationalVersionAttribute("0.2.8")]
[assembly: AssemblyFileVersionAttribute("0.3.0")]
[assembly: AssemblyInformationalVersionAttribute("0.3.0")]
namespace System {
internal static class AssemblyVersionInformation {
internal const string Version = "0.0.0";
internal const string InformationalVersion = "0.2.8";
internal const string InformationalVersion = "0.3.0";
}
}
5 changes: 5 additions & 0 deletions src/UniGet/UniGet.Release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.3.0 (Released 2016/05/02)

* Dependency Resolution following NuGet semantics.
* Feature to remove all installed packages.

## 0.2.8 (Released 2016/04/29)

* Fix duplicate package restore error
Expand Down

0 comments on commit 8eb3141

Please sign in to comment.