mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-08 04:40:54 +00:00
Merge pull request #743 from octokit/release-candidate
0.7.3 - Strongly Typod
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
### New in 0.7.3 (released 2015/03/06)
|
||||
* New: added `Repository.GetAllPublic` for searching public repositories - #691 via @rms81
|
||||
* New: added filters to `Repository.GetAllForCurrent()` - #742 via @shiftkey
|
||||
* Fixed: deserializing `EventInfoType` value with underscore now works - #727 via @janovesk
|
||||
* Deprecated: `Repository.SubscriberCount` has no data - #739 via @basildk
|
||||
* Deprecated: `Repository.Organization` has no data - #726 via @alfhenrik
|
||||
|
||||
### New in 0.7.2 (released 2015/03/01)
|
||||
* Fixed: unshipped Orgs Permissions preview API changes due to excessive paging in some situations.
|
||||
|
||||
|
||||
+3
-3
@@ -3,11 +3,11 @@ using System.Reflection;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
[assembly: AssemblyProductAttribute("Octokit")]
|
||||
[assembly: AssemblyVersionAttribute("0.7.2")]
|
||||
[assembly: AssemblyFileVersionAttribute("0.7.2")]
|
||||
[assembly: AssemblyVersionAttribute("0.7.3")]
|
||||
[assembly: AssemblyFileVersionAttribute("0.7.3")]
|
||||
[assembly: ComVisibleAttribute(false)]
|
||||
namespace System {
|
||||
internal static class AssemblyVersionInformation {
|
||||
internal const string Version = "0.7.2";
|
||||
internal const string Version = "0.7.3";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user