Cleanup of the AssemblyInfo.cs files, they should now be more similar.

This commit is contained in:
RKrom 2014-06-16 15:47:10 +02:00
parent 9aefc90460
commit a91bfab790
14 changed files with 111 additions and 171 deletions

View file

@ -18,13 +18,11 @@
* You should have received a copy of the GNU General Public License
* 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.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")]