Skip to content

Commit

Permalink
Bump version 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
veblush committed Jul 12, 2016
1 parent 2317f63 commit ee11570
Show file tree
Hide file tree
Showing 2 changed files with 7 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("3.4.3")]
[assembly: AssemblyFileVersionAttribute("0.3.2")]
[assembly: AssemblyInformationalVersionAttribute("0.3.2")]
[assembly: AssemblyFileVersionAttribute("0.3.3")]
[assembly: AssemblyInformationalVersionAttribute("0.3.3")]
namespace System {
internal static class AssemblyVersionInformation {
internal const string Version = "3.4.3";
internal const string InformationalVersion = "0.3.2";
internal const string InformationalVersion = "0.3.3";
}
}
4 changes: 4 additions & 0 deletions src/UniGet/UniGet.Release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.3 (Released 2016/07/12)

* Fix restore option parsing error

## 0.3.2 (Released 2016/07/12)

* Support github token option to get higher api limit rate.
Expand Down

0 comments on commit ee11570

Please sign in to comment.