Skip to content

Commit

Permalink
Merge pull request #816 from CitiesSkylinesMods/v11.2.2
Browse files Browse the repository at this point in the history
Bump mod version, update changelogs
  • Loading branch information
krzychu124 committed Apr 4, 2020
2 parents 70d71bf + 50c2b51 commit 4420be0
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 35 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,18 @@ This changelog includes all versions and major variants of the mod going all the
> * **CSLT** = Cities Skylines Traffic (later renamed to Traffic++)
> * **TLM** = Taffic Lights Manager (later renamed to Traffic Manager)
#### TM:PE V[11.2.2](https://github.com/CitiesSkylinesMods/TMPE/compare/11.2.1...11.2.2) STABLE, 26/03/2020

- Fixed: GetModName() when user has two mods with same assembly name/version (#812, #811)
- Updated: Game version badges in readme (#806)
- Updated: Mod version and changelogs (#816)

#### TM:PE V[11.2.2](https://github.com/CitiesSkylinesMods/TMPE/compare/11.2.1...11.2.2) LABS, 26/03/2020

- Fixed: GetModName() when user has two mods with same assembly name/version (#812, #811)
- Updated: Game version badges in readme (#806)
- Updated: Mod version and changelogs (#816)

#### TM:PE V[11.2.1](https://github.com/CitiesSkylinesMods/TMPE/compare/11.2.0...11.2.1) STABLE, 26/03/2020

- Fixed: CustomPathManager nullpointer on exit from asset/map editor (#794)
Expand Down
45 changes: 11 additions & 34 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,40 +39,17 @@ Official releases:

Recent updates:

#### TM:PE V[11.2.1](https://github.com/CitiesSkylinesMods/TMPE/compare/11.2.0...11.2.1) STABLE, 26/03/2020

- Fixed: CustomPathManager nullpointer on exit from asset/map editor (#794)
- Fixed: Add missing Trolleybus vehicle category (#794)
- Fixed: CustomPathManager NullPointerException on second load (#794)

#### TM:PE V[11.2.1](https://github.com/CitiesSkylinesMods/TMPE/compare/11.2.0...11.2.1) LABS, 29/03/2020

- Fixed: CustomPathManager nullpointer on exit from asset/map editor (#794)
- Fixed: Add missing Trolleybus vehicle category (#794)
- Fixed: CustomPathManager NullPointerException on second load (#794)

#### TM:PE V[11.2.0](https://github.com/CitiesSkylinesMods/TMPE/compare/11.1.2...11.2.0) LABS, 26/03/2020

- Added: Trolleybus AI (#794)
- Fixed: `PathUnits.m_vehicleTypes` error after Sunset Harbor game update (#794)
- Fixed: Priority signs for trolleybuses (#794)
- Fixed: Build process deployed TrafficManager.dll twice ( #776, #775)
- Improved: Performance of hot-reloads of dev builds (#764, #730)
- Improved: Consolidate error prompts in to helper class (#774)
- Updated: Add missing entries and fix typos in changelog (#777, #779)
- Steam: [TM:PE v11 LABS](https://steamcommunity.com/sharedfiles/filedetails/?id=1806963141)

#### TM:PE V[11.2.0](https://github.com/CitiesSkylinesMods/TMPE/compare/11.1.0...11.2.0) STABLE, 26/03/2020

- Added: Trolleybus AI (#794)
- Fixed: `PathUnits.m_vehicleTypes` error after Sunset Harbor game update (#794)
- Fixed: Priority signs for trolleybuses (#794)
- Fixed: Build process deployed TrafficManager.dll twice ( #776, #775)
- Improved: Performance of hot-reloads of dev builds (#764, #730)
- Improved: Consolidate error prompts in to helper class (#774)
- Updated: Add missing entries and fix typos in changelog (#777, #779)
- Steam: [TM:PE v11 STABLE](https://steamcommunity.com/sharedfiles/filedetails/?id=1637663252)
- GitHub: [CitiesSkylinesMods/TMPE](https://github.com/CitiesSkylinesMods/TMPE)
#### TM:PE V[11.2.2](https://github.com/CitiesSkylinesMods/TMPE/compare/11.2.1...11.2.2) STABLE, 26/03/2020

- Fixed: GetModName() when user has two mods with same assembly name/version (#812, #811)
- Updated: Game version badges in readme (#806)
- Updated: Mod version and changelogs (#816)

#### TM:PE V[11.2.2](https://github.com/CitiesSkylinesMods/TMPE/compare/11.2.1...11.2.2) LABS, 26/03/2020

- Fixed: GetModName() when user has two mods with same assembly name/version (#812, #811)
- Updated: Game version badges in readme (#806)
- Updated: Mod version and changelogs (#816)

See [Full Changelog](https://github.com/CitiesSkylinesMods/TMPE/blob/master/CHANGELOG.md) for details of all releases.

Expand Down
2 changes: 1 addition & 1 deletion TLM/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
// Minor Version
// Build Number
// Revision
[assembly: AssemblyVersion("11.2.1.*")]
[assembly: AssemblyVersion("11.2.2.*")]

0 comments on commit 4420be0

Please sign in to comment.