forked from Mihara/RasterPropMonitor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSharedAssemblyInfo.cs
25 lines (21 loc) · 1.21 KB
/
SharedAssemblyInfo.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
using System.Reflection;
using System.Runtime.CompilerServices;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct ("RasterPropMonitor")]
[assembly: AssemblyCopyright ("Copyright ©2013-2015 by Mihara, MOARdV, and other contributors, released under the terms of GNU GPLv3")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
// From now on this is the version-number-for-linking, and is no longer expected to change, for the benefit of people who need to hardlink to RPM anyway.
[assembly: AssemblyVersion("0.17.0.0")]
// Now this is the actual version number with build number.
// As I release newer ones, I'll bump them manually.
// Build number is altered automatically.
[assembly: AssemblyFileVersion("0.22.2")]
// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
//[assembly: AssemblyDelaySign(false)]
//[assembly: AssemblyKeyFile("")]