File tree 4 files changed +8
-4
lines changed 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change
1
+ # 0.2.0
2
+
3
+ - Released as a C# mod and published to Thunderstore!
4
+
1
5
# 0.0.2
2
6
3
7
- Tracking and visualizing a bunch more values, like education availability
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Should display the following stats:
28
28
29
29
- [ Cities: Skylines 2] ( https://store.steampowered.com/app/949230/Cities_Skylines_II/ )
30
30
- [ BepInEx-Unity.Mono-win-x64-6.0.0-be.674+82077ec] ( https://builds.bepinex.dev/projects/bepinex_be )
31
- - [ HookUI 0.0.1 ] ( https://github.com/Captain-Of-Coit/hookui ) or newer
31
+ - [ HookUI 0.3.2 ] ( https://github.com/Captain-Of-Coit/hookui ) or newer
32
32
33
33
## Installation
34
34
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " city-monitor" ,
3
- "version" : " 0.0.1 " ,
3
+ "version" : " 0.2.0 " ,
4
4
"description" : " Displays a little window so you can see the most important details of your city without having to open up any panels manually." ,
5
5
"main" : " build.mjs" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ containsNsfwContent = false
11
11
12
12
[package .dependencies ]
13
13
BepInEx-BepInExPack = " 5.4.2100"
14
- CaptainOfCoit-HookUI = " 0.3.1 "
14
+ CaptainOfCoit-HookUI = " 0.3.2 "
15
15
16
16
[build ]
17
17
icon = " ./icon.png"
@@ -21,4 +21,4 @@ outdir = "./ts-build"
21
21
[publish ]
22
22
repository = " https://thunderstore.io"
23
23
communities = [ " cities-skylines-ii" , ]
24
- categories = [ " mods" ]
24
+ categories = [ " mods" ]
You can’t perform that action at this time.
0 commit comments