diff --git a/CC-Clicker 2.0/CC-Clicker 2.0.csproj b/CC-Clicker 2.0/CC-Clicker 2.0.csproj index 33aa738..b440096 100644 --- a/CC-Clicker 2.0/CC-Clicker 2.0.csproj +++ b/CC-Clicker 2.0/CC-Clicker 2.0.csproj @@ -1,6 +1,6 @@  - netcoreapp3.0 + netcoreapp3.1 WinExe CC_Clicker_2._0 false diff --git a/CC-Clicker 2.0/Properties/AssemblyInfo.cs b/CC-Clicker 2.0/Properties/AssemblyInfo.cs index dc51f82..a3c544b 100644 --- a/CC-Clicker 2.0/Properties/AssemblyInfo.cs +++ b/CC-Clicker 2.0/Properties/AssemblyInfo.cs @@ -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: AssemblyVersion("1.0.*")] [assembly: AssemblyFileVersion("1.0.0.0")] \ No newline at end of file