Commit bc2ef1e 1 parent d0baab5 commit bc2ef1e Copy full SHA for bc2ef1e
File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 9
9
<PropertyGroup >
10
10
<PackageId >FSlugify</PackageId >
11
11
<Title >FSlugify: a minimalistic slug generator library</Title >
12
- <Version >1.2.0 </Version >
12
+ <Version >1.2.1 </Version >
13
13
<Description >FSlugify is a slug generator library written entirely in F#.</Description >
14
14
<Authors >Enrico Galassi</Authors >
15
15
<PackageLicenseUrl >https://raw.githubusercontent.com/galassie/fslugify/master/LICENSE.md</PackageLicenseUrl >
16
16
<PackageRequireLicenseAcceptance >False</PackageRequireLicenseAcceptance >
17
17
<NoPackageAnalysis >True</NoPackageAnalysis >
18
18
<PackageTags >slug;slugify;F#;fsharp;</PackageTags >
19
19
<PackageIconUrl >https://raw.githubusercontent.com/galassie/fslugify/master/assets/fslugify-200x200.png</PackageIconUrl >
20
+ <PackageIcon >fslugify-200x200.png</PackageIcon >
21
+ <PackageReadmeFile >README.md</PackageReadmeFile >
20
22
<RepositoryUrl >https://github.com/galassie/fslugify</RepositoryUrl >
21
23
<IncludeSymbols >True</IncludeSymbols >
22
24
<RepositoryType >git</RepositoryType >
23
25
<SymbolPackageFormat >snupkg</SymbolPackageFormat >
24
26
</PropertyGroup >
25
27
28
+ <ItemGroup >
29
+ <None Include =" ../../assets/fslugify-200x200.png" Pack =" true" PackagePath =" /" />
30
+ <None Include =" ../../README.md" Pack =" true" PackagePath =" /" />
31
+ </ItemGroup >
32
+
26
33
<ItemGroup >
27
34
<Compile Include =" CharSets.fs" />
28
35
<Compile Include =" CharMaps.fs" />
You can’t perform that action at this time.
0 commit comments