Skip to content

Commit 8f0915a

Browse files
committed
Upgrade to version 1.2.0, add support for Fable
1 parent 2db0781 commit 8f0915a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ It's easy to use and has no extra dependencies.
1111
If you want to add this package to your project, execute the following command:
1212

1313
``` shell
14-
dotnet add package FSlugify --version 1.1.0
14+
dotnet add package FSlugify --version 1.2.0
1515
```
1616

1717
## Build on your machine

src/FSlugify/FSlugify.fsproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PropertyGroup>
1010
<PackageId>FSlugify</PackageId>
1111
<Title>FSlugify: a minimalistic slug generator library</Title>
12-
<Version>1.1.0</Version>
12+
<Version>1.2.0</Version>
1313
<Description>FSlugify is a slug generator library written entirely in F#.</Description>
1414
<Authors>Enrico Galassi</Authors>
1515
<PackageLicenseUrl>https://raw.githubusercontent.com/galassie/fslugify/master/LICENSE.md</PackageLicenseUrl>

0 commit comments

Comments
 (0)