Skip to content

Commit

Permalink
updated icon property
Browse files Browse the repository at this point in the history
  • Loading branch information
sonomirco committed Jul 30, 2021
1 parent 18a54f9 commit e6f81e4
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 4 deletions.
8 changes: 5 additions & 3 deletions Pipeline.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,15 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/sonomirco/Pipeline</PackageProjectUrl>
<PackageDescription>A repo for testing a release pipeline.</PackageDescription>
<PackageIconUrl>
https://github.com/sonomirco/Pipeline/pipeline-basic-logo.png
</PackageIconUrl>
<PackageTags>gitactions, release, templates</PackageTags>
<PackageIcon>pipeline-basic-logo.png</PackageIcon>
<Summary>A test repository.</Summary>
<RepositoryUrl>https://github.com/sonomirco/Pipeline</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>

<ItemGroup>
<None Include="images\pipeline-basic-logo.png" Pack="true" Visible="true" PackagePath="\" />
</ItemGroup>

</Project>
Binary file added bin/Debug/Pipeline.Basic.2.0.0.nupkg
Binary file not shown.
23 changes: 23 additions & 0 deletions bin/Debug/net5.0/Pipeline.Basic.deps.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v5.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v5.0": {
"Pipeline.Basic/2.0.0": {
"runtime": {
"Pipeline.Basic.dll": {}
}
}
}
},
"libraries": {
"Pipeline.Basic/2.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}
Binary file added bin/Debug/net5.0/Pipeline.Basic.dll
Binary file not shown.
Binary file added bin/Debug/net5.0/Pipeline.Basic.pdb
Binary file not shown.
Binary file added bin/Debug/net5.0/ref/Pipeline.Basic.dll
Binary file not shown.
1 change: 0 additions & 1 deletion images/logs.txt

This file was deleted.

File renamed without changes

0 comments on commit e6f81e4

Please sign in to comment.