File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @csmodding/urbandevkit" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.1.1 " ,
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 1414 library, without causing conflicts.
1515 -->
1616 <AssemblyName >UrbanDevKitV1</AssemblyName >
17- <Version >0.1.0 </Version >
17+ <Version >0.1.1 </Version >
1818 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
1919
2020 <!-- NuGet package properties -->
107107 It will put the package in .localnuget which is configured as a source in NuGet.config.
108108 -->
109109 <Target Name =" CopyPackage" AfterTargets =" Pack" >
110+ <RemoveDir Directories =" $(SolutionDir)\.localnuget\$(PackageId)\$(PackageVersion)" />
110111 <Exec Command =" nuget add " $(ProjectDir)$(OutputPath)..\$(PackageId).$(PackageVersion).nupkg" -Source " $(SolutionDir)/.localnuget" " />
111112 </Target >
112113</Project >
You can’t perform that action at this time.
0 commit comments