Skip to content

Commit

Permalink
Final changes for release 0.6.1 (#4135)
Browse files Browse the repository at this point in the history
* Bumped version number to 0.6.1

* Added 0.6.1 patch notes in the yml file

* Updated translation progress

* Removed an unneeded TODO comment

* Updated credits

* Updated the submodule
  • Loading branch information
hhyyrylainen committed Feb 17, 2023
1 parent be45b40 commit 3481015
Show file tree
Hide file tree
Showing 8 changed files with 167 additions and 83 deletions.
2 changes: 1 addition & 1 deletion Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

[assembly: AssemblyVersion("0.6.1.0")]

[assembly: AssemblyInformationalVersion("-rc1")]
[assembly: AssemblyInformationalVersion("")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down
1 change: 0 additions & 1 deletion Scripts/CreditsUpdater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ public static class CreditsUpdater

public static async Task<bool> Run(CancellationToken cancellationToken)
{
// TODO: enable these again
if (!CheckFile(PATRONS_FILE, PATRONS_DOWNLOAD))
return false;

Expand Down
1 change: 1 addition & 0 deletions Thrive.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -659,6 +659,7 @@
<Content Include="simulation_parameters\common\help_texts.json" />
<Content Include="simulation_parameters\common\input_options.json" />
<Content Include="simulation_parameters\common\music_tracks.json" />
<Content Include="simulation_parameters\common\patch_notes.yml" />
<Content Include="simulation_parameters\common\translations_info.json" />
<Content Include="simulation_parameters\microbe_stage\backgrounds.json" />
<Content Include="simulation_parameters\microbe_stage\biomes.json" />
Expand Down

0 comments on commit 3481015

Please sign in to comment.