Skip to content

Commit

Permalink
refactor: removed nuget readme
Browse files Browse the repository at this point in the history
  • Loading branch information
egbakou committed Jan 1, 2024
1 parent 54f6a3a commit 67cd88e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
<PackageIcon>logo.png</PackageIcon>
<PackageTags>dns,domain-name,domain-ownership,verification,domain-verification,txt,cname,record,dns-record</PackageTags>
<PackageReleaseNotes>See https://github.com/egbakou/domainverifier-dotnet/releases for release notes.</PackageReleaseNotes>
<PackageReadmeFile>readme.md</PackageReadmeFile>
</PropertyGroup>

<PropertyGroup Label="Assembly">
Expand All @@ -39,7 +38,6 @@

<ItemGroup Label="Package files">
<None Include="..\..\assets\logo.png" Pack="true" Visible="false" PackagePath="" />
<None Include="..\..\nuget\extensions\readme.md" Pack="true" Visible="true" PackagePath="\" />
</ItemGroup>

<ItemGroup Label="Framework references">
Expand Down
2 changes: 0 additions & 2 deletions src/DomainVerifier/DomainVerifier.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
<PackageIcon>logo.png</PackageIcon>
<PackageTags>dns,domain-name,domain-ownership,verification,domain-verification,txt,cname,record,dns-record</PackageTags>
<PackageReleaseNotes>See https://github.com/egbakou/domainverifier-dotnet/releases for release notes.</PackageReleaseNotes>
<PackageReadmeFile>readme.md</PackageReadmeFile>
</PropertyGroup>

<PropertyGroup Label="Assembly">
Expand All @@ -38,7 +37,6 @@

<ItemGroup Label="Package files">
<None Include="..\..\assets\logo.png" Pack="true" Visible="false" PackagePath=""/>
<None Include="..\..\nuget\core\readme.md" Pack="true" Visible="true" PackagePath="\"/>
</ItemGroup>

<ItemGroup Label="Package references">
Expand Down

0 comments on commit 67cd88e

Please sign in to comment.