Updated assemblyinfo

This commit is contained in:
varon 2016-07-17 23:19:02 +02:00
parent 69298df9fb
commit f03f55f24d
6 changed files with 95 additions and 105 deletions

View file

@ -1,12 +1,17 @@
using System.Reflection; // <auto-generated/>
using System.Runtime.CompilerServices; using System;
using System.Runtime.InteropServices; using System.Reflection;
// General Information about an assembly is controlled through the following [assembly: AssemblyTitleAttribute("Generator.Bind")]
// set of attributes. Change these attribute values to modify the information [assembly: AssemblyProductAttribute("OpenTK")]
// associated with an assembly. [assembly: AssemblyDescriptionAttribute("A set of fast, low-level C# bindings for OpenGL, OpenGL ES and OpenAL.")]
[assembly: AssemblyTitle("Generator.Bind")] [assembly: AssemblyVersionAttribute("2.0.0")]
[assembly: AssemblyDescription("Generates C# bindings for the the Open Toolkit Library")] [assembly: AssemblyFileVersionAttribute("2.0.0")]
[assembly: CLSCompliantAttribute(true)]
// The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: AssemblyCopyrightAttribute("Copyright (c) 2006 - 2016 Stefanos Apostolopoulos <stapostol@gmail.com> for the Open Toolkit library.")]
[assembly: Guid("0d681958-ca78-4a67-b71c-ff8755488e23")] namespace System {
internal static class AssemblyVersionInformation {
internal const string Version = "2.0.0";
internal const string InformationalVersion = "2.0.0";
}
}

View file

@ -1,12 +1,17 @@
using System.Reflection; // <auto-generated/>
using System.Runtime.CompilerServices; using System;
using System.Runtime.InteropServices; using System.Reflection;
// General Information about an assembly is controlled through the following [assembly: AssemblyTitleAttribute("Generator.Convert")]
// set of attributes. Change these attribute values to modify the information [assembly: AssemblyProductAttribute("OpenTK")]
// associated with an assembly. [assembly: AssemblyDescriptionAttribute("A set of fast, low-level C# bindings for OpenGL, OpenGL ES and OpenAL.")]
[assembly: AssemblyTitle("Generator.Convert")] [assembly: AssemblyVersionAttribute("2.0.0")]
[assembly: AssemblyDescription("Converts C headers into XML suitable for the binding generator")] [assembly: AssemblyFileVersionAttribute("2.0.0")]
[assembly: CLSCompliantAttribute(true)]
// The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: AssemblyCopyrightAttribute("Copyright (c) 2006 - 2016 Stefanos Apostolopoulos <stapostol@gmail.com> for the Open Toolkit library.")]
[assembly: Guid("01d453bf-8648-4441-953e-7094a0ec1364")] namespace System {
internal static class AssemblyVersionInformation {
internal const string Version = "2.0.0";
internal const string InformationalVersion = "2.0.0";
}
}

View file

