File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 6
6
<RootNamespace >CloudCMS</RootNamespace >
7
7
8
8
<PackageId >cloudcms</PackageId >
9
- <PackageVersion >1.1.1 </PackageVersion >
9
+ <PackageVersion >1.1.3 </PackageVersion >
10
10
<Title >CloudCMS Driver</Title >
11
11
<Description >C# .NET driver for CloudCMS</Description >
12
12
<Summary >C# .NET driver for CloudCMS</Summary >
13
13
<PackageTags >cloudcms;cms;</PackageTags >
14
14
<Authors >Michael Whitman</Authors >
15
15
<RepositoryUrl >https://github.com/gitana/cloudcms-csharp-driver</RepositoryUrl >
16
- <PackageIconUrl >https://github.com/gitana/cloudcms-csharp-driver/blob/master/ icon.png?raw=true</ PackageIconUrl >
16
+ <PackageIcon > icon.png</ PackageIcon >
17
17
<PackageLicenseFile >LICENSE</PackageLicenseFile >
18
18
<IsPackable >true</IsPackable >
19
19
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
20
20
<AssemblyVersion >1.1.0</AssemblyVersion >
21
21
</PropertyGroup >
22
-
22
+
23
23
<ItemGroup Condition =" '$(Configuration)' == 'Debug'" >
24
24
<EmbeddedResource Include =" res\**\*" />
25
25
<None Update =" gitana.json" CopyToOutputDirectory =" PreserveNewest" />
26
26
</ItemGroup >
27
27
28
28
<ItemGroup >
29
29
<None Include =" LICENSE" Pack =" true" PackagePath =" " />
30
+ <None Include =" icon.png" Pack =" true" PackagePath =" " />
30
31
<PackageReference Include =" Newtonsoft.Json" Version =" 12.0.1" />
31
32
<PackageReference Include =" xunit" Version =" 2.4.1" />
32
33
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.1" />
You can’t perform that action at this time.
0 commit comments