Commit 863152c 1 parent 357f53c commit 863152c Copy full SHA for 863152c
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ It's easy to use and has no extra dependencies.
11
11
If you want to add this package to your project, execute the following command:
12
12
13
13
``` shell
14
- dotnet add package FSlugify --version 1.0 .0
14
+ dotnet add package FSlugify --version 1.1 .0
15
15
```
16
16
17
17
## Build on your machine
Original file line number Diff line number Diff line change 7
7
<PropertyGroup >
8
8
<PackageId >FSlugify</PackageId >
9
9
<Title >FSlugify: a minimalistic slug generator library</Title >
10
- <Version >1.0 .0</Version >
10
+ <Version >1.1 .0</Version >
11
11
<Description >FSlugify is a slug generator library written entirely in F#.</Description >
12
12
<Authors >Enrico Galassi</Authors >
13
13
<PackageLicenseUrl >https://raw.githubusercontent.com/galassie/fslugify/master/LICENSE.md</PackageLicenseUrl >
You can’t perform that action at this time.
0 commit comments