Skip to content

Commit

Permalink
v3
Browse files Browse the repository at this point in the history
  • Loading branch information
clipperhouse committed Jul 22, 2024
1 parent d1c4dc6 commit 76f2b4e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ Any time our code operates on individual words, we are tokenizing. Often, we do

### Example

_⚠️ This documentation on `main` refers to v3, which is not yet published on Nuget. See [v2 documentation](https://github.com/clipperhouse/uax29.net/blob/v2.2.0/README.md) until then._

```
dotnet add package UAX29
```
Expand Down
2 changes: 0 additions & 2 deletions uax29/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ Any time our code operates on individual words, we are tokenizing. Often, we do

### Example

_⚠️ This documentation on `main` refers to v3, which is not yet published on Nuget. See [v2 documentation](https://github.com/clipperhouse/uax29.net/blob/v2.2.0/README.md) until then._

```
dotnet add package UAX29
```
Expand Down
2 changes: 1 addition & 1 deletion uax29/uax29.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<PackageId>UAX29</PackageId>
<Version>2.2.0</Version>
<Version>3.0.0</Version>
<Authors>clipperhouse</Authors>
<Description>Tokenizes (split) words, graphemes and sentences, based on Unicode text segmentation (UAX #29). https://unicode.org/reports/tr29/</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down

0 comments on commit 76f2b4e

Please sign in to comment.