Skip to content

Commit

Permalink
Bump version 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
veblush committed Jul 12, 2016
1 parent e4aed40 commit 701c550
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("3.4.3")]
[assembly: AssemblyFileVersionAttribute("0.3.1")]
[assembly: AssemblyInformationalVersionAttribute("0.3.1")]
[assembly: AssemblyFileVersionAttribute("0.3.2")]
[assembly: AssemblyInformationalVersionAttribute("0.3.2")]
namespace System {
internal static class AssemblyVersionInformation {
internal const string Version = "3.4.3";
internal const string InformationalVersion = "0.3.1";
internal const string InformationalVersion = "0.3.2";
}
}
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.2 (Released 2016/07/12)

* Support github token option to get higher api limit rate.
* When restore, use 'UnityPackages.json' as a default project file.

## 0.3.1 (Released 2016/05/27)

* Set version of uniget.exe 3.4.3 to make nuget version detector happy.
Expand Down

0 comments on commit 701c550

Please sign in to comment.