diff --git a/Greenshot/AssemblyInfo.cs b/Greenshot/AssemblyInfo.cs index 6d4f7f5e8..492368be6 100644 --- a/Greenshot/AssemblyInfo.cs +++ b/Greenshot/AssemblyInfo.cs @@ -18,14 +18,14 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ + using System.Reflection; using System.Runtime.InteropServices; -// Information about this assembly is defined by the following -// attributes. -// -// change them to the information which is associated with the assembly -// you compile. +using System.Security; +// 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("Greenshot")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] @@ -39,13 +39,7 @@ using System.Runtime.InteropServices; // If you need to expose a type to COM, use [ComVisible(true)] on that type. [assembly: ComVisible(false)] -// The assembly version has following format : -// -// Major.Minor.Build.Revision -// -// You can specify all values by your own or you can build default build and revision -// numbers with the '*' character (the default): - -[assembly: AssemblyVersion("1.2.0.7")] -[assembly: AssemblyInformationalVersion("1.2.0.7-gdb8b2cb")] - +// The assembly version, replaced by build scripts +[assembly: AssemblyVersion("1.2.0.0")] +[assembly: AssemblyInformationalVersion("1.2.0.0")] +[assembly: AssemblyFileVersion("1.2.0.0")] diff --git a/GreenshotBoxPlugin/Properties/AssemblyInfo.cs b/GreenshotBoxPlugin/Properties/AssemblyInfo.cs index 1b4e16d1d..2d0c8660f 100644 --- a/GreenshotBoxPlugin/Properties/AssemblyInfo.cs +++ b/GreenshotBoxPlugin/Properties/AssemblyInfo.cs @@ -18,13 +18,11 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -#region Using directives -using System; +using Greenshot.Plugin; using System.Reflection; using System.Runtime.InteropServices; -using Greenshot.Plugin; -#endregion +using System.Security; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information @@ -44,11 +42,7 @@ using Greenshot.Plugin; // If you need to expose a type to COM, use [ComVisible(true)] on that type. [assembly: ComVisible(false)] -// The assembly version has following format : -// -// Major.Minor.Build.Revision -// -// You can specify all the values or you can use the default the Revision and -// Build Numbers by using the '*' as shown below: -[assembly: AssemblyVersion("1.2.0.7")] -[assembly: AssemblyInformationalVersion("1.2.0.7-gdb8b2cb")] +// The assembly version, replaced by build scripts +[assembly: AssemblyVersion("1.2.0.0")] +[assembly: AssemblyInformationalVersion("1.2.0.0")] +[assembly: AssemblyFileVersion("1.2.0.0")] diff --git a/GreenshotConfluencePlugin/Properties/AssemblyInfo.cs b/GreenshotConfluencePlugin/Properties/AssemblyInfo.cs index 4754c24a8..db16b7e18 100644 --- a/GreenshotConfluencePlugin/Properties/AssemblyInfo.cs +++ b/GreenshotConfluencePlugin/Properties/AssemblyInfo.cs @@ -18,13 +18,11 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -#region Using directives -using System; +using Greenshot.Plugin; using System.Reflection; using System.Runtime.InteropServices; -using Greenshot.Plugin; -#endregion +using System.Security; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information @@ -44,11 +42,10 @@ using Greenshot.Plugin; // If you need to expose a type to COM, use [ComVisible(true)] on that type. [assembly: ComVisible(false)] -// The assembly version has following format : -// -// Major.Minor.Build.Revision -// -// You can specify all the values or you can use the default the Revision and -// Build Numbers by using the '*' as shown below: -[assembly: AssemblyVersion("1.2.0.7")] -[assembly: AssemblyInformationalVersion("1.2.0.7-gdb8b2cb")] +// Solve Link-Demand issues +[assembly: SecurityTransparent] + +// The assembly version, replaced by build scripts +[assembly: AssemblyVersion("1.2.0.0")] +[assembly: AssemblyInformationalVersion("1.2.0.0")] +[assembly: AssemblyFileVersion("1.2.0.0")] \ No newline at end of file diff --git a/GreenshotDropboxPlugin/Properties/AssemblyInfo.cs b/GreenshotDropboxPlugin/Properties/AssemblyInfo.cs index dfef3722c..bb49ab064 100644 --- a/GreenshotDropboxPlugin/Properties/AssemblyInfo.cs +++ b/GreenshotDropboxPlugin/Properties/AssemblyInfo.cs @@ -18,13 +18,11 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -#region Using directives -using System; +using Greenshot.Plugin; using System.Reflection; using System.Runtime.InteropServices; -using Greenshot.Plugin; -#endregion +using System.Security; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information @@ -44,11 +42,7 @@ using Greenshot.Plugin; // If you need to expose a type to COM, use [ComVisible(true)] on that type. [assembly: ComVisible(false)] -// The assembly version has following format : -// -// Major.Minor.Build.Revision -// -// You can specify all the values or you can use the default the Revision and -// Build Numbers by using the '*' as shown below: -[assembly: AssemblyVersion("1.2.0.7")] -[assembly: AssemblyInformationalVersion("1.2.0.7-gdb8b2cb")] +// The assembly version, replaced by build scripts +[assembly: AssemblyVersion("1.2.0.0")] +[assembly: AssemblyInformationalVersion("1.2.0.0")] +[assembly: AssemblyFileVersion("1.2.0.0")] diff --git a/GreenshotExternalCommandPlugin/Properties/AssemblyInfo.cs b/GreenshotExternalCommandPlugin/Properties/AssemblyInfo.cs index 362f47b21..9139c7a68 100644 --- a/GreenshotExternalCommandPlugin/Properties/AssemblyInfo.cs +++ b/GreenshotExternalCommandPlugin/Properties/AssemblyInfo.cs @@ -18,13 +18,11 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -#region Using directives -using System; +using Greenshot.Plugin; using System.Reflection; using System.Runtime.InteropServices; -using Greenshot.Plugin; -#endregion +using System.Security; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information @@ -44,11 +42,7 @@ using Greenshot.Plugin; // If you need to expose a type to COM, use [ComVisible(true)] on that type. [assembly: ComVisible(false)] -// The assembly version has following format : -// -// Major.Minor.Build.Revision -// -// You can specify all the values or you can use the default the Revision and -// Build Numbers by using the '*' as shown below: -[assembly: AssemblyVersion("1.2.0.7")] -[assembly: AssemblyInformationalVersion("1.2.0.7-gdb8b2cb")] +// The assembly version, replaced by build scripts +[assembly: AssemblyVersion("1.2.0.0")] +[assembly: AssemblyInformationalVersion("1.2.0.0")] +[assembly: AssemblyFileVersion("1.2.0.0")] diff --git a/GreenshotFlickrPlugin/Properties/AssemblyInfo.cs b/GreenshotFlickrPlugin/Properties/AssemblyInfo.cs index 2dd652c71..5070fcc92 100644 --- a/GreenshotFlickrPlugin/Properties/AssemblyInfo.cs +++ b/GreenshotFlickrPlugin/Properties/AssemblyInfo.cs @@ -18,13 +18,11 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -#region Using directives -using System; +using Greenshot.Plugin; using System.Reflection; using System.Runtime.InteropServices; -using Greenshot.Plugin; -#endregion +using System.Security; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information @@ -44,11 +42,7 @@ using Greenshot.Plugin; // If you need to expose a type to COM, use [ComVisible(true)] on that type. [assembly: ComVisible(false)] -// The assembly version has following format : -// -// Major.Minor.Build.Revision -// -// You can specify all the values or you can use the default the Revision and -// Build Numbers by using the '*' as shown below: -[assembly: AssemblyVersion("1.2.0.7")] -[assembly: AssemblyInformationalVersion("1.2.0.7-gdb8b2cb")] +// The assembly version, replaced by build scripts +[assembly: AssemblyVersion("1.2.0.0")] +[assembly: AssemblyInformationalVersion("1.2.0.0")] +[assembly: AssemblyFileVersion("1.2.0.0")] \ No newline at end of file diff --git a/GreenshotImgurPlugin/Properties/AssemblyInfo.cs b/GreenshotImgurPlugin/Properties/AssemblyInfo.cs index d49ed0c2f..95cb5552a 100644 --- a/GreenshotImgurPlugin/Properties/AssemblyInfo.cs +++ b/GreenshotImgurPlugin/Properties/AssemblyInfo.cs @@ -18,13 +18,11 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -#region Using directives -using System; +using Greenshot.Plugin; using System.Reflection; using System.Runtime.InteropServices; -using Greenshot.Plugin; -#endregion +using System.Security; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information @@ -44,11 +42,7 @@ using Greenshot.Plugin; // If you need to expose a type to COM, use [ComVisible(true)] on that type. [assembly: ComVisible(false)] -// The assembly version has following format : -// -// Major.Minor.Build.Revision -// -// You can specify all the values or you can use the default the Revision and -// Build Numbers by using the '*' as shown below: -[assembly: AssemblyVersion("1.2.0.7")] -[assembly: AssemblyInformationalVersion("1.2.0.7-gdb8b2cb")] +// The assembly version, replaced by build scripts +[assembly: AssemblyVersion("1.2.0.0")] +[assembly: AssemblyInformationalVersion("1.2.0.0")] +[assembly: AssemblyFileVersion("1.2.0.0")] \ No newline at end of file diff --git a/GreenshotJiraPlugin/Properties/AssemblyInfo.cs b/GreenshotJiraPlugin/Properties/AssemblyInfo.cs index fc29aecde..a9b1a4f68 100644 --- a/GreenshotJiraPlugin/Properties/AssemblyInfo.cs +++ b/GreenshotJiraPlugin/Properties/AssemblyInfo.cs @@ -18,13 +18,11 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -#region Using directives -using System; +using Greenshot.Plugin; using System.Reflection; using System.Runtime.InteropServices; -using Greenshot.Plugin; -#endregion +using System.Security; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information @@ -44,11 +42,7 @@ using Greenshot.Plugin; // If you need to expose a type to COM, use [ComVisible(true)] on that type. [assembly: ComVisible(false)] -// The assembly version has following format : -// -// Major.Minor.Build.Revision -// -// You can specify all the values or you can use the default the Revision and -// Build Numbers by using the '*' as shown below: -[assembly: AssemblyVersion("1.2.0.7")] -[assembly: AssemblyInformationalVersion("1.2.0.7-gdb8b2cb")] +// The assembly version, replaced by build scripts +[assembly: AssemblyVersion("1.2.0.0")] +[assembly: AssemblyInformationalVersion("1.2.0.0")] +[assembly: AssemblyFileVersion("1.2.0.0")] diff --git a/GreenshotOCRCommand/Properties/AssemblyInfo.cs b/GreenshotOCRCommand/Properties/AssemblyInfo.cs index bc50f641b..efdeb1183 100644 --- a/GreenshotOCRCommand/Properties/AssemblyInfo.cs +++ b/GreenshotOCRCommand/Properties/AssemblyInfo.cs @@ -1,6 +1,27 @@ -using System.Reflection; -using System.Runtime.CompilerServices; +/* + * Greenshot - a free and open source screenshot tool + * Copyright (C) 2007-2014 Thomas Braun, Jens Klingen, Robin Krom + * + * For more information see: http://getgreenshot.org/ + * The Greenshot project is hosted on Sourceforge: http://sourceforge.net/projects/greenshot/ + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 1 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + +using System.Reflection; using System.Runtime.InteropServices; +using System.Security; // Allgemeine Informationen über eine Assembly werden über die folgenden // Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, @@ -22,14 +43,7 @@ using System.Runtime.InteropServices; // Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird [assembly: Guid("d7668e7e-3018-4d27-9aa0-21b1afade1b8")] -// Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten: -// -// Hauptversion -// Nebenversion -// Buildnummer -// Revision -// -// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern -// übernehmen, indem Sie "*" eingeben: -[assembly: AssemblyVersion("1.2.0.7")] -[assembly: AssemblyInformationalVersion("1.2.0.7-gdb8b2cb")] +// The assembly version, replaced by build scripts +[assembly: AssemblyVersion("1.2.0.0")] +[assembly: AssemblyInformationalVersion("1.2.0.0")] +[assembly: AssemblyFileVersion("1.2.0.0")] diff --git a/GreenshotOCRPlugin/Properties/AssemblyInfo.cs b/GreenshotOCRPlugin/Properties/AssemblyInfo.cs index a2b83b708..dfd05b6bd 100644 --- a/GreenshotOCRPlugin/Properties/AssemblyInfo.cs +++ b/GreenshotOCRPlugin/Properties/AssemblyInfo.cs @@ -18,13 +18,11 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -#region Using directives -using System; +using Greenshot.Plugin; using System.Reflection; using System.Runtime.InteropServices; -using Greenshot.Plugin; -#endregion +using System.Security; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information @@ -44,11 +42,7 @@ using Greenshot.Plugin; // If you need to expose a type to COM, use [ComVisible(true)] on that type. [assembly: ComVisible(false)] -// The assembly version has following format : -// -// Major.Minor.Build.Revision -// -// You can specify all the values or you can use the default the Revision and -// Build Numbers by using the '*' as shown below: -[assembly: AssemblyVersion("1.2.0.7")] -[assembly: AssemblyInformationalVersion("1.2.0.7-gdb8b2cb")] +// The assembly version, replaced by build scripts +[assembly: AssemblyVersion("1.2.0.0")] +[assembly: AssemblyInformationalVersion("1.2.0.0")] +[assembly: AssemblyFileVersion("1.2.0.0")] diff --git a/GreenshotOfficePlugin/Properties/AssemblyInfo.cs b/GreenshotOfficePlugin/Properties/AssemblyInfo.cs index a3f63b8dc..597a22abf 100644 --- a/GreenshotOfficePlugin/Properties/AssemblyInfo.cs +++ b/GreenshotOfficePlugin/Properties/AssemblyInfo.cs @@ -18,13 +18,11 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -#region Using directives -using System; +using Greenshot.Plugin; using System.Reflection; using System.Runtime.InteropServices; -using Greenshot.Plugin; -#endregion +using System.Security; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information @@ -44,11 +42,7 @@ using Greenshot.Plugin; // If you need to expose a type to COM, use [ComVisible(true)] on that type. [assembly: ComVisible(false)] -// The assembly version has following format : -// -// Major.Minor.Build.Revision -// -// You can specify all the values or you can use the default the Revision and -// Build Numbers by using the '*' as shown below: -[assembly: AssemblyVersion("1.2.0.7")] -[assembly: AssemblyInformationalVersion("1.2.0.7-gdb8b2cb")] +// The assembly version, replaced by build scripts +[assembly: AssemblyVersion("1.2.0.0")] +[assembly: AssemblyInformationalVersion("1.2.0.0")] +[assembly: AssemblyFileVersion("1.2.0.0")] \ No newline at end of file diff --git a/GreenshotPhotobucketPlugin/Properties/AssemblyInfo.cs b/GreenshotPhotobucketPlugin/Properties/AssemblyInfo.cs index fe5f2b095..7d11186a3 100644 --- a/GreenshotPhotobucketPlugin/Properties/AssemblyInfo.cs +++ b/GreenshotPhotobucketPlugin/Properties/AssemblyInfo.cs @@ -18,13 +18,12 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -#region Using directives -using System; +using Greenshot.Plugin; using System.Reflection; using System.Runtime.InteropServices; -using Greenshot.Plugin; -#endregion +using System.Security; + // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information @@ -44,11 +43,7 @@ using Greenshot.Plugin; // If you need to expose a type to COM, use [ComVisible(true)] on that type. [assembly: ComVisible(false)] -// The assembly version has following format : -// -// Major.Minor.Build.Revision -// -// You can specify all the values or you can use the default the Revision and -// Build Numbers by using the '*' as shown below: -[assembly: AssemblyVersion("1.2.0.7")] -[assembly: AssemblyInformationalVersion("1.2.0.7-gdb8b2cb")] +// The assembly version, replaced by build scripts +[assembly: AssemblyVersion("1.2.0.0")] +[assembly: AssemblyInformationalVersion("1.2.0.0")] +[assembly: AssemblyFileVersion("1.2.0.0")] diff --git a/GreenshotPicasaPlugin/Properties/AssemblyInfo.cs b/GreenshotPicasaPlugin/Properties/AssemblyInfo.cs index 421447d3f..02c7e732e 100644 --- a/GreenshotPicasaPlugin/Properties/AssemblyInfo.cs +++ b/GreenshotPicasaPlugin/Properties/AssemblyInfo.cs @@ -18,13 +18,11 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -#region Using directives -using System; +using Greenshot.Plugin; using System.Reflection; using System.Runtime.InteropServices; -using Greenshot.Plugin; -#endregion +using System.Security; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information @@ -44,11 +42,7 @@ using Greenshot.Plugin; // If you need to expose a type to COM, use [ComVisible(true)] on that type. [assembly: ComVisible(false)] -// The assembly version has following format : -// -// Major.Minor.Build.Revision -// -// You can specify all the values or you can use the default the Revision and -// Build Numbers by using the '*' as shown below: -[assembly: AssemblyVersion("1.2.0.7")] -[assembly: AssemblyInformationalVersion("1.2.0.7-gdb8b2cb")] +// The assembly version, replaced by build scripts +[assembly: AssemblyVersion("1.2.0.0")] +[assembly: AssemblyInformationalVersion("1.2.0.0")] +[assembly: AssemblyFileVersion("1.2.0.0")] diff --git a/GreenshotPlugin/Properties/AssemblyInfo.cs b/GreenshotPlugin/Properties/AssemblyInfo.cs index d3b184ec8..2d758c910 100644 --- a/GreenshotPlugin/Properties/AssemblyInfo.cs +++ b/GreenshotPlugin/Properties/AssemblyInfo.cs @@ -18,12 +18,10 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -#region Using directives -using System; using System.Reflection; using System.Runtime.InteropServices; -#endregion +using System.Security; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information @@ -41,11 +39,7 @@ using System.Runtime.InteropServices; // If you need to expose a type to COM, use [ComVisible(true)] on that type. [assembly: ComVisible(false)] -// The assembly version has following format : -// -// Major.Minor.Build.Revision -// -// You can specify all the values or you can use the default the Revision and -// Build Numbers by using the '*' as shown below: -[assembly: AssemblyVersion("1.2.0.7")] -[assembly: AssemblyInformationalVersion("1.2.0.7-gdb8b2cb")] +// The assembly version, replaced by build scripts +[assembly: AssemblyVersion("1.2.0.0")] +[assembly: AssemblyInformationalVersion("1.2.0.0")] +[assembly: AssemblyFileVersion("1.2.0.0")]