Skip to content

Commit

Permalink
Final changes for release 0.5.10 (#3811)
Browse files Browse the repository at this point in the history
* Made the advice for Weblate in the credits updater script more accurate

* Updated credits and translation progress

* Fixed the Thrive readme and asset license info display in the credits

* Bumped version up to 0.5.10

* Updated translation progress numbers
  • Loading branch information
hhyyrylainen authored Sep 24, 2022
1 parent e14d5ab commit ca967a1
Show file tree
Hide file tree
Showing 6 changed files with 134 additions and 84 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.5.10.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
3 changes: 2 additions & 1 deletion Scripts/CreditsUpdater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ public static class CreditsUpdater
"https://translate.revolutionarygamesstudio.com/projects/thrive/thrive-game/#reports";

private const string TRANSLATORS_EXTRA_INSTRUCTIONS =
"set start date to 1.1.2015 and end date to current date and format to JSON";
"set start date to 1.1.2015 and end date to current date and format to JSON " +
"(and it's the 'thanks' column on the left that generates the right file)";

private const string AUTOMATIC_GENERATION_COMMENT =
"This file is automatically generated by the 'credits' tool in the Scripts folder!" +
Expand Down
Loading

0 comments on commit ca967a1

Please sign in to comment.