mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-05-29 17:32:44 +00:00
version bump
This commit is contained in:
+5
-6
@@ -1,14 +1,13 @@
|
||||
// <auto-generated/>
|
||||
|
||||
using System.Reflection;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
[assembly: AssemblyProduct("Octokit")]
|
||||
[assembly: AssemblyVersion("0.14.0")]
|
||||
[assembly: AssemblyFileVersion("0.14.0")]
|
||||
[assembly: ComVisible(false)]
|
||||
[assembly: AssemblyProductAttribute("Octokit")]
|
||||
[assembly: AssemblyVersionAttribute("0.15.0")]
|
||||
[assembly: AssemblyFileVersionAttribute("0.15.0")]
|
||||
[assembly: ComVisibleAttribute(false)]
|
||||
namespace System {
|
||||
internal static class AssemblyVersionInformation {
|
||||
internal const string Version = "0.14.0";
|
||||
internal const string Version = "0.15.0";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user