Skip to content

Commit

Permalink
MinionRoulette 1.1.2.1 [PUSH]
Browse files Browse the repository at this point in the history
API8
  • Loading branch information
InitialDet committed Jan 11, 2023
1 parent 959f4dc commit 58e8ef5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions MinionRoulette/MinionRoulette.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Authors>Det</Authors>
<Version>1.1.2.0</Version>
<Version>1.1.2.1</Version>
<Description>Swaps between your favorite minions</Description>
<PackageProjectUrl>https://github.com/InitialDet/MinionRoulette</PackageProjectUrl>
<Configurations>Release;Debug</Configurations>
<TargetFramework>net6.0-windows</TargetFramework>
<TargetFramework>net7.0-windows</TargetFramework>
<Platforms>x64</Platforms>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
Expand Down Expand Up @@ -43,7 +43,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="DalamudPackager" Version="2.1.8" />
<PackageReference Include="DalamudPackager" Version="2.1.10" />
<Reference Include="FFXIVClientStructs">
<HintPath>$(DalamudLibPath)FFXIVClientStructs.dll</HintPath>
<Private>false</Private>
Expand Down
2 changes: 1 addition & 1 deletion MinionRoulette/MinionRoulette.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"CategoryTags": ["other"],
"InternalName": "MinionRoulette",
"ApplicableVersion": "any",
"DalamudApiLevel": 7,
"DalamudApiLevel": 8,
"LoadPriority": 0,
"Changelog": "Disabled on Island Sanctuary, since it removed minions placed there"
}
Expand Down
8 changes: 4 additions & 4 deletions MinionRoulette/packages.lock.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"version": 1,
"dependencies": {
"net6.0-windows7.0": {
"net7.0-windows7.0": {
"DalamudPackager": {
"type": "Direct",
"requested": "[2.1.8, )",
"resolved": "2.1.8",
"contentHash": "YqagNXs9InxmqkXzq7kLveImxnodkBEicAhydMXVp7dFjC7xb76U6zGgAax4/BWIWfZeWzr5DJyQSev31kj81A=="
"requested": "[2.1.10, )",
"resolved": "2.1.10",
"contentHash": "S6NrvvOnLgT4GDdgwuKVJjbFo+8ZEj+JsEYk9ojjOR/MMfv1dIFpT8aRJQfI24rtDcw1uF+GnSSMN4WW1yt7fw=="
}
}
}
Expand Down

0 comments on commit 58e8ef5

Please sign in to comment.