Skip to content

Commit

Permalink
Update to patch 15
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaPiggy committed Jun 11, 2024
1 parent 31c625a commit 5167316
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
10 changes: 4 additions & 6 deletions SuitLog/SuitLog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,16 @@
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<LangVersion>default</LangVersion>
<Copyright>Copyright © 2020</Copyright>
<Copyright>Copyright © 2022</Copyright>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<CopyLocalLockFileAssemblies>false</CopyLocalLockFileAssemblies>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DebugType>none</DebugType>
<DebugType>portable</DebugType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="OWML" Version="2.4.0" />
<PackageReference Include="OuterWildsGameLibs" Version="1.1.14.768" />
<PackageReference Include="OWML" Version="2.13.0" />
<PackageReference Include="OuterWildsGameLibs" Version="1.1.15.1018" />
</ItemGroup>
<ItemGroup>
<None Include="default-config.json">
Expand Down
4 changes: 2 additions & 2 deletions SuitLog/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"author": "Damián Garro",
"name": "Suit Log",
"uniqueName": "dgarro.SuitLog",
"version": "1.3.1",
"owmlVersion": "2.4.0"
"version": "1.4.0",
"owmlVersion": "2.13.0"
}

0 comments on commit 5167316

Please sign in to comment.