Skip to content

Commit 7e34193

Browse files
Added Icon to the nupkg (1.1.3 version)
1 parent 1becdf1 commit 7e34193

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

buffer.csproj

+4-2
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,19 @@
77
<Nullable>enable</Nullable>
88
<GenerateDocumentationFile>true</GenerateDocumentationFile>
99

10-
<Version>1.1.2</Version>
10+
<Version>1.1.3</Version>
1111
<Authors>Pradosh (helloImPR)</Authors>
1212
<Description>A fast, completely controllable input method solution for C#.</Description>
1313
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1414
<RepositoryUrl>https://github.com/pradosh-arduino/buffer</RepositoryUrl>
1515
<RepositoryType>git</RepositoryType>
1616
<PackageReadmeFile>readme.md</PackageReadmeFile>
17+
<PackageIcon>icon.png</PackageIcon>
1718
</PropertyGroup>
1819

1920
<ItemGroup>
20-
<None Include="./readme.md" Pack="true" PackagePath="\"/>
21+
<None Include="readme.md" Pack="true" PackagePath="\"/>
22+
<None Include="icon.png" Pack="true" PackagePath="\"/>
2123
</ItemGroup>
2224

2325
</Project>

icon.png

165 KB
Loading

0 commit comments

Comments
 (0)