Skip to content
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.

Commit

Permalink
fix #4
Browse files Browse the repository at this point in the history
  • Loading branch information
yinyue200 committed Aug 9, 2019
1 parent b4c8cb6 commit 11a9ba8
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions src/NetStandard/Ude.NetStandard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,23 @@
<PackageId>Ude.NetStandard</PackageId>
<PackageTags>charset;codepage</PackageTags>
<PackageProjectUrl>https://github.com/yinyue200/ude</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/yinyue200/ude/blob/master/COPYING</PackageLicenseUrl>
<PackageLicenseUrl></PackageLicenseUrl>
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<Description>Ude.NetStandard is a compiled C# port of Mozilla Universal Charset Detector for dotnet.</Description>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Version>1.1</Version>
<Version>1.2</Version>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>yinyue200.pfx</AssemblyOriginatorKeyFile>
<DelaySign>false</DelaySign>
<PackageLicenseFile>COPYING</PackageLicenseFile>
<RepositoryUrl>https://github.com/yinyue200/ude</RepositoryUrl>
</PropertyGroup>
<ItemGroup>
<None Include="..\..\COPYING">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>
</Project>

0 comments on commit 11a9ba8

Please sign in to comment.