Skip to content

Commit

Permalink
files: add readme/license files
Browse files Browse the repository at this point in the history
  • Loading branch information
Nenkai committed Jul 18, 2024
1 parent 48e0740 commit a8b0dc2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions GBFRDataTools.Files/GBFRDataTools.Files.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,17 @@
<FileVersion>1.0.1</FileVersion>
<AssemblyVersion>1.0.1</AssemblyVersion>
<Version>1.0.1</Version>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
</PropertyGroup>

<ItemGroup>
<None Include="..\LICENSE.txt">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Syroot.BinaryData" Version="5.2.2" />
<PackageReference Include="YamlDotNet" Version="15.1.1" />
Expand All @@ -21,4 +30,11 @@
<ProjectReference Include="..\GBFRDataTools.Hashing\GBFRDataTools.Hashing.csproj" />
</ItemGroup>

<ItemGroup>
<None Update="README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion GBFRDataTools.Files/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# GBFRDataTools.Files

Library for handling certain Granblue Fantasy: Relink files.
Library for handling certain Granblue Fantasy: Relink files (.bxm, .xxxb files).

0 comments on commit a8b0dc2

Please sign in to comment.