Skip to content
This repository was archived by the owner on Sep 17, 2023. It is now read-only.

Commit 8bf5179

Browse files
Meta updates to NuGet package (#180)
* Updates release notes link * Replaces IconUrl for Icon
1 parent f0783e5 commit 8bf5179

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

source/projects/MyCouch/MyCouch.csproj

+6-2
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,19 @@
77
<PackageId>MyCouch</PackageId>
88
<PackageTags>CouchDB NoSQL</PackageTags>
99
<PackageLicenseExpression>MIT</PackageLicenseExpression>
10-
<PackageReleaseNotes>https://github.com/danielwertheim/mycouch/wiki/release-notes</PackageReleaseNotes>
11-
<PackageIconUrl>https://raw.githubusercontent.com/danielwertheim/mycouch/master/resources/mycouch-nuget.png</PackageIconUrl>
10+
<PackageReleaseNotes>https://github.com/danielwertheim/mycouch/releases</PackageReleaseNotes>
11+
<PackageIcon>package-icon.png</PackageIcon>
1212
</PropertyGroup>
1313

1414
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
1515
<DocumentationFile>bin\Release\$(TargetFramework)\MyCouch.xml</DocumentationFile>
1616
<NoWarn>1701;1702;1705;1591</NoWarn>
1717
</PropertyGroup>
1818

19+
<ItemGroup>
20+
<None Include="package-icon.png" Pack="true" PackagePath="\"/>
21+
</ItemGroup>
22+
1923
<ItemGroup>
2024
<PackageReference Include="Ensure.That" Version="8.1.1" />
2125
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
6.26 KB
Loading

0 commit comments

Comments
 (0)