From 2a02aa82a6a07665dd7ebde006ca0e9dbeb2bd5b Mon Sep 17 00:00:00 2001 From: Florian Stinglmayr Date: Fri, 13 Aug 2021 10:03:51 +0200 Subject: [PATCH] give it a 0ver to denote a beta --- Properties/AssemblyInfo.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 90c1cfb..8a86abb 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -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")]