Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
xen-42 committed May 12, 2023
1 parent 2062c60 commit dce4395
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<ItemGroup>
<Reference Include="..\Mirror\*.dll" />
<PackageReference Include="HarmonyX" Version="2.10.1" />
<PackageReference Include="DredgeGameLibs" Version="1.0.4.1" />
<PackageReference Include="DredgeGameLibs" Version="1.1.0" />
<Reference Include="Winch">
<HintPath>$(GameInstall)\Winch.dll</HintPath>
<Private>false</Private>
Expand Down
2 changes: 1 addition & 1 deletion CosmicHorrorFishingBuddies/mod_meta.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Author": "xen-42",
"Version": "0.0.2",
"Version": "0.0.3",
"ModAssembly": "CosmicHorrorFishingBuddies.dll",
"MinWinchVersion": "alpha-1.3",
"Entrypoint": "CosmicHorrorFishingBuddies.Loader/Initialize"
Expand Down
2 changes: 1 addition & 1 deletion EpicOnlineTransport/EpicOnlineTransport.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DredgeGameLibs" Version="1.0.4.1" IncludeAssets="compile" />
<PackageReference Include="DredgeGameLibs" Version="1.1.0" IncludeAssets="compile" />
<Reference Include="../Mirror/*.dll" />
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion MirrorWeaver/MirrorWeaver.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
<Reference Include="Winch">
<HintPath>$(GameInstall)\Winch.dll</HintPath>
</Reference>
<PackageReference Include="DredgeGameLibs" Version="1.0.4.1" />
<PackageReference Include="DredgeGameLibs" Version="1.1.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion SteamAPIPatcher/SteamAPIPatcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<ItemGroup>
<PackageReference Include="HarmonyX" Version="2.10.1" />
<PackageReference Include="DredgeGameLibs" Version="1.0.4.1" />
<PackageReference Include="DredgeGameLibs" Version="1.1.0" />
</ItemGroup>

</Project>

0 comments on commit dce4395

Please sign in to comment.