Skip to content

Commit

Permalink
add license and readme to XIVCalc.Lumina
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenari committed Oct 27, 2024
1 parent c8a85dc commit d9531a3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
# XIVCalc
A C# Library for reverse engineered/crowd sourced calculations for FFXIV

## Important Note
This package comes without runtime asssemblies for Lumina. Please make sure to provide these.
5 changes: 5 additions & 0 deletions XIVCalc.Lumina/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# XIVCalc.Lumina
A complementary packet for XIVCalc to create JobModifiers from Lumina.Excel

## Important Note
This package comes without runtime asssemblies for Lumina. Please make sure to provide these.
6 changes: 5 additions & 1 deletion XIVCalc.Lumina/XIVCalc.Lumina.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<Version>7.0.0-alpha1</Version>
<Title>Lumina adapter for XivCalc</Title>
<Authors>Koenari</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RootNamespace>XIVCalc.Lumina</RootNamespace>
<PackageProjectUrl>https://github.com/Koenari/XIVCalc</PackageProjectUrl>
<RepositoryUrl>https://github.com/Koenari/XIVCalc</RepositoryUrl>
Expand All @@ -24,5 +26,7 @@
</PackageReference>
<PackageReference Include="XIVCalc" Version="0.3.0-alpha3" />
</ItemGroup>

<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="\"/>
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion XIVCalc/XIVCalc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<DocumentationFile>XIVCalc.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<None Include="..\README.md" Pack="true" PackagePath="\"></None>
<None Include="..\README.md" Pack="true" PackagePath="\"/>
</ItemGroup>

</Project>

0 comments on commit d9531a3

Please sign in to comment.