Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Govorunb committed Dec 8, 2023
1 parent 579bc3a commit a3d668c
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion BelowZero.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<ItemGroup>
<PackageReference Include="Subnautica.BelowZero.GameLibs" Version="49371.0.0.1-r.0" />
<PackageReference Include="SubnauticaZero.Nautilus" Version="1.0.0-pre.22" />
<PackageReference Include="SubnauticaZero.Nautilus" Version="1.0.0-pre.23" />
</ItemGroup>

<ItemGroup>
Expand Down
Binary file modified Install/BelowZero/BepInEx/plugins/Nautilus/Nautilus.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Install/BelowZero/BepInEx/plugins/Nautilus/Nautilus.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2611,7 +2611,7 @@
<param name="values">Values to concatenate into the <paramref name="builder"/>.</param>
<returns>The provided <see cref="T:System.Text.StringBuilder"/>.</returns>
</member>
<member name="M:Nautilus.Extensions.TypeExtensions.GetFriendlyTypeName(System.Type)">
<member name="M:Nautilus.Extensions.TypeExtensions.GetFriendlyName(System.Type)">
<summary>
Format the given <paramref name="type"/>'s name into a more developer-friendly form.
</summary>
Expand Down
Binary file modified Install/Subnautica/BepInEx/plugins/Nautilus/Nautilus.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Install/Subnautica/BepInEx/plugins/Nautilus/Nautilus.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2547,7 +2547,7 @@
<param name="values">Values to concatenate into the <paramref name="builder"/>.</param>
<returns>The provided <see cref="T:System.Text.StringBuilder"/>.</returns>
</member>
<member name="M:Nautilus.Extensions.TypeExtensions.GetFriendlyTypeName(System.Type)">
<member name="M:Nautilus.Extensions.TypeExtensions.GetFriendlyName(System.Type)">
<summary>
Format the given <paramref name="type"/>'s name into a more developer-friendly form.
</summary>
Expand Down
2 changes: 1 addition & 1 deletion SCHIZO/SCHIZO.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<PackageReference Include="BepInEx.Analyzers" Version="1.0.8" PrivateAssets="all" />
<PackageReference Include="Krafs.Publicizer" Version="2.2.1" PrivateAssets="all" />
<PackageReference Include="PolySharp" Version="1.13.2" PrivateAssets="all" />
<PackageReference Include="PolySharp" Version="1.14.0" PrivateAssets="all" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Subnautica.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<ItemGroup>
<PackageReference Include="Subnautica.GameLibs" Version="71288.0.0-r.0" />
<PackageReference Include="Subnautica.Nautilus" Version="1.0.0-pre.22" />
<PackageReference Include="Subnautica.Nautilus" Version="1.0.0-pre.23" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit a3d668c

Please sign in to comment.