Skip to content

Commit

Permalink
[STABLE] feat: update for api v9
Browse files Browse the repository at this point in the history
  • Loading branch information
kalilistic committed Oct 3, 2023
1 parent c1c9d1c commit 30b5359
Show file tree
Hide file tree
Showing 15 changed files with 2,448 additions and 2,027 deletions.
2 changes: 1 addition & 1 deletion src/PriceCheck/DalamudPackager.targets
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<Target Name="Package" AfterTargets="Build" Condition="'$(Configuration)' == 'Release'">
<Target Name="Package" AfterTargets="Build">
<DalamudPackager
ProjectDir="$(ProjectDir)"
OutputPath="$(OutputPath)"
Expand Down
9 changes: 5 additions & 4 deletions src/PriceCheck/PriceCheck.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>2.5.1.0</Version>
<Version>2.6.0.0</Version>
<Title>PriceCheck</Title>
<Authors>kalilistic</Authors>
<TargetFramework>net7.0-windows</TargetFramework>
Expand All @@ -18,6 +18,7 @@
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<NoWarn>SA1600,CS1591,CS0618</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -92,10 +93,10 @@
</Reference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="DalamudPackager" Version="2.1.10" />
<PackageReference Include="DalamudPackager" Version="2.1.12" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="Dalamud.DrunkenToad" Version="1.2.1" />
<PackageReference Include="Dalamud.ContextMenu" Version="1.2.3" />
<PackageReference Include="Dalamud.DrunkenToad" Version="1.7.2" />
<PackageReference Include="Dalamud.ContextMenu" Version="1.3.1" />
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.435">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
3 changes: 1 addition & 2 deletions src/PriceCheck/PriceCheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ tags:
- price
- marketboard
- universalis
repo_url: https://github.com/kalilistic/PriceCheck
dalamud_api_level: 8
repo_url: https://github.com/kalilistic/PriceCheck
Loading

0 comments on commit 30b5359

Please sign in to comment.