Skip to content

Commit

Permalink
Update Reloaded.Mod.Interfaces version number (Reloaded-Project#215)
Browse files Browse the repository at this point in the history
Fixes an issue where new projects using the latest template canont use the
new control params since the latest release didn't update the Interfaces.dll
  • Loading branch information
jroweboy authored Apr 9, 2023
1 parent 3dda67c commit acb9eb7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<RepositoryUrl>https://github.com/Reloaded-Project/Reloaded-II</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Version>2.3.0</Version>
<Version>2.4.0</Version>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Platforms>AnyCPU</Platforms>
<NoWarn>1701;1702;1591</NoWarn>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Reloaded.Mod.Interfaces" Version="2.3.0" ExcludeAssets="runtime" />
<PackageReference Include="Reloaded.Mod.Interfaces" Version="2.4.0" ExcludeAssets="runtime" />
<PackageReference Include="Reloaded.SharedLib.Hooks" Version="1.9.0" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Reloaded.Mod.Interfaces" Version="2.3.0" ExcludeAssets="runtime" />
<PackageReference Include="Reloaded.Mod.Interfaces" Version="2.4.0" ExcludeAssets="runtime" />
<PackageReference Include="Reloaded.SharedLib.Hooks" Version="1.9.0" />
</ItemGroup>

Expand Down

0 comments on commit acb9eb7

Please sign in to comment.