Archived
1
0

give it a 0ver to denote a beta

This commit is contained in:
Florian Stinglmayr 2021-08-13 10:03:51 +02:00
parent 68d531922c
commit 2a02aa82a6

View File

@ -7,12 +7,12 @@ using System.Windows;
// 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("nonabgs")]
[assembly: AssemblyTitle("NoNaBGS")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("nonabgs")]
[assembly: AssemblyCopyright("Copyright © 2021")]
[assembly: AssemblyProduct("NoNaBGS")]
[assembly: AssemblyCopyright("Copyright © 2021 by Florian Stinglmayr")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@ -51,5 +51,5 @@ using System.Windows;
// 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("0.1.0.0")]
[assembly: AssemblyFileVersion("0.1.0.0")]