Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix readme in nupkg #281

Merged
merged 1 commit into from Feb 27, 2023
Merged

Fix readme in nupkg #281

merged 1 commit into from Feb 27, 2023

Conversation

sungam3r
Copy link
Member

fixes #277

It was due to how/when MSBuild resolves IsPackable value.

@@ -14,6 +14,7 @@
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningsNotAsErrors>$(TreatWarningsNotAsErrors);1591</WarningsNotAsErrors>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

temporary

@sungam3r sungam3r added the bugfix Pull request that fixes a bug label Feb 27, 2023
@sungam3r sungam3r merged commit 7accf2e into master Feb 27, 2023
@sungam3r sungam3r deleted the readme branch February 27, 2023 11:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix Pull request that fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

For some reason nuget.org says that package does not contain readme
1 participant