File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed
Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1+ # v0.2.0
2+
3+ ## .NET SDK
4+
5+ - ** BREAKING CHANGE** : Removed cooperative preloading feature, because it was unused and lost part
6+ of its interest due to the game not allowing to prevent save autoloading anymore (mods load too
7+ late).
8+
9+ ## UI SDK
10+
11+ - Updated the game's reference ` .d.ts ` files.
12+
113# v0.1.2
214
315## .NET SDK
Original file line number Diff line number Diff line change 11{
22 "name" : " @csmodding/urbandevkit" ,
3- "version" : " 0.1.2 " ,
3+ "version" : " 0.2.0 " ,
44 "license" : " APACHE-2.0" ,
55 "homepage" : " https://discord.gg/SsshDVq2Zj" ,
66 "repository" : " https://github.com/CitiesSkylinesModding/UrbanDevKit" ,
Original file line number Diff line number Diff line change 1111 library, without causing conflicts.
1212 -->
1313 <AssemblyName >UrbanDevKitV1</AssemblyName >
14- <Version >0.1.2 </Version >
14+ <Version >0.2.0 </Version >
1515 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
1616
1717 <!-- NuGet package properties -->
105105 </ItemGroup >
106106
107107 <!--
108- If you wish to test deploying and installing the NuGet package locally, uncomment this temporarily .
108+ Useful to test deploying and installing the NuGet package locally.
109109 It will put the package in .localnuget which is configured as a source in NuGet.config.
110110 -->
111111 <Target Name =" CopyPackage" AfterTargets =" Pack" >
You can’t perform that action at this time.
0 commit comments