Skip to content

Commit

Permalink
Revert "(#86) Embed README in the NuGet package"
Browse files Browse the repository at this point in the history
Adding the README to the package is currently blocked by
NuGet/Home#10791

This reverts commit 2cacf5e.
  • Loading branch information
augustoproiete committed Sep 9, 2021
1 parent 0da8e6e commit 7d5a2ce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Ookii.Dialogs.Wpf/Ookii.Dialogs.Wpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
<Copyright>Copyright (c) 2009-2021 Ookii Dialogs Contributors</Copyright>
<PackageTags>ookii;dialogs;wpf;windows-presentation-foundation;progress-dialog;task-dialog;credential-dialog;common-file-dialog</PackageTags>
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIcon>images\icon.png</PackageIcon>
<PackageIconUrl>https://raw.githubusercontent.com/ookii-dialogs/ookii-dialogs-wpf/master/assets/ookii-dialogs-wpf-nuget.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/ookii-dialogs/ookii-dialogs-wpf</PackageProjectUrl>
Expand Down Expand Up @@ -147,7 +146,6 @@
</ItemGroup>

<ItemGroup>
<None Include="..\..\README.md" Pack="true" Visible="false" PackagePath="README.md" />
<None Include="..\..\assets\ookii-dialogs-wpf-nuget.png" Pack="true" Visible="false" PackagePath="images\icon.png" />
</ItemGroup>

Expand Down

0 comments on commit 7d5a2ce

Please sign in to comment.