Skip to content

Commit

Permalink
Readme for nuget package built in
Browse files Browse the repository at this point in the history
  • Loading branch information
Zingabopp committed Mar 18, 2022
1 parent 2bae39a commit 00007a5
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<Authors>Zingabopp</Authors>
<Company>Zingabopp</Company>
<PackageReadmeFile>package_readme.md</PackageReadmeFile>
</PropertyGroup>
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
Expand All @@ -55,6 +56,7 @@
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="package_readme.md" Pack="true" PackagePath="\" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 5 additions & 1 deletion BeatSaberPlaylistsLib.BeatSaber/BeatSaberPlaylistsLib.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions BeatSaberPlaylistsLib.BeatSaber/package_readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
A library to interact with Beat Saber playlists. Use the [BeatSaberPlaylistsLib](https://www.nuget.org/packages/BeatSaberPlaylistsLib/) package if this library is not being used inside a mod.
2 changes: 2 additions & 0 deletions BeatSaberPlaylistsLib/BeatSaberPlaylistsLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageReadmeFile>package_readme.md</PackageReadmeFile>
</PropertyGroup>
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
Expand All @@ -45,6 +46,7 @@
</ItemGroup>

<ItemGroup>
<None Include="package_readme.md" Pack="true" PackagePath="\" />
<PackageReference Include="BeatSaberModdingTools.Tasks" Version="1.4.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
1 change: 1 addition & 0 deletions BeatSaberPlaylistsLib/package_readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
A library to interact with Beat Saber playlists. Use the [BeatSaberPlaylistsLib.BeatSaber](https://www.nuget.org/packages/BeatSaberPlaylistsLib.BeatSaber/) package if this library is being used inside a mod.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Project>
<PropertyGroup>
<Authors>Zingabopp</Authors>
<Version>1.6.2</Version>
<Version>1.6.3</Version>
<Copyright>Copyright © Zingabopp 2021</Copyright>
<PackageProjectUrl>https://github.com/Zingabopp/BeatSaberPlaylistsLib</PackageProjectUrl>
<RepositoryUrl>https://github.com/Zingabopp/BeatSaberPlaylistsLib</RepositoryUrl>
Expand Down

0 comments on commit 00007a5

Please sign in to comment.