Skip to content

Commit

Permalink
lumina: 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenari committed Nov 3, 2024
1 parent da83432 commit a224c78
Showing 1 changed file with 2 additions and 2 deletions.
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-alpha1</Version>
<Version>7.0.0</Version>
<Title>Lumina adapter for XivCalc</Title>
<Authors>Koenari</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand All @@ -24,7 +24,7 @@
<PackageReference Include="Lumina.Excel" Version="7.0.0">
<PrivateAssets>contentfiles;analyzers;build;runtime</PrivateAssets>
</PackageReference>
<PackageReference Include="XIVCalc" Version="0.3.0-alpha3" />
<PackageReference Include="XIVCalc" Version="0.3.0" />
</ItemGroup>
<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="\"/>
Expand Down

0 comments on commit a224c78

Please sign in to comment.