mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 18:57:28 -07:00
Modified the AsemblyInfo.cs.templates from SVN to GIT
This commit is contained in:
parent
1b28b813fd
commit
92482e6474
15 changed files with 86 additions and 64 deletions
|
@ -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@")]
|
Loading…
Add table
Add a link
Reference in a new issue