API level 8
This commit is contained in:
parent
0eac05ea9c
commit
d6b093ccce
@ -3,7 +3,7 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Authors></Authors>
|
<Authors></Authors>
|
||||||
<Company></Company>
|
<Company></Company>
|
||||||
<Version>4.1</Version>
|
<Version>5.0</Version>
|
||||||
<Description>Plays a sound effect when a fish bites</Description>
|
<Description>Plays a sound effect when a fish bites</Description>
|
||||||
<Copyright></Copyright>
|
<Copyright></Copyright>
|
||||||
<PackageProjectUrl>https://github.com/carvelli/Fish-Notify</PackageProjectUrl>
|
<PackageProjectUrl>https://github.com/carvelli/Fish-Notify</PackageProjectUrl>
|
||||||
@ -11,7 +11,7 @@
|
|||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>net6.0-windows</TargetFramework>
|
<TargetFramework>net7.0-windows</TargetFramework>
|
||||||
<Platforms>x64</Platforms>
|
<Platforms>x64</Platforms>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
<LangVersion>latest</LangVersion>
|
<LangVersion>latest</LangVersion>
|
||||||
@ -37,8 +37,8 @@
|
|||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="DalamudPackager" Version="2.1.8" />
|
<PackageReference Include="DalamudPackager" Version="2.1.10" />
|
||||||
<PackageReference Include="System.Windows.Extensions" Version="5.0.0" />
|
<PackageReference Include="System.Windows.Extensions" Version="7.0.0" />
|
||||||
<Reference Include="FFXIVClientStructs">
|
<Reference Include="FFXIVClientStructs">
|
||||||
<HintPath>$(DalamudLibPath)FFXIVClientStructs.dll</HintPath>
|
<HintPath>$(DalamudLibPath)FFXIVClientStructs.dll</HintPath>
|
||||||
<Private>false</Private>
|
<Private>false</Private>
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
"Punchline": "Plays a sound when a fish is caught",
|
"Punchline": "Plays a sound when a fish is caught",
|
||||||
"Description": "Plays a sound when a fish is caught, depending on tug-strength",
|
"Description": "Plays a sound when a fish is caught, depending on tug-strength",
|
||||||
"InternalName": "FishNotify",
|
"InternalName": "FishNotify",
|
||||||
"DalamudApiLevel": 7,
|
|
||||||
"Tags": [
|
"Tags": [
|
||||||
"fishing"
|
"fishing"
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user