We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 817299f commit d3eda7cCopy full SHA for d3eda7c
PhpSerializerNET/PhpSerializerNET.csproj
@@ -14,8 +14,10 @@
14
<PackageProjectUrl>https://github.com/StringEpsilon/PhpSerializerNET</PackageProjectUrl>
15
<RepositoryUrl>https://github.com/StringEpsilon/PhpSerializerNET</RepositoryUrl>
16
<RespositoryType>git</RespositoryType>
17
+ <PackageIcon>icon.png</PackageIcon>
18
</PropertyGroup>
19
<ItemGroup>
20
<None Include="..\LICENSE" Pack="true" PackagePath="/"/>
21
+ <None Include="..\assets\icon.png" Pack="true" PackagePath="\" />
22
</ItemGroup>
23
</Project>
assets/icon.png
4.24 KB
azure-pipelines.yml
@@ -13,7 +13,7 @@ steps:
13
- task: UseDotNet@2
inputs:
packageType: "sdk"
- version: "6.x"
+ version: "7.x"
- task: DotNetCoreCLI@2
0 commit comments