Modified the AsemblyInfo.cs.templates from SVN to GIT

This commit is contained in:
RKrom 2013-12-04 22:08:02 +01:00
commit 92482e6474
15 changed files with 86 additions and 64 deletions

View file

@ -20,7 +20,7 @@
*/
using System.Reflection;
using System.Runtime.InteropServices;
using System.Windows.Markup;
// Information about this assembly is defined by the following
// attributes.
//
@ -47,4 +47,6 @@ using System.Runtime.InteropServices;
// 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.1.6.$WCREV$")]
[assembly: AssemblyVersion("@GITVERSION@")]
[assembly: AssemblyInformationalVersion("@GITDETAILVERSION@")]

View file

@ -23,8 +23,7 @@
using System;
using System.Reflection;
using System.Runtime.InteropServices;
using Greenshot.Plugin;
using System.Windows.Markup;
#endregion
// General Information about an assembly is controlled through the following
@ -38,8 +37,6 @@ using Greenshot.Plugin;
[assembly: AssemblyCopyright("Copyright (C) 2012")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// The PluginAttribute describes the "entryType" and if the plugin is configurable
[assembly: PluginAttribute("GreenshotBoxPlugin.BoxPlugin", true)]
// This sets the default COM visibility of types in the assembly to invisible.
// If you need to expose a type to COM, use [ComVisible(true)] on that type.
@ -51,4 +48,5 @@ using Greenshot.Plugin;
//
// 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.1.6.$WCREV$")]
[assembly: AssemblyVersion("@GITVERSION@")]
[assembly: AssemblyInformationalVersion("@GITDETAILVERSION@")]

View file

@ -23,8 +23,7 @@
using System;
using System.Reflection;
using System.Runtime.InteropServices;
using Greenshot.Plugin;
using System.Windows.Markup;
#endregion
// General Information about an assembly is controlled through the following
@ -38,8 +37,6 @@ using Greenshot.Plugin;
[assembly: AssemblyCopyright("Copyright (C) 2007-2013")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// The PluginAttribute describes the "entryType" and if the plugin is configurable
[assembly: PluginAttribute("GreenshotConfluencePlugin.ConfluencePlugin", true)]
// This sets the default COM visibility of types in the assembly to invisible.
// If you need to expose a type to COM, use [ComVisible(true)] on that type.
@ -51,4 +48,5 @@ using Greenshot.Plugin;
//
// 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.1.6.$WCREV$")]
[assembly: AssemblyVersion("@GITVERSION@")]
[assembly: AssemblyInformationalVersion("@GITDETAILVERSION@")]

View file

@ -23,8 +23,7 @@
using System;
using System.Reflection;
using System.Runtime.InteropServices;
using Greenshot.Plugin;
using System.Windows.Markup;
#endregion
// General Information about an assembly is controlled through the following
@ -38,8 +37,6 @@ using Greenshot.Plugin;
[assembly: AssemblyCopyright("Copyright (C) 2012")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// The PluginAttribute describes the "entryType" and if the plugin is configurable
[assembly: PluginAttribute("GreenshotDropboxPlugin.DropboxPlugin", true)]
// This sets the default COM visibility of types in the assembly to invisible.
// If you need to expose a type to COM, use [ComVisible(true)] on that type.
@ -51,4 +48,5 @@ using Greenshot.Plugin;
//
// 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.1.6.$WCREV$")]
[assembly: AssemblyVersion("@GITVERSION@")]
[assembly: AssemblyInformationalVersion("@GITDETAILVERSION@")]

View file

@ -23,8 +23,7 @@
using System;
using System.Reflection;
using System.Runtime.InteropServices;
using Greenshot.Plugin;
using System.Windows.Markup;
#endregion
// General Information about an assembly is controlled through the following
@ -38,7 +37,6 @@ using Greenshot.Plugin;
[assembly: AssemblyCopyright("Copyright (C) 2007-2013")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: PluginAttribute("ExternalCommand.ExternalCommandPlugin", true)]
// This sets the default COM visibility of types in the assembly to invisible.
// If you need to expose a type to COM, use [ComVisible(true)] on that type.
@ -50,4 +48,5 @@ using Greenshot.Plugin;
//
// 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.1.6.$WCREV$")]
[assembly: AssemblyVersion("@GITVERSION@")]
[assembly: AssemblyInformationalVersion("@GITDETAILVERSION@")]

View file

@ -23,8 +23,7 @@
using System;
using System.Reflection;
using System.Runtime.InteropServices;
using Greenshot.Plugin;
using System.Windows.Markup;
#endregion
// General Information about an assembly is controlled through the following
@ -38,8 +37,6 @@ using Greenshot.Plugin;
[assembly: AssemblyCopyright("Copyright (C) 2012")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// The PluginAttribute describes the "entryType" and if the plugin is configurable
[assembly: PluginAttribute("GreenshotFlickrPlugin.FlickrPlugin", true)]
// This sets the default COM visibility of types in the assembly to invisible.
// If you need to expose a type to COM, use [ComVisible(true)] on that type.
@ -51,4 +48,5 @@ using Greenshot.Plugin;
//
// 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.1.6.$WCREV$")]
[assembly: AssemblyVersion("@GITVERSION@")]
[assembly: AssemblyInformationalVersion("@GITDETAILVERSION@")]

View file

@ -23,8 +23,7 @@
using System;
using System.Reflection;
using System.Runtime.InteropServices;
using Greenshot.Plugin;
using System.Windows.Markup;
#endregion
// General Information about an assembly is controlled through the following
@ -38,8 +37,6 @@ using Greenshot.Plugin;
[assembly: AssemblyCopyright("Copyright (C) 2007-2013")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// The PluginAttribute describes the "entryType" and if the plugin is configurable
[assembly: PluginAttribute("GreenshotImgurPlugin.ImgurPlugin", true)]
// This sets the default COM visibility of types in the assembly to invisible.
// If you need to expose a type to COM, use [ComVisible(true)] on that type.
@ -51,4 +48,5 @@ using Greenshot.Plugin;
//
// 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.1.6.$WCREV$")]
[assembly: AssemblyVersion("@GITVERSION@")]
[assembly: AssemblyInformationalVersion("@GITDETAILVERSION@")]

View file

@ -23,8 +23,7 @@
using System;
using System.Reflection;
using System.Runtime.InteropServices;
using Greenshot.Plugin;
using System.Windows.Markup;
#endregion
// General Information about an assembly is controlled through the following
@ -38,8 +37,6 @@ using Greenshot.Plugin;
[assembly: AssemblyCopyright("Copyright (C) 2007-2013")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// The PluginAttribute describes the "entryType" and if the plugin is configurable
[assembly: PluginAttribute("GreenshotJiraPlugin.JiraPlugin", true)]
// This sets the default COM visibility of types in the assembly to invisible.
// If you need to expose a type to COM, use [ComVisible(true)] on that type.
@ -51,4 +48,5 @@ using Greenshot.Plugin;
//
// 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.1.6.$WCREV$")]
[assembly: AssemblyVersion("@GITVERSION@")]
[assembly: AssemblyInformationalVersion("@GITDETAILVERSION@")]

View file

@ -0,0 +1,36 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// Allgemeine Informationen über eine Assembly werden über die folgenden
// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern,
// die mit einer Assembly verknüpft sind.
[assembly: AssemblyTitle("GreenshotOCRCommand")]
[assembly: AssemblyDescription("A small executable to OCR a bitmap")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Greenshot")]
[assembly: AssemblyProduct("GreenshotOCRCommand")]
[assembly: AssemblyCopyright("Greenshot")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// Durch Festlegen von ComVisible auf "false" werden die Typen in dieser Assembly unsichtbar
// für COM-Komponenten. Wenn Sie auf einen Typ in dieser Assembly von
// COM zugreifen müssen, legen Sie das ComVisible-Attribut für diesen Typ auf "true" fest.
[assembly: ComVisible(false)]
// 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.0.*")]
[assembly: AssemblyVersion("@GITVERSION@")]
[assembly: AssemblyInformationalVersion("@GITDETAILVERSION@")]

View file

@ -23,8 +23,7 @@
using System;
using System.Reflection;
using System.Runtime.InteropServices;
using Greenshot.Plugin;
using System.Windows.Markup;
#endregion
// General Information about an assembly is controlled through the following
@ -38,8 +37,6 @@ using Greenshot.Plugin;
[assembly: AssemblyCopyright("Copyright (C) 2007-2013")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// The PluginAttribute describes the "entryType" and if the plugin is configurable
[assembly: PluginAttribute("GreenshotOCR.OcrPlugin", true)]
// This sets the default COM visibility of types in the assembly to invisible.
// If you need to expose a type to COM, use [ComVisible(true)] on that type.
@ -51,4 +48,5 @@ using Greenshot.Plugin;
//
// 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.1.6.$WCREV$")]
[assembly: AssemblyVersion("@GITVERSION@")]
[assembly: AssemblyInformationalVersion("@GITDETAILVERSION@")]

View file

@ -23,8 +23,7 @@
using System;
using System.Reflection;
using System.Runtime.InteropServices;
using Greenshot.Plugin;
using System.Windows.Markup;
#endregion
// General Information about an assembly is controlled through the following
@ -38,8 +37,6 @@ using Greenshot.Plugin;
[assembly: AssemblyCopyright("Copyright (C) 2007-2013")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// The PluginAttribute describes the "entryType" and if the plugin is configurable
[assembly: PluginAttribute("GreenshotOfficePlugin.OfficePlugin", false)]
// This sets the default COM visibility of types in the assembly to invisible.
// If you need to expose a type to COM, use [ComVisible(true)] on that type.
@ -51,4 +48,5 @@ using Greenshot.Plugin;
//
// 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.1.6.$WCREV$")]
[assembly: AssemblyVersion("@GITVERSION@")]
[assembly: AssemblyInformationalVersion("@GITDETAILVERSION@")]

View file

@ -23,8 +23,7 @@
using System;
using System.Reflection;
using System.Runtime.InteropServices;
using Greenshot.Plugin;
using System.Windows.Markup;
#endregion
// General Information about an assembly is controlled through the following
@ -38,8 +37,6 @@ using Greenshot.Plugin;
[assembly: AssemblyCopyright("Copyright (C) 2007-2013")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// The PluginAttribute describes the "entryType" and if the plugin is configurable
[assembly: PluginAttribute("GreenshotPhotobucketPlugin.PhotobucketPlugin", true)]
// This sets the default COM visibility of types in the assembly to invisible.
// If you need to expose a type to COM, use [ComVisible(true)] on that type.
@ -51,4 +48,5 @@ using Greenshot.Plugin;
//
// 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.1.6.$WCREV$")]
[assembly: AssemblyVersion("@GITVERSION@")]
[assembly: AssemblyInformationalVersion("@GITDETAILVERSION@")]

View file

@ -23,8 +23,7 @@
using System;
using System.Reflection;
using System.Runtime.InteropServices;
using Greenshot.Plugin;
using System.Windows.Markup;
#endregion
// General Information about an assembly is controlled through the following
@ -38,8 +37,6 @@ using Greenshot.Plugin;
[assembly: AssemblyCopyright("Copyright (C) 2012")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// The PluginAttribute describes the "entryType" and if the plugin is configurable
[assembly: PluginAttribute("GreenshotPicasaPlugin.PicasaPlugin", true)]
// This sets the default COM visibility of types in the assembly to invisible.
// If you need to expose a type to COM, use [ComVisible(true)] on that type.
@ -51,4 +48,5 @@ using Greenshot.Plugin;
//
// 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.1.6.$WCREV$")]
[assembly: AssemblyVersion("@GITVERSION@")]
[assembly: AssemblyInformationalVersion("@GITDETAILVERSION@")]

View file

@ -23,7 +23,7 @@
using System;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Windows.Markup;
#endregion
// General Information about an assembly is controlled through the following
@ -48,4 +48,12 @@ using System.Runtime.InteropServices;
//
// 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.1.6.$WCREV$")]
[assembly: AssemblyVersion("@GITVERSION@")]
[assembly: AssemblyInformationalVersion("@GITDETAILVERSION@")]
// Definitions for XAML namespaces
[assembly: XmlnsPrefix("http://schemas.getgreenshot.net/plugin/", "greenshotplugin")]
[assembly: XmlnsDefinition("http://schemas.getgreenshot.net/plugin/", "GreenshotPlugin")]
[assembly: XmlnsDefinition("http://schemas.getgreenshot.net/plugin/", "GreenshotPlugin.Core")]
[assembly: XmlnsDefinition("http://schemas.getgreenshot.net/plugin/", "GreenshotPlugin.Core.Settings")]
[assembly: XmlnsDefinition("http://schemas.getgreenshot.net/plugin/", "GreenshotPlugin.WPF")]

View file

@ -23,8 +23,7 @@
using System;
using System.Reflection;
using System.Runtime.InteropServices;
using Greenshot.Plugin;
using System.Windows.Markup;
#endregion
// General Information about an assembly is controlled through the following
@ -39,9 +38,6 @@ using Greenshot.Plugin;
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// The PluginAttribute describes the "entryType" and if the plugin is configurable
[assembly: PluginAttribute("PluginExample.PluginExample", true)]
// This sets the default COM visibility of types in the assembly to invisible.
// If you need to expose a type to COM, use [ComVisible(true)] on that type.
[assembly: ComVisible(false)]
@ -52,4 +48,5 @@ using Greenshot.Plugin;
//
// 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.1.6.$WCREV$")]
[assembly: AssemblyVersion("@GITVERSION@")]
[assembly: AssemblyInformationalVersion("@GITDETAILVERSION@")]