Skip to content

Commit dcd727d

Browse files
committed
Update assembly and package
1 parent 1463096 commit dcd727d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

SharpHelpers/SharpHelpers/SharpHelpers.csproj

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,27 @@
1313
<PackageTags>SharpCoding, Helpers, C#</PackageTags>
1414
<PackageReleaseNotes></PackageReleaseNotes>
1515
<Description>SharpHelpers is a collections of some handy code packages and tutorials to make developer's life easier.</Description>
16-
<Version>1.0.1</Version>
16+
<Version>2.2.0</Version>
1717
</PropertyGroup>
1818
<PropertyGroup>
1919
<LangVersion>8</LangVersion>
2020
<PackageIcon>ico.png</PackageIcon>
2121
<PackageIconUrl />
22+
<PackageProjectUrl>https://github.com/sharpcode-it/SharpHelpers</PackageProjectUrl>
23+
<PackageReadmeFile>README.md</PackageReadmeFile>
24+
<AssemblyVersion>2.2.0</AssemblyVersion>
25+
<FileVersion>2.2.0</FileVersion>
2226
</PropertyGroup>
2327

2428
<ItemGroup>
2529
<None Include="..\..\LICENSE">
2630
<Pack>True</Pack>
2731
<PackagePath></PackagePath>
2832
</None>
33+
<None Include="..\..\README.md">
34+
<Pack>True</Pack>
35+
<PackagePath>\</PackagePath>
36+
</None>
2937
<None Include="Asset\ico.png">
3038
<Pack>True</Pack>
3139
<PackagePath></PackagePath>

0 commit comments

Comments
 (0)