Updated assemblyinfo
authorvaron <varon@users.noreply.github.com>
Sun, 17 Jul 2016 21:19:02 +0000 (23:19 +0200)
committervaron <varon@users.noreply.github.com>
Sat, 13 Aug 2016 22:18:10 +0000 (00:18 +0200)
src/Generator.Bind/Properties/AssemblyInfo.cs
src/Generator.Converter/Properties/AssemblyInfo.cs
src/Generator.Rewrite/Properties/AssemblyInfo.cs
src/OpenTK.GLControl/Properties/AssemblyInfo.cs
src/OpenTK.GLWidget/Properties/AssemblyInfo.cs
src/OpenTK/Properties/AssemblyInfo.cs

index e1aeedee64dfd14ec5a07e98f4ac215d89231420..ee12cfb346d9b8c48035005df8b317db10bcfc67 100644 (file)
@@ -1,12 +1,17 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
+// <auto-generated/>
+using System;
+using System.Reflection;
 
-// General Information about an assembly is controlled through the following 
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-[assembly: AssemblyTitle("Generator.Bind")]
-[assembly: AssemblyDescription("Generates C# bindings for the the Open Toolkit Library")]
-
-// The following GUID is for the ID of the typelib if this project is exposed to COM
-[assembly: Guid("0d681958-ca78-4a67-b71c-ff8755488e23")]
+[assembly: AssemblyTitleAttribute("Generator.Bind")]
+[assembly: AssemblyProductAttribute("OpenTK")]
+[assembly: AssemblyDescriptionAttribute("A set of fast, low-level C# bindings for OpenGL, OpenGL ES and OpenAL.")]
+[assembly: AssemblyVersionAttribute("2.0.0")]
+[assembly: AssemblyFileVersionAttribute("2.0.0")]
+[assembly: CLSCompliantAttribute(true)]
+[assembly: AssemblyCopyrightAttribute("Copyright (c) 2006 - 2016 Stefanos Apostolopoulos <stapostol@gmail.com> for the Open Toolkit library.")]
+namespace System {
+    internal static class AssemblyVersionInformation {
+        internal const string Version = "2.0.0";
+        internal const string InformationalVersion = "2.0.0";
+    }
+}
index 75e1f98b1b2b368bf8a14124fb8f215582d24d99..9890a4ed7e6c140a9e54b2837d5d3037c0dce0e6 100644 (file)
@@ -1,12 +1,17 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
+// <auto-generated/>
+using System;
+using System.Reflection;
 
-// General Information about an assembly is controlled through the following 
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-[assembly: AssemblyTitle("Generator.Convert")]
-[assembly: AssemblyDescription("Converts C headers into XML suitable for the binding generator")]
-
-// The following GUID is for the ID of the typelib if this project is exposed to COM
-[assembly: Guid("01d453bf-8648-4441-953e-7094a0ec1364")]
+[assembly: AssemblyTitleAttribute("Generator.Convert")]
+[assembly: AssemblyProductAttribute("OpenTK")]
+[assembly: AssemblyDescriptionAttribute("A set of fast, low-level C# bindings for OpenGL, OpenGL ES and OpenAL.")]
+[assembly: AssemblyVersionAttribute("2.0.0")]
+[assembly: AssemblyFileVersionAttribute("2.0.0")]
+[assembly: CLSCompliantAttribute(true)]
+[assembly: AssemblyCopyrightAttribute("Copyright (c) 2006 - 2016 Stefanos Apostolopoulos <stapostol@gmail.com> for the Open Toolkit library.")]
+namespace System {
+    internal static class AssemblyVersionInformation {
+        internal const string Version = "2.0.0";
+        internal const string InformationalVersion = "2.0.0";
+    }
+}
index 56e42852cbe6dfb5538104b99363b8e924056340..296b0cb2fbfac0cbe6191bead3596c31986cb156 100644 (file)
@@ -1,36 +1,17 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
+// <auto-generated/>
+using System;
+using System.Reflection;
 
-// General Information about an assembly is controlled through the following 
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-[assembly: AssemblyTitle("OpenTK.Rewrite")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("OpenTK.Rewrite")]
-[assembly: AssemblyCopyright("Copyright ©  2013")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
-
-// Setting ComVisible to false makes the types in this assembly not visible 
-// to COM components.  If you need to access a type in this assembly from 
-// COM, set the ComVisible attribute to true on that type.
-[assembly: ComVisible(false)]
-
-// The following GUID is for the ID of the typelib if this project is exposed to COM
-[assembly: Guid("01f167a5-6aff-41be-a70a-828c124c5164")]
-
-// Version information for an assembly consists of the following four values:
-//
-//      Major Version
-//      Minor Version 
-//      Build Number
-//      Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers 
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
+[assembly: AssemblyTitleAttribute("Generator.Rewrite")]
+[assembly: AssemblyProductAttribute("OpenTK")]
+[assembly: AssemblyDescriptionAttribute("A set of fast, low-level C# bindings for OpenGL, OpenGL ES and OpenAL.")]
+[assembly: AssemblyVersionAttribute("2.0.0")]
+[assembly: AssemblyFileVersionAttribute("2.0.0")]
+[assembly: CLSCompliantAttribute(true)]
+[assembly: AssemblyCopyrightAttribute("Copyright (c) 2006 - 2016 Stefanos Apostolopoulos <stapostol@gmail.com> for the Open Toolkit library.")]
+namespace System {
+    internal static class AssemblyVersionInformation {
+        internal const string Version = "2.0.0";
+        internal const string InformationalVersion = "2.0.0";
+    }
+}
index 258fb0d994cc17202bdb23fb218ebfbe01033da3..88b92999d5459c91bc0513d52c1ebdd37b861f7f 100644 (file)
@@ -1,18 +1,17 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
+// <auto-generated/>
+using System;
+using System.Reflection;
 
-// General Information about an assembly is controlled through the following 
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-[assembly: AssemblyTitle("OpenTK.GLControl")]
-[assembly: AssemblyDescription("Provides integration with System.Windows.Forms.")]
-
-// The following GUID is for the ID of the typelib if this project is exposed to COM
-[assembly: Guid("5414b90b-d7be-4382-b0e1-f07ce154f7f7")]
-
-[assembly: System.CLSCompliant(true)]
-[assembly: System.Security.AllowPartiallyTrustedCallers]
-#if NET40
-[assembly: System.Security.SecurityRules(System.Security.SecurityRuleSet.Level1)]
-#endif
+[assembly: AssemblyTitleAttribute("OpenTK.GLControl")]
+[assembly: AssemblyProductAttribute("OpenTK")]
+[assembly: AssemblyDescriptionAttribute("A set of fast, low-level C# bindings for OpenGL, OpenGL ES and OpenAL.")]
+[assembly: AssemblyVersionAttribute("2.0.0")]
+[assembly: AssemblyFileVersionAttribute("2.0.0")]
+[assembly: CLSCompliantAttribute(true)]
+[assembly: AssemblyCopyrightAttribute("Copyright (c) 2006 - 2016 Stefanos Apostolopoulos <stapostol@gmail.com> for the Open Toolkit library.")]
+namespace System {
+    internal static class AssemblyVersionInformation {
+        internal const string Version = "2.0.0";
+        internal const string InformationalVersion = "2.0.0";
+    }
+}
index 09db0733ce2f3ee4aa255036d640cbd1a63c440b..a167a861eedc2bdf87e867112212ce3f7dda2994 100644 (file)
@@ -1,15 +1,17 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
+// <auto-generated/>
+using System;
+using System.Reflection;
 
-// General Information about an assembly is controlled through the following 
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-[assembly: AssemblyTitle("OpenTK.GLWidget")]
-[assembly: AssemblyDescription("Provides integration with Gtk 2 and 3.")]
-
-[assembly: System.CLSCompliant(true)]
-[assembly: System.Security.AllowPartiallyTrustedCallers]
-#if NET40
-[assembly: System.Security.SecurityRules(System.Security.SecurityRuleSet.Level1)]
-#endif
+[assembly: AssemblyTitleAttribute("OpenTK.GLWidget")]
+[assembly: AssemblyProductAttribute("OpenTK")]
+[assembly: AssemblyDescriptionAttribute("A set of fast, low-level C# bindings for OpenGL, OpenGL ES and OpenAL.")]
+[assembly: AssemblyVersionAttribute("2.0.0")]
+[assembly: AssemblyFileVersionAttribute("2.0.0")]
+[assembly: CLSCompliantAttribute(true)]
+[assembly: AssemblyCopyrightAttribute("Copyright (c) 2006 - 2016 Stefanos Apostolopoulos <stapostol@gmail.com> for the Open Toolkit library.")]
+namespace System {
+    internal static class AssemblyVersionInformation {
+        internal const string Version = "2.0.0";
+        internal const string InformationalVersion = "2.0.0";
+    }
+}
index 299fff60090e819cb788adac3f402b58caabf383..c0ce7ba8f8f09bad9a61ca17322cf141716c3149 100644 (file)
@@ -1,19 +1,17 @@
-using System;
+// <auto-generated/>
+using System;
 using System.Reflection;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
 
-// General Information about an assembly is controlled through the following 
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-[assembly: AssemblyTitle("OpenTK")]
-[assembly: AssemblyDescription("Open source game development toolkit for .Net/Mono.")]
-
-// The following GUID is for the ID of the typelib if this project is exposed to COM
-[assembly: Guid("7652241e-158d-4eb1-85f4-ed40ee356791")]
-
-[assembly: CLSCompliant(true)]
-[assembly: System.Security.AllowPartiallyTrustedCallers]
-#if NET40
-[assembly: System.Security.SecurityRules(System.Security.SecurityRuleSet.Level1)]
-#endif
+[assembly: AssemblyTitleAttribute("OpenTK.iOS")]
+[assembly: AssemblyProductAttribute("OpenTK")]
+[assembly: AssemblyDescriptionAttribute("A set of fast, low-level C# bindings for OpenGL, OpenGL ES and OpenAL.")]
+[assembly: AssemblyVersionAttribute("2.0.0")]
+[assembly: AssemblyFileVersionAttribute("2.0.0")]
+[assembly: CLSCompliantAttribute(true)]
+[assembly: AssemblyCopyrightAttribute("Copyright (c) 2006 - 2016 Stefanos Apostolopoulos <stapostol@gmail.com> for the Open Toolkit library.")]
+namespace System {
+    internal static class AssemblyVersionInformation {
+        internal const string Version = "2.0.0";
+        internal const string InformationalVersion = "2.0.0";
+    }
+}