Use shortened attribute names

This commit is contained in:
Haacked
2015-08-04 21:16:36 -07:00
parent 694e09970b
commit 2bc72a3394
+5 -4
View File
@@ -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";