Skip to content

Commit

Permalink
uses Harmony pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
pardeike committed Jun 1, 2023
1 parent a089da4 commit b412a8a
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 7 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,4 @@
/.gitattributes export-ignore
/.gitignore export-ignore
/*.sln export-ignore
/*.zip export-ignore
/Directory.Build.props export-ignore
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,4 @@ ModelManifest.xml
.paket/paket.exe

# FAKE - F# Make
.fake/

# zip releases
*.zip
.fake/
Binary file modified 1.4/Assemblies/CameraPlus.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

<PropertyGroup>
<ModName>Product</ModName>
<ModName>Camera+</ModName>
<ModFileName>CameraPlus</ModFileName>
<Repository>https://github.com/pardeike/CameraPlus</Repository>
<ModVersion>2.6.0.0</ModVersion>
Expand Down
2 changes: 1 addition & 1 deletion Source/CameraPlus.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<ItemGroup>
<PackageReference Include="Brrainz.RimWorld.CrossPromotion" Version="1.1.1" />
<PackageReference Include="Krafs.Rimworld.Ref" Version="1.4.3704" GeneratePathProperty="true" />
<PackageReference Include="Lib.Harmony" Version="2.2.2" ExcludeAssets="runtime" />
<PackageReference Include="Lib.Harmony" Version="2.3.0-prerelease.2" ExcludeAssets="runtime" />
<PackageReference Include="Microsoft.NETCore.Platforms" Version="7.0.2" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies.net472" Version="1.0.3">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit b412a8a

Please sign in to comment.