Skip to content

Commit

Permalink
lumina: 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenari committed Nov 13, 2024
1 parent a224c78 commit bfe26d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion XIVCalc.Lumina/LuminaJobModifiers.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Lumina.Excel.GeneratedSheets;
using Lumina.Excel.Sheets;
using XIVCalc.Interfaces;

namespace XIVCalc.Lumina;
Expand Down
4 changes: 2 additions & 2 deletions XIVCalc.Lumina/XIVCalc.Lumina.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>7.0.0</Version>
<Version>7.1.0</Version>
<Title>Lumina adapter for XivCalc</Title>
<Authors>Koenari</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand All @@ -21,7 +21,7 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Lumina.Excel" Version="7.0.0">
<PackageReference Include="Lumina.Excel" Version="7.1.0">
<PrivateAssets>contentfiles;analyzers;build;runtime</PrivateAssets>
</PackageReference>
<PackageReference Include="XIVCalc" Version="0.3.0" />
Expand Down

0 comments on commit bfe26d7

Please sign in to comment.