Skip to content

Commit

Permalink
Release 2.0.4-1 reference new Harmony/API package version in all proj…
Browse files Browse the repository at this point in the history
…ects
  • Loading branch information
boformer committed Feb 14, 2021
1 parent 26ce8a4 commit 47fe075
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 13 deletions.
5 changes: 2 additions & 3 deletions CitiesHarmony.API/CitiesHarmony.API.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,9 @@
</Reference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Harmony\Harmony\Harmony.csproj">
<PackageReference Include="CitiesHarmony.Harmony" Version="[2.0.4]">
<ExcludeAssets>runtime</ExcludeAssets>
<Private>False</Private>
</ProjectReference>
</PackageReference>
</ItemGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>none</DebugType>
Expand Down
13 changes: 6 additions & 7 deletions ExampleMod.OldStyle/ExampleMod.OldStyle.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,16 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="CitiesHarmony.API, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\CitiesHarmony.API.2.0.0-rc\lib\net35\CitiesHarmony.API.dll</HintPath>
</Reference>
<Reference Include="CitiesHarmony.Harmony, Version=2.0.4.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\CitiesHarmony.Harmony.2.0.4-rc\lib\net35\CitiesHarmony.Harmony.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Assembly-CSharp">
<HintPath>C:\References\Assembly-CSharp.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="CitiesHarmony.API, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\CitiesHarmony.API.2.0.0\lib\net35\CitiesHarmony.API.dll</HintPath>
</Reference>
<Reference Include="CitiesHarmony.Harmony, Version=2.0.4.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\CitiesHarmony.Harmony.2.0.4\lib\net35\CitiesHarmony.Harmony.dll</HintPath>
</Reference>
<Reference Include="ColossalManaged">
<HintPath>C:\References\ColossalManaged.dll</HintPath>
<Private>False</Private>
Expand Down
4 changes: 2 additions & 2 deletions ExampleMod.OldStyle/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="CitiesHarmony.API" version="2.0.0-rc" targetFramework="net35" />
<package id="CitiesHarmony.Harmony" version="2.0.4-rc" targetFramework="net35" developmentDependency="true" />
<package id="CitiesHarmony.API" version="2.0.0" targetFramework="net35" />
<package id="CitiesHarmony.Harmony" version="2.0.4" targetFramework="net35" developmentDependency="true" />
</packages>
2 changes: 1 addition & 1 deletion ExampleMod/ExampleMod.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</Reference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="CitiesHarmony.API" Version="2.0.0-rc" />
<PackageReference Include="CitiesHarmony.API" Version="2.0.0" />
</ItemGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>none</DebugType>
Expand Down

0 comments on commit 47fe075

Please # to comment.