mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-05-30 01:38:52 +00:00
Add release notes for 0.4.1
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
### New in 0.4.1 (Released 2014/07/22)
|
||||
* New: Added a public method for turning pages of requests into a flot observable - #544 via @haacked
|
||||
|
||||
### New in 0.4.0 (Released 2014/07/14)
|
||||
* New: added Commit.CommentCount property - #494 via @gabrielweyer
|
||||
* New: added initial support for User Keys - #525 via @shiftkey
|
||||
|
||||
+3
-3
@@ -3,11 +3,11 @@ using System.Reflection;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
[assembly: AssemblyProductAttribute("Octokit")]
|
||||
[assembly: AssemblyVersionAttribute("0.4.0")]
|
||||
[assembly: AssemblyFileVersionAttribute("0.4.0")]
|
||||
[assembly: AssemblyVersionAttribute("0.4.1")]
|
||||
[assembly: AssemblyFileVersionAttribute("0.4.1")]
|
||||
[assembly: ComVisibleAttribute(false)]
|
||||
namespace System {
|
||||
internal static class AssemblyVersionInformation {
|
||||
internal const string Version = "0.4.0";
|
||||
internal const string Version = "0.4.1";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user