Skip to content

Commit d3eda7c

Browse files
sommmenStringEpsilon
authored andcommitted
feat: Add package icon
Also fix azure pipeline for net7 probs.
1 parent 817299f commit d3eda7c

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

PhpSerializerNET/PhpSerializerNET.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@
1414
<PackageProjectUrl>https://github.com/StringEpsilon/PhpSerializerNET</PackageProjectUrl>
1515
<RepositoryUrl>https://github.com/StringEpsilon/PhpSerializerNET</RepositoryUrl>
1616
<RespositoryType>git</RespositoryType>
17+
<PackageIcon>icon.png</PackageIcon>
1718
</PropertyGroup>
1819
<ItemGroup>
1920
<None Include="..\LICENSE" Pack="true" PackagePath="/"/>
21+
<None Include="..\assets\icon.png" Pack="true" PackagePath="\" />
2022
</ItemGroup>
2123
</Project>

assets/icon.png

4.24 KB
Loading

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ steps:
1313
- task: UseDotNet@2
1414
inputs:
1515
packageType: "sdk"
16-
version: "6.x"
16+
version: "7.x"
1717

1818
- task: DotNetCoreCLI@2
1919
inputs:

0 commit comments

Comments
 (0)