mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-05 23:06:10 +00:00
15 lines
468 B
C#
15 lines
468 B
C#
// <auto-generated/>
|
|
using System.Reflection;
|
|
using System.Runtime.InteropServices;
|
|
|
|
[assembly: AssemblyProductAttribute("Octokit")]
|
|
[assembly: AssemblyVersionAttribute("0.20.0")]
|
|
[assembly: AssemblyFileVersionAttribute("0.20.0")]
|
|
[assembly: ComVisibleAttribute(false)]
|
|
namespace System {
|
|
internal static class AssemblyVersionInformation {
|
|
internal const string Version = "0.20.0";
|
|
internal const string InformationalVersion = "0.20.0";
|
|
}
|
|
}
|