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

@ -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@")]