mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-02 19:00:47 +00:00
add release notes, bump version
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
### New in 0.22.0 (released 2016/08/17)
|
||||
|
||||
**Features**
|
||||
|
||||
- Timeline preview API support - #1435 via @alfhenrik
|
||||
- Initial groundwork for Branches API - #1437 via @ryangribble
|
||||
|
||||
**Fixes**
|
||||
|
||||
- Redirect timeout when repository renamed - #1411 via @maddin2016
|
||||
|
||||
### New in 0.21.1 (released 2016/07/29)
|
||||
|
||||
**Features**
|
||||
|
||||
+4
-4
@@ -3,12 +3,12 @@ using System.Reflection;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
[assembly: AssemblyProductAttribute("Octokit")]
|
||||
[assembly: AssemblyVersionAttribute("0.21.1")]
|
||||
[assembly: AssemblyFileVersionAttribute("0.21.1")]
|
||||
[assembly: AssemblyVersionAttribute("0.22.0")]
|
||||
[assembly: AssemblyFileVersionAttribute("0.22.0")]
|
||||
[assembly: ComVisibleAttribute(false)]
|
||||
namespace System {
|
||||
internal static class AssemblyVersionInformation {
|
||||
internal const string Version = "0.21.1";
|
||||
internal const string InformationalVersion = "0.21.1";
|
||||
internal const string Version = "0.22.0";
|
||||
internal const string InformationalVersion = "0.22.0";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user