Skip to content

Commit

Permalink
Update assembly and package
Browse files Browse the repository at this point in the history
  • Loading branch information
engineering87 committed Nov 25, 2024
1 parent 1463096 commit dcd727d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion SharpHelpers/SharpHelpers/SharpHelpers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,27 @@
<PackageTags>SharpCoding, Helpers, C#</PackageTags>
<PackageReleaseNotes></PackageReleaseNotes>
<Description>SharpHelpers is a collections of some handy code packages and tutorials to make developer's life easier.</Description>
<Version>1.0.1</Version>
<Version>2.2.0</Version>
</PropertyGroup>
<PropertyGroup>
<LangVersion>8</LangVersion>
<PackageIcon>ico.png</PackageIcon>
<PackageIconUrl />
<PackageProjectUrl>https://github.com/sharpcode-it/SharpHelpers</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<AssemblyVersion>2.2.0</AssemblyVersion>
<FileVersion>2.2.0</FileVersion>
</PropertyGroup>

<ItemGroup>
<None Include="..\..\LICENSE">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="..\..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="Asset\ico.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
Expand Down

0 comments on commit dcd727d

Please sign in to comment.