Fix dev build numbering, add update notes

Add newline in AssemblyInfo to fix dev build number in exe (#456)
Add remarks on how to implement newer MC versions (from #145, #599)
This commit is contained in:
ORelio 2019-04-28 15:58:10 +02:00
parent 9841156130
commit 5f83ff0958
6 changed files with 29 additions and 5 deletions

View file

@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
//[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("https://github.com/ORelio/Minecraft-Console-Client")]
[assembly: AssemblyProduct("MinecraftClient")]
[assembly: AssemblyCopyright("Copyright © 2012-2018 ORelio & Contributors")]
[assembly: AssemblyCopyright("Copyright © 2012-2019 ORelio & Contributors")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@ -39,4 +39,4 @@ using System.Runtime.InteropServices;
// MCC will use the following command as CMD pre-build script in AppVeyor msbuild settings:
// echo [assembly: AssemblyConfiguration("AppVeyor build %APPVEYOR_BUILD_NUMBER%, built on %DATE% from commit %APPVEYOR_REPO_COMMIT:~0,7%")] >> MinecraftClient\Properties\AssemblyInfo.cs
// The command will add build info like the example below to be incorporated in Assembly Info in order to display build info on launch
// [assembly: AssemblyConfiguration("AppVeyor build 1234, built on Sun 31/12/2017 from commit abc1def")]
// [assembly: AssemblyConfiguration("AppVeyor build 1234, built on Sun 31/12/2017 from commit abc1def")]