From 867b6dc373eea3150911ceb1c7a4fae9d872357c Mon Sep 17 00:00:00 2001 From: CreepyCrafter24 <33260128+CreepyCrafter24@users.noreply.github.com> Date: Wed, 11 Mar 2020 19:09:41 +0100 Subject: [PATCH] Auto-increment version --- CC-Clicker 2.0/CC-Clicker 2.0.csproj | 2 +- CC-Clicker 2.0/Properties/AssemblyInfo.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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