mirror of
https://github.com/greenshot/greenshot
synced 2025-07-29 19:20:06 -07:00
Cleanup of the AssemblyInfo.cs files, they should now be more similar.
This commit is contained in:
parent
9aefc90460
commit
a91bfab790
14 changed files with 111 additions and 171 deletions
|
@ -18,14 +18,14 @@
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
// Information about this assembly is defined by the following
|
using System.Security;
|
||||||
// attributes.
|
|
||||||
//
|
|
||||||
// change them to the information which is associated with the assembly
|
|
||||||
// you compile.
|
|
||||||
|
|
||||||
|
// 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: AssemblyTitle("Greenshot")]
|
||||||
[assembly: AssemblyDescription("")]
|
[assembly: AssemblyDescription("")]
|
||||||
[assembly: AssemblyConfiguration("")]
|
[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.
|
// If you need to expose a type to COM, use [ComVisible(true)] on that type.
|
||||||
[assembly: ComVisible(false)]
|
[assembly: ComVisible(false)]
|
||||||
|
|
||||||
// The assembly version has following format :
|
// The assembly version, replaced by build scripts
|
||||||
//
|
[assembly: AssemblyVersion("1.2.0.0")]
|
||||||
// Major.Minor.Build.Revision
|
[assembly: AssemblyInformationalVersion("1.2.0.0")]
|
||||||
//
|
[assembly: AssemblyFileVersion("1.2.0.0")]
|
||||||
// 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")]
|
|
||||||
|
|
||||||
|
|
|
@ -18,13 +18,11 @@
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
#region Using directives
|
|
||||||
|
|
||||||
using System;
|
using Greenshot.Plugin;
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
using Greenshot.Plugin;
|
using System.Security;
|
||||||
#endregion
|
|
||||||
|
|
||||||
// General Information about an assembly is controlled through the following
|
// General Information about an assembly is controlled through the following
|
||||||
// set of attributes. Change these attribute values to modify the information
|
// 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.
|
// If you need to expose a type to COM, use [ComVisible(true)] on that type.
|
||||||
[assembly: ComVisible(false)]
|
[assembly: ComVisible(false)]
|
||||||
|
|
||||||
// The assembly version has following format :
|
// The assembly version, replaced by build scripts
|
||||||
//
|
[assembly: AssemblyVersion("1.2.0.0")]
|
||||||
// Major.Minor.Build.Revision
|
[assembly: AssemblyInformationalVersion("1.2.0.0")]
|
||||||
//
|
[assembly: AssemblyFileVersion("1.2.0.0")]
|
||||||
// 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")]
|
|
||||||
|
|
|
@ -18,13 +18,11 @@
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
#region Using directives
|
|
||||||
|
|
||||||
using System;
|
using Greenshot.Plugin;
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
using Greenshot.Plugin;
|
using System.Security;
|
||||||
#endregion
|
|
||||||
|
|
||||||
// General Information about an assembly is controlled through the following
|
// General Information about an assembly is controlled through the following
|
||||||
// set of attributes. Change these attribute values to modify the information
|
// 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.
|
// If you need to expose a type to COM, use [ComVisible(true)] on that type.
|
||||||
[assembly: ComVisible(false)]
|
[assembly: ComVisible(false)]
|
||||||
|
|
||||||
// The assembly version has following format :
|
// Solve Link-Demand issues
|
||||||
//
|
[assembly: SecurityTransparent]
|
||||||
// Major.Minor.Build.Revision
|
|
||||||
//
|
// The assembly version, replaced by build scripts
|
||||||
// You can specify all the values or you can use the default the Revision and
|
[assembly: AssemblyVersion("1.2.0.0")]
|
||||||
// Build Numbers by using the '*' as shown below:
|
[assembly: AssemblyInformationalVersion("1.2.0.0")]
|
||||||
[assembly: AssemblyVersion("1.2.0.7")]
|
[assembly: AssemblyFileVersion("1.2.0.0")]
|
||||||
[assembly: AssemblyInformationalVersion("1.2.0.7-gdb8b2cb")]
|
|
|
@ -18,13 +18,11 @@
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
#region Using directives
|
|
||||||
|
|
||||||
using System;
|
using Greenshot.Plugin;
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
using Greenshot.Plugin;
|
using System.Security;
|
||||||
#endregion
|
|
||||||
|
|
||||||
// General Information about an assembly is controlled through the following
|
// General Information about an assembly is controlled through the following
|
||||||
// set of attributes. Change these attribute values to modify the information
|
// 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.
|
// If you need to expose a type to COM, use [ComVisible(true)] on that type.
|
||||||
[assembly: ComVisible(false)]
|
[assembly: ComVisible(false)]
|
||||||
|
|
||||||
// The assembly version has following format :
|
// The assembly version, replaced by build scripts
|
||||||
//
|
[assembly: AssemblyVersion("1.2.0.0")]
|
||||||
// Major.Minor.Build.Revision
|
[assembly: AssemblyInformationalVersion("1.2.0.0")]
|
||||||
//
|
[assembly: AssemblyFileVersion("1.2.0.0")]
|
||||||
// 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")]
|
|
||||||
|
|
|
@ -18,13 +18,11 @@
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
#region Using directives
|
|
||||||
|
|
||||||
using System;
|
using Greenshot.Plugin;
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
using Greenshot.Plugin;
|
using System.Security;
|
||||||
#endregion
|
|
||||||
|
|
||||||
// General Information about an assembly is controlled through the following
|
// General Information about an assembly is controlled through the following
|
||||||
// set of attributes. Change these attribute values to modify the information
|
// 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.
|
// If you need to expose a type to COM, use [ComVisible(true)] on that type.
|
||||||
[assembly: ComVisible(false)]
|
[assembly: ComVisible(false)]
|
||||||
|
|
||||||
// The assembly version has following format :
|
// The assembly version, replaced by build scripts
|
||||||
//
|
[assembly: AssemblyVersion("1.2.0.0")]
|
||||||
// Major.Minor.Build.Revision
|
[assembly: AssemblyInformationalVersion("1.2.0.0")]
|
||||||
//
|
[assembly: AssemblyFileVersion("1.2.0.0")]
|
||||||
// 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")]
|
|
||||||
|
|
|
@ -18,13 +18,11 @@
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
#region Using directives
|
|
||||||
|
|
||||||
using System;
|
using Greenshot.Plugin;
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
using Greenshot.Plugin;
|
using System.Security;
|
||||||
#endregion
|
|
||||||
|
|
||||||
// General Information about an assembly is controlled through the following
|
// General Information about an assembly is controlled through the following
|
||||||
// set of attributes. Change these attribute values to modify the information
|
// 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.
|
// If you need to expose a type to COM, use [ComVisible(true)] on that type.
|
||||||
[assembly: ComVisible(false)]
|
[assembly: ComVisible(false)]
|
||||||
|
|
||||||
// The assembly version has following format :
|
// The assembly version, replaced by build scripts
|
||||||
//
|
[assembly: AssemblyVersion("1.2.0.0")]
|
||||||
// Major.Minor.Build.Revision
|
[assembly: AssemblyInformationalVersion("1.2.0.0")]
|
||||||
//
|
[assembly: AssemblyFileVersion("1.2.0.0")]
|
||||||
// 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")]
|
|
|
@ -18,13 +18,11 @@
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
#region Using directives
|
|
||||||
|
|
||||||
using System;
|
using Greenshot.Plugin;
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
using Greenshot.Plugin;
|
using System.Security;
|
||||||
#endregion
|
|
||||||
|
|
||||||
// General Information about an assembly is controlled through the following
|
// General Information about an assembly is controlled through the following
|
||||||
// set of attributes. Change these attribute values to modify the information
|
// 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.
|
// If you need to expose a type to COM, use [ComVisible(true)] on that type.
|
||||||
[assembly: ComVisible(false)]
|
[assembly: ComVisible(false)]
|
||||||
|
|
||||||
// The assembly version has following format :
|
// The assembly version, replaced by build scripts
|
||||||
//
|
[assembly: AssemblyVersion("1.2.0.0")]
|
||||||
// Major.Minor.Build.Revision
|
[assembly: AssemblyInformationalVersion("1.2.0.0")]
|
||||||
//
|
[assembly: AssemblyFileVersion("1.2.0.0")]
|
||||||
// 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")]
|
|
|
@ -18,13 +18,11 @@
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
#region Using directives
|
|
||||||
|
|
||||||
using System;
|
using Greenshot.Plugin;
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
using Greenshot.Plugin;
|
using System.Security;
|
||||||
#endregion
|
|
||||||
|
|
||||||
// General Information about an assembly is controlled through the following
|
// General Information about an assembly is controlled through the following
|
||||||
// set of attributes. Change these attribute values to modify the information
|
// 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.
|
// If you need to expose a type to COM, use [ComVisible(true)] on that type.
|
||||||
[assembly: ComVisible(false)]
|
[assembly: ComVisible(false)]
|
||||||
|
|
||||||
// The assembly version has following format :
|
// The assembly version, replaced by build scripts
|
||||||
//
|
[assembly: AssemblyVersion("1.2.0.0")]
|
||||||
// Major.Minor.Build.Revision
|
[assembly: AssemblyInformationalVersion("1.2.0.0")]
|
||||||
//
|
[assembly: AssemblyFileVersion("1.2.0.0")]
|
||||||
// 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")]
|
|
||||||
|
|
|
@ -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 <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
using System.Reflection;
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
|
using System.Security;
|
||||||
|
|
||||||
// Allgemeine Informationen über eine Assembly werden über die folgenden
|
// Allgemeine Informationen über eine Assembly werden über die folgenden
|
||||||
// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern,
|
// 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
|
// 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")]
|
[assembly: Guid("d7668e7e-3018-4d27-9aa0-21b1afade1b8")]
|
||||||
|
|
||||||
// Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten:
|
// The assembly version, replaced by build scripts
|
||||||
//
|
[assembly: AssemblyVersion("1.2.0.0")]
|
||||||
// Hauptversion
|
[assembly: AssemblyInformationalVersion("1.2.0.0")]
|
||||||
// Nebenversion
|
[assembly: AssemblyFileVersion("1.2.0.0")]
|
||||||
// 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")]
|
|
||||||
|
|
|
@ -18,13 +18,11 @@
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
#region Using directives
|
|
||||||
|
|
||||||
using System;
|
using Greenshot.Plugin;
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
using Greenshot.Plugin;
|
using System.Security;
|
||||||
#endregion
|
|
||||||
|
|
||||||
// General Information about an assembly is controlled through the following
|
// General Information about an assembly is controlled through the following
|
||||||
// set of attributes. Change these attribute values to modify the information
|
// 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.
|
// If you need to expose a type to COM, use [ComVisible(true)] on that type.
|
||||||
[assembly: ComVisible(false)]
|
[assembly: ComVisible(false)]
|
||||||
|
|
||||||
// The assembly version has following format :
|
// The assembly version, replaced by build scripts
|
||||||
//
|
[assembly: AssemblyVersion("1.2.0.0")]
|
||||||
// Major.Minor.Build.Revision
|
[assembly: AssemblyInformationalVersion("1.2.0.0")]
|
||||||
//
|
[assembly: AssemblyFileVersion("1.2.0.0")]
|
||||||
// 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")]
|
|
||||||
|
|
|
@ -18,13 +18,11 @@
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
#region Using directives
|
|
||||||
|
|
||||||
using System;
|
using Greenshot.Plugin;
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
using Greenshot.Plugin;
|
using System.Security;
|
||||||
#endregion
|
|
||||||
|
|
||||||
// General Information about an assembly is controlled through the following
|
// General Information about an assembly is controlled through the following
|
||||||
// set of attributes. Change these attribute values to modify the information
|
// 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.
|
// If you need to expose a type to COM, use [ComVisible(true)] on that type.
|
||||||
[assembly: ComVisible(false)]
|
[assembly: ComVisible(false)]
|
||||||
|
|
||||||
// The assembly version has following format :
|
// The assembly version, replaced by build scripts
|
||||||
//
|
[assembly: AssemblyVersion("1.2.0.0")]
|
||||||
// Major.Minor.Build.Revision
|
[assembly: AssemblyInformationalVersion("1.2.0.0")]
|
||||||
//
|
[assembly: AssemblyFileVersion("1.2.0.0")]
|
||||||
// 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")]
|
|
|
@ -18,13 +18,12 @@
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
#region Using directives
|
|
||||||
|
|
||||||
using System;
|
using Greenshot.Plugin;
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
using Greenshot.Plugin;
|
using System.Security;
|
||||||
#endregion
|
|
||||||
|
|
||||||
// General Information about an assembly is controlled through the following
|
// General Information about an assembly is controlled through the following
|
||||||
// set of attributes. Change these attribute values to modify the information
|
// 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.
|
// If you need to expose a type to COM, use [ComVisible(true)] on that type.
|
||||||
[assembly: ComVisible(false)]
|
[assembly: ComVisible(false)]
|
||||||
|
|
||||||
// The assembly version has following format :
|
// The assembly version, replaced by build scripts
|
||||||
//
|
[assembly: AssemblyVersion("1.2.0.0")]
|
||||||
// Major.Minor.Build.Revision
|
[assembly: AssemblyInformationalVersion("1.2.0.0")]
|
||||||
//
|
[assembly: AssemblyFileVersion("1.2.0.0")]
|
||||||
// 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")]
|
|
||||||
|
|
|
@ -18,13 +18,11 @@
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
#region Using directives
|
|
||||||
|
|
||||||
using System;
|
using Greenshot.Plugin;
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
using Greenshot.Plugin;
|
using System.Security;
|
||||||
#endregion
|
|
||||||
|
|
||||||
// General Information about an assembly is controlled through the following
|
// General Information about an assembly is controlled through the following
|
||||||
// set of attributes. Change these attribute values to modify the information
|
// 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.
|
// If you need to expose a type to COM, use [ComVisible(true)] on that type.
|
||||||
[assembly: ComVisible(false)]
|
[assembly: ComVisible(false)]
|
||||||
|
|
||||||
// The assembly version has following format :
|
// The assembly version, replaced by build scripts
|
||||||
//
|
[assembly: AssemblyVersion("1.2.0.0")]
|
||||||
// Major.Minor.Build.Revision
|
[assembly: AssemblyInformationalVersion("1.2.0.0")]
|
||||||
//
|
[assembly: AssemblyFileVersion("1.2.0.0")]
|
||||||
// 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")]
|
|
||||||
|
|
|
@ -18,12 +18,10 @@
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
#region Using directives
|
|
||||||
|
|
||||||
using System;
|
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
#endregion
|
using System.Security;
|
||||||
|
|
||||||
// General Information about an assembly is controlled through the following
|
// General Information about an assembly is controlled through the following
|
||||||
// set of attributes. Change these attribute values to modify the information
|
// 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.
|
// If you need to expose a type to COM, use [ComVisible(true)] on that type.
|
||||||
[assembly: ComVisible(false)]
|
[assembly: ComVisible(false)]
|
||||||
|
|
||||||
// The assembly version has following format :
|
// The assembly version, replaced by build scripts
|
||||||
//
|
[assembly: AssemblyVersion("1.2.0.0")]
|
||||||
// Major.Minor.Build.Revision
|
[assembly: AssemblyInformationalVersion("1.2.0.0")]
|
||||||
//
|
[assembly: AssemblyFileVersion("1.2.0.0")]
|
||||||
// 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")]
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue