Skip to content

Commit

Permalink
Set version to 1.4.2 and remove MMHOOK dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nrgill28 committed Feb 20, 2023
1 parent 71ec91e commit ed3739e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/Sodalite.Patcher/Sodalite.Patcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<PackageProjectUrl>https://github.com/H3VR-Modding/Sodalite</PackageProjectUrl>
<RepositoryUrl>https://github.com/H3VR-Modding/Sodalite.git</RepositoryUrl>
<RootNamespace>Sodalite.Patcher</RootNamespace>
<PackageVersion>1.4.0</PackageVersion>
<PackageVersion>1.4.2</PackageVersion>
<Configurations>Release</Configurations>
<Platforms>AnyCPU</Platforms>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Sodalite/Sodalite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PackageProjectUrl>https://github.com/H3VR-Modding/Sodalite</PackageProjectUrl>
<RepositoryUrl>https://github.com/H3VR-Modding/Sodalite.git</RepositoryUrl>
<RootNamespace>Sodalite</RootNamespace>
<PackageVersion>1.5.0</PackageVersion>
<PackageVersion>1.4.2</PackageVersion>
<Configurations>Release</Configurations>
<Platforms>AnyCPU</Platforms>
</PropertyGroup>
Expand Down
6 changes: 2 additions & 4 deletions thunderstore/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
"website_url": "https://github.com/H3VR-Modding/Sodalite",
"description": "Modding API and tools for H3VR code plugins",
"dependencies": [
"BepInEx-BepInExPack_H3VR-5.4.1700",
"BepInEx-MonoMod_Loader-1.0.0",
"nrgill28-HookGenPatcher_H3VR-1.2.3"
"BepInEx-BepInExPack_H3VR-5.4.1700"
],
"author": "nrgill28"
}
}

0 comments on commit ed3739e

Please sign in to comment.