Increased version

fonts_experiment 1.0.0.1
Valeriy Mironov 2017-11-26 21:58:26 +02:00
parent feb2b48fb5
commit c5a1ed3fef
3 changed files with 11 additions and 11 deletions

View File

@ -4,12 +4,12 @@ using System.Runtime.InteropServices;
// 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.
[assembly: AssemblyTitle("ResourcesReader")]
[assembly: AssemblyTitle("Resources")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("ResourcesReader")]
[assembly: AssemblyCopyright("Copyright © 2017")]
[assembly: AssemblyProduct("Resources")]
[assembly: AssemblyCopyright("Copyright © Valeriy Mironov 2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

View File

@ -4,12 +4,12 @@ using System.Runtime.InteropServices;
// 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.
[assembly: AssemblyTitle("WatchFace.Parser.Net")]
[assembly: AssemblyTitle("WatchFace.Parser")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("WatchFace.Parser.Net")]
[assembly: AssemblyCopyright("Copyright © 2017")]
[assembly: AssemblyProduct("WatchFace.Parser")]
[assembly: AssemblyCopyright("Copyright © Valeriy Mironov 2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
// 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.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.0.0.1")]
[assembly: AssemblyFileVersion("1.0.0.1")]

View File

@ -4,12 +4,12 @@ using System.Runtime.InteropServices;
// 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.
[assembly: AssemblyTitle("WatchFace.Cmd")]
[assembly: AssemblyTitle("WatchFace")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("WatchFace.Cmd")]
[assembly: AssemblyCopyright("Copyright © 2017")]
[assembly: AssemblyProduct("WatchFace")]
[assembly: AssemblyCopyright("Copyright © Valeriy Mironov 2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]