@ -1,36 +1,17 @@
using System.Reflection; // <auto-generated/>
using System.Runtime.CompilerServices; using System;
using System.Runtime.InteropServices; using System.Reflection;
// General Information about an assembly is controlled through the following [assembly: AssemblyTitleAttribute("Generator.Rewrite")]
// set of attributes. Change these attribute values to modify the information [assembly: AssemblyProductAttribute("OpenTK")]
// associated with an assembly. [assembly: AssemblyDescriptionAttribute("A set of fast, low-level C# bindings for OpenGL, OpenGL ES and OpenAL.")]
[assembly: AssemblyTitle("OpenTK.Rewrite")] [assembly: AssemblyVersionAttribute("2.0.0")]
[assembly: AssemblyDescription("")] [assembly: AssemblyFileVersionAttribute("2.0.0")]
[assembly: AssemblyConfiguration("")] [assembly: CLSCompliantAttribute(true)]
[assembly: AssemblyCompany("")] [assembly: AssemblyCopyrightAttribute("Copyright (c) 2006 - 2016 Stefanos Apostolopoulos <stapostol@gmail.com> for the Open Toolkit library.")]
[assembly: AssemblyProduct("OpenTK.Rewrite")] namespace System {
[assembly: AssemblyCopyright("Copyright © 2013")] internal static class AssemblyVersionInformation {
[assembly: AssemblyTrademark("")] internal const string Version = "2.0.0";
[assembly: AssemblyCulture("")] internal const string InformationalVersion = "2.0.0";
}
// 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")]

View file

@ -1,18 +1,17 @@
using System.Reflection; // <auto-generated/>
using System.Runtime.CompilerServices; using System;
using System.Runtime.InteropServices; using System.Reflection;
// General Information about an assembly is controlled through the following [assembly: AssemblyTitleAttribute("OpenTK.GLControl")]
// set of attributes. Change these attribute values to modify the information [assembly: AssemblyProductAttribute("OpenTK")]
// associated with an assembly. [assembly: AssemblyDescriptionAttribute("A set of fast, low-level C# bindings for OpenGL, OpenGL ES and OpenAL.")]
[assembly: AssemblyTitle("OpenTK.GLControl")] [assembly: AssemblyVersionAttribute("2.0.0")]
[assembly: AssemblyDescription("Provides integration with System.Windows.Forms.")] [assembly: AssemblyFileVersionAttribute("2.0.0")]
[assembly: CLSCompliantAttribute(true)]
// The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: AssemblyCopyrightAttribute("Copyright (c) 2006 - 2016 Stefanos Apostolopoulos <stapostol@gmail.com> for the Open Toolkit library.")]
[assembly: Guid("5414b90b-d7be-4382-b0e1-f07ce154f7f7")] namespace System {
internal static class AssemblyVersionInformation {
[assembly: System.CLSCompliant(true)] internal const string Version = "2.0.0";
[assembly: System.Security.AllowPartiallyTrustedCallers] internal const string InformationalVersion = "2.0.0";
#if NET40 }
[assembly: System.Security.SecurityRules(System.Security.SecurityRuleSet.Level1)] }
#endif

View file

@ -1,15 +1,17 @@
using System.Reflection; // <auto-generated/>
using System.Runtime.CompilerServices; using System;
using System.Runtime.InteropServices; using System.Reflection;
// General Information about an assembly is controlled through the following [assembly: AssemblyTitleAttribute("OpenTK.GLWidget")]
// set of attributes. Change these attribute values to modify the information [assembly: AssemblyProductAttribute("OpenTK")]
// associated with an assembly. [assembly: AssemblyDescriptionAttribute("A set of fast, low-level C# bindings for OpenGL, OpenGL ES and OpenAL.")]
[assembly: AssemblyTitle("OpenTK.GLWidget")] [assembly: AssemblyVersionAttribute("2.0.0")]
[assembly: AssemblyDescription("Provides integration with Gtk 2 and 3.")] [assembly: AssemblyFileVersionAttribute("2.0.0")]
[assembly: CLSCompliantAttribute(true)]
[assembly: System.CLSCompliant(true)] [assembly: AssemblyCopyrightAttribute("Copyright (c) 2006 - 2016 Stefanos Apostolopoulos <stapostol@gmail.com> for the Open Toolkit library.")]
[assembly: System.Security.AllowPartiallyTrustedCallers] namespace System {
#if NET40 internal static class AssemblyVersionInformation {
[assembly: System.Security.SecurityRules(System.Security.SecurityRuleSet.Level1)] internal const string Version = "2.0.0";
#endif internal const string InformationalVersion = "2.0.0";
}
}

View file

@ -1,19 +1,17 @@
using System; // <auto-generated/>
using System;
using System.Reflection; using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following [assembly: AssemblyTitleAttribute("OpenTK.iOS")]
// set of attributes. Change these attribute values to modify the information [assembly: AssemblyProductAttribute("OpenTK")]
// associated with an assembly. [assembly: AssemblyDescriptionAttribute("A set of fast, low-level C# bindings for OpenGL, OpenGL ES and OpenAL.")]
[assembly: AssemblyTitle("OpenTK")] [assembly: AssemblyVersionAttribute("2.0.0")]
[assembly: AssemblyDescription("Open source game development toolkit for .Net/Mono.")] [assembly: AssemblyFileVersionAttribute("2.0.0")]
[assembly: CLSCompliantAttribute(true)]
// The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: AssemblyCopyrightAttribute("Copyright (c) 2006 - 2016 Stefanos Apostolopoulos <stapostol@gmail.com> for the Open Toolkit library.")]
[assembly: Guid("7652241e-158d-4eb1-85f4-ed40ee356791")] namespace System {
internal static class AssemblyVersionInformation {
[assembly: CLSCompliant(true)] internal const string Version = "2.0.0";
[assembly: System.Security.AllowPartiallyTrustedCallers] internal const string InformationalVersion = "2.0.0";
#if NET40 }
[assembly: System.Security.SecurityRules(System.Security.SecurityRuleSet.Level1)] }
#endif