Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions SRTPluginProviderSH2R/SRTPluginProviderSH2R.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<Copyright>Copyright © 2024 $(Authors)</Copyright>
<Product>Silent Hill 2 (2024) Memory Provider Plugin</Product>
<Description>A provider plugin for the SRT Host to provide memory values to other plugins.</Description>
<Version>1.0.2</Version>
<FileVersion>1.0.2</FileVersion>
<Version>1.0.3</Version>
<FileVersion>1.0.3</FileVersion>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<DebugType>embedded</DebugType>
<!-- netcoreapp3.1 had to be hardcoded here because this project reports $(TargetFramework) as netstandard2.0 (rightfully so) and I am not sure how this project's csproj can auto-detect another project's framework version to copy it to the appropriate folder so we're just... hardcoding this. -->
Expand Down