yavsc/Yavsc.Abstract/Properties/AssemblyInfo.cs

28 lines
1 KiB
C#
Raw Normal View History

2016-07-20 13:52:38 +02:00
using System.Resources;
using System.Reflection;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
2018-01-26 13:51:09 +01:00
[assembly: AssemblyTitle("Yavsc.Abstract")]
[assembly: AssemblyDescription("Yavsc shared objects")]
2016-07-20 13:52:38 +02:00
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
2018-01-26 13:51:09 +01:00
[assembly: AssemblyProduct("Yavsc.Abstract")]
[assembly: AssemblyCopyright("Copyright © 2014-2018")]
2016-07-20 13:52:38 +02:00
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
2018-01-26 13:51:09 +01:00
[assembly: NeutralResourcesLanguage("fr")]
2016-07-20 13:52:38 +02:00
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
2018-01-26 13:51:09 +01:00
[assembly: AssemblyVersion("1.0.5.*")]
[assembly: AssemblyFileVersion("1.0.5.2")]