Skip to content

Commit

Permalink
Version bump to 2.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
algernon-A committed Nov 21, 2022
1 parent bfb7272 commit 77db532
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 2.2.1 -

- Update commercial goods sales multiplier code


Version 2.2 -

- Add separate calculations for Wall-to-Wall buildings
Expand Down
9 changes: 9 additions & 0 deletions Code/WhatsNewMessageListing.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ internal class WhatsNewMessageListing
/// </summary>
internal WhatsNewMessage[] Messages => new WhatsNewMessage[]
{
new WhatsNewMessage
{
Version = new Version("2.2.1.0"),
MessagesAreKeys = true,
Messages = new string[]
{
"RPR_221_0",
},
},
new WhatsNewMessage
{
Version = new Version("2.2.0.0"),
Expand Down
2 changes: 1 addition & 1 deletion Realistic Population Revisited.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Authors>algernon,Whitefang Greytail</Authors>
<Copyright>Copyright © 2015-2022 algernon, Whitefang Greytail</Copyright>
<Product>$(Title)</Product>
<Version>2.2</Version>
<Version>2.2.1</Version>
<ManagedDLLPath>$(MSBuildProgramFiles32)/Steam/steamapps/common/Cities_Skylines/Cities_Data/Managed</ManagedDLLPath>
<AssemblySearchPaths>
$(AssemblySearchPaths);
Expand Down
3 changes: 2 additions & 1 deletion Translations/en-EN.csv
Original file line number Diff line number Diff line change
Expand Up @@ -317,4 +317,5 @@
"RPR_201_0","Add option to use US customary measures (feet and square feet) in place of metric measurements"
"RPR_21_0","Compatiblility with game version 1.15 (Plazas & Promenades)"
"RPR_22_0","Plazas & Promenades wall-to-wall building types now have separate settings"
"RPR_22_1","Add option unlock all zoning types from game start"
"RPR_22_1","Add option unlock all zoning types from game start"
"RPR_221_0","Update commercial goods sales multiplier code"

0 comments on commit 77db532

Please sign in to comment.