mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-05 11:40:42 +00:00
Use shortened attribute names
This commit is contained in:
+5
-4
@@ -1,11 +1,12 @@
|
||||
// <auto-generated/>
|
||||
|
||||
using System.Reflection;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
[assembly: AssemblyProductAttribute("Octokit")]
|
||||
[assembly: AssemblyVersionAttribute("0.14.0")]
|
||||
[assembly: AssemblyFileVersionAttribute("0.14.0")]
|
||||
[assembly: ComVisibleAttribute(false)]
|
||||
[assembly: AssemblyProduct("Octokit")]
|
||||
[assembly: AssemblyVersion("0.14.0")]
|
||||
[assembly: AssemblyFileVersion("0.14.0")]
|
||||
[assembly: ComVisible(false)]
|
||||
namespace System {
|
||||
internal static class AssemblyVersionInformation {
|
||||
internal const string Version = "0.14.0";
|
||||
|
||||
Reference in New Issue
Block a user