mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-05 19:46:07 +00:00
Update release notes and version
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
### New in 0.1.4 (Released 2013/11/6)
|
||||
* New client for retrieving activity events
|
||||
* Fixed bug where concealing an org's member actually shows the member
|
||||
|
||||
### New in 0.1.3 (Released 2013/11/5)
|
||||
* New Xamarin Component store versions of Octokit.net
|
||||
* New clients for managing assignees, milestones, and tags
|
||||
|
||||
+3
-3
@@ -3,11 +3,11 @@ using System.Reflection;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
[assembly: AssemblyProductAttribute("Octokit")]
|
||||
[assembly: AssemblyVersionAttribute("0.1.3")]
|
||||
[assembly: AssemblyFileVersionAttribute("0.1.3")]
|
||||
[assembly: AssemblyVersionAttribute("0.1.4")]
|
||||
[assembly: AssemblyFileVersionAttribute("0.1.4")]
|
||||
[assembly: ComVisibleAttribute(false)]
|
||||
namespace System {
|
||||
internal static class AssemblyVersionInformation {
|
||||
internal const string Version = "0.1.3";
|
||||
internal const string Version = "0.1.4";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user