This repository was archived by the owner on Sep 17, 2023. It is now read-only.
Commit 8bf5179 1 parent f0783e5 commit 8bf5179 Copy full SHA for 8bf5179
File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 7
7
<PackageId >MyCouch</PackageId >
8
8
<PackageTags >CouchDB NoSQL</PackageTags >
9
9
<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 >
12
12
</PropertyGroup >
13
13
14
14
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
15
15
<DocumentationFile >bin\Release\$(TargetFramework)\MyCouch.xml</DocumentationFile >
16
16
<NoWarn >1701;1702;1705;1591</NoWarn >
17
17
</PropertyGroup >
18
18
19
+ <ItemGroup >
20
+ <None Include =" package-icon.png" Pack =" true" PackagePath =" \" />
21
+ </ItemGroup >
22
+
19
23
<ItemGroup >
20
24
<PackageReference Include =" Ensure.That" Version =" 8.1.1" />
21
25
<PackageReference Include =" Newtonsoft.Json" Version =" 12.0.1" />
You can’t perform that action at this time.
0 commit comments