From 3b3f3e1f23da0d70a42192fa062920d09ebdd6e0 Mon Sep 17 00:00:00 2001 From: mmuffins Date: Sun, 27 May 2018 22:58:31 +0200 Subject: [PATCH] Build and revision number are now auto-generated. --- SteamStorefrontAPI/Properties/AssemblyInfo.cs | 2 +- SteamStorefrontConsole/Properties/AssemblyInfo.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SteamStorefrontAPI/Properties/AssemblyInfo.cs b/SteamStorefrontAPI/Properties/AssemblyInfo.cs index 4b4aa82..f6b56e0 100644 --- a/SteamStorefrontAPI/Properties/AssemblyInfo.cs +++ b/SteamStorefrontAPI/Properties/AssemblyInfo.cs @@ -32,5 +32,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.1.0.0")] +[assembly: AssemblyVersion("1.1.*")] [assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/SteamStorefrontConsole/Properties/AssemblyInfo.cs b/SteamStorefrontConsole/Properties/AssemblyInfo.cs index 7c1acd7..3e7dceb 100644 --- a/SteamStorefrontConsole/Properties/AssemblyInfo.cs +++ b/SteamStorefrontConsole/Properties/AssemblyInfo.cs @@ -32,5 +32,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: AssemblyVersion("1.0.*")] [assembly: AssemblyFileVersion("1.0.0.0")]