Skip to content

Commit d9071a7

Browse files
committed
icon fix
1 parent 0747331 commit d9071a7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

cloudcms-csharp-driver.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,28 @@
66
<RootNamespace>CloudCMS</RootNamespace>
77

88
<PackageId>cloudcms</PackageId>
9-
<PackageVersion>1.1.1</PackageVersion>
9+
<PackageVersion>1.1.3</PackageVersion>
1010
<Title>CloudCMS Driver</Title>
1111
<Description>C# .NET driver for CloudCMS</Description>
1212
<Summary>C# .NET driver for CloudCMS</Summary>
1313
<PackageTags>cloudcms;cms;</PackageTags>
1414
<Authors>Michael Whitman</Authors>
1515
<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>
1717
<PackageLicenseFile>LICENSE</PackageLicenseFile>
1818
<IsPackable>true</IsPackable>
1919
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2020
<AssemblyVersion>1.1.0</AssemblyVersion>
2121
</PropertyGroup>
22-
22+
2323
<ItemGroup Condition="'$(Configuration)' == 'Debug'">
2424
<EmbeddedResource Include="res\**\*" />
2525
<None Update="gitana.json" CopyToOutputDirectory="PreserveNewest" />
2626
</ItemGroup>
2727

2828
<ItemGroup>
2929
<None Include="LICENSE" Pack="true" PackagePath="" />
30+
<None Include="icon.png" Pack="true" PackagePath="" />
3031
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
3132
<PackageReference Include="xunit" Version="2.4.1" />
3233
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />

0 commit comments

Comments
 (0)