Skip to content

Commit

Permalink
Bump all version numbers and target latest reloaded interface version
Browse files Browse the repository at this point in the history
  • Loading branch information
jroweboy committed Apr 24, 2023
1 parent b53ed81 commit d31d984
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion MRDX.Audio.VolumeConfig/MRDX.Audio.VolumeConfig.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

<ItemGroup>
<PackageReference Include="CoreAudio" Version="1.27.0" />
<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
2 changes: 1 addition & 1 deletion MRDX.Base.ExtractDataBin/MRDX.Base.ExtractDataBin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,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" />
<PackageReference Include="Squid-Box.SevenZipSharp.Lite" Version="1.6.1.23" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion MRDX.Base.Mod.Interfaces/MRDX.Base.Mod.Interfaces.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</PropertyGroup>

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

Expand Down
2 changes: 1 addition & 1 deletion MRDX.Base.Mod/MRDX.Base.Mod.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<ItemGroup>
<PackageReference Include="Reloaded.Memory" Version="8.1.0" />
<PackageReference Include="Reloaded.Memory.SigScan.ReloadedII.Interfaces" Version="1.2.0" />
<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
2 changes: 1 addition & 1 deletion MRDX.Game.HardMode/MRDX.Game.HardMode.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,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" />
<PackageReference Include="Reloaded.Universal.Redirector.Interfaces" Version="1.1.0" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion MRDX.Graphics.Widescreen/MRDX.Graphics.Widescreen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

<ItemGroup>
<PackageReference Include="OpenTK.Graphics" Version="5.0.0-pre.8" />
<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
2 changes: 1 addition & 1 deletion MRDX.Qol.FastForward/MRDX.Qol.FastForward.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<ItemGroup>
<PackageReference Include="Reloaded.Hooks" Version="4.3.0" />
<PackageReference Include="Reloaded.Memory.SigScan.ReloadedII.Interfaces" Version="1.2.0" />
<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
2 changes: 1 addition & 1 deletion MRDX.Qol.SkipDrillAnim/MRDX.Qol.SkipDrillAnim.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

<ItemGroup>
<PackageReference Include="Reloaded.Memory" Version="8.1.0" />
<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
2 changes: 1 addition & 1 deletion MRDX.Qol.TurboInput/MRDX.Qol.TurboInput.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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
2 changes: 1 addition & 1 deletion MRDX.Ui.RawTechValues/MRDX.Ui.RawTechValues.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

<ItemGroup>
<PackageReference Include="Reloaded.Memory" Version="8.1.0" />
<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
22 changes: 11 additions & 11 deletions PublishAll.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@ Split-Path $MyInvocation.MyCommand.Path | Push-Location
# Name of interface mod, version
# These are kinda hard coded into the publish script for now.
$InterfaceVersions = @{
BaseExtractDataBinInterface = "1.0.2";
BaseModInterfaces = "1.0.4"
BaseExtractDataBinInterface = "1.0.3";
BaseModInterfaces = "1.0.5"
}

$AllProjects = @(
# Name of mod, version
@("MRDX.Audio.VolumeConfig", "1.1.2", $false),
@("MRDX.Base.ExtractDataBin", "1.0.3", $false),
@("MRDX.Base.Mod", "1.0.3", $false),
@("MRDX.Game.HardMode", "1.0.3", $false),
@("MRDX.Audio.VolumeConfig", "1.1.3", $false),
@("MRDX.Base.ExtractDataBin", "1.0.4", $false),
@("MRDX.Base.Mod", "1.0.4", $false),
@("MRDX.Game.HardMode", "1.0.4", $false),
# Not ready for release yet, so leave it commented out for now
# @("MRDX.Game.MonsterEditor", "1.0.0", $false),
@("MRDX.Graphics.Widescreen", "1.1.2", $false),
@("MRDX.Qol.FastForward", "1.3.1", $false),
@("MRDX.Qol.SkipDrillAnim", "1.2.3", $false),
@("MRDX.Qol.TurboInput", "1.0.1", $false),
@("MRDX.Ui.RawTechValues", "1.0.2", $false)
@("MRDX.Graphics.Widescreen", "1.1.3", $false),
@("MRDX.Qol.FastForward", "1.3.2", $false),
@("MRDX.Qol.SkipDrillAnim", "1.2.4", $false),
@("MRDX.Qol.TurboInput", "1.0.2", $false),
@("MRDX.Ui.RawTechValues", "1.0.3", $false)
)

Write-Output "Starting Publish All"
Expand Down

0 comments on commit d31d984

Please sign in to comment.