Skip to content

Commit

Permalink
added README.md to nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
k-wojcik committed Jul 23, 2024
1 parent faadd3f commit 1ed5199
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions Roaring.Net.sln
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
ProjectSection(SolutionItems) = preProject
vcpkg.json = vcpkg.json
vcpkg-configuration.json = vcpkg-configuration.json
README.md = README.md
EndProjectSection
EndProject
Global
Expand Down
4 changes: 3 additions & 1 deletion src/Roaring.Net/Roaring.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<RepositoryUrl>git://github.com/k-wojcik/Roaring.Net</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryType>git</RepositoryType>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<Content Include="../../libs/x64-windows/*.dll">
Expand Down Expand Up @@ -45,6 +46,7 @@
<Content Include="../../libs/arm64-osx/*.dylib">
<Pack>true</Pack>
<PackagePath>runtimes/osx-arm64/native</PackagePath>
</Content>
</Content>
<None Include="..\..\README.md" Pack="true" PackagePath="\" CopyToOutputDirectory="Never" CopyToPublishDirectory="PreserveNewest" Visible="false"/>
</ItemGroup>
</Project>

0 comments on commit 1ed5199

Please sign in to comment.