Skip to content

Commit

Permalink
1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
EliotJones committed Jul 4, 2020
1 parent 59d3c06 commit a388937
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions PragmaticSegmenterNet/PragmaticSegmenterNet.csproj
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Authors>UglyToad</Authors>
<Product>Pragmatic Segmenter .NET</Product>
<Description>This is a port of pragmatic_segmenter, a Ruby gem which is a rule-based sentence boundary detection library with support for multiple languages.</Description>
<PackageLicenseUrl>https://github.com/UglyToad/PragmaticSegmenterNet/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/UglyToad/PragmaticSegmenterNet</PackageProjectUrl>
<RepositoryUrl>https://github.com/UglyToad/PragmaticSegmenterNet</RepositoryUrl>
<PackageTags>NLP Sentences Text Segmenter BoundaryDetection Segmentation</PackageTags>
<PackageId>PragmaticSegmenterNet</PackageId>
<PackageIconUrl>https://raw.githubusercontent.com/UglyToad/PragmaticSegmenterNet/master/logo.png</PackageIconUrl>
<Version>1.0.3</Version>
<Version>1.0.5</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>logo.png</PackageIcon>
</PropertyGroup>
<ItemGroup>
<None Include="..\logo.png" Pack="true" PackagePath="\" />
</ItemGroup>

</Project>

0 comments on commit a388937

Please sign in to comment.