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")]