Skip to content

Commit bc2ef1e

Browse files
committed
Bump patch, package icon an readme
1 parent d0baab5 commit bc2ef1e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/FSlugify/FSlugify.fsproj

+8-1
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,27 @@
99
<PropertyGroup>
1010
<PackageId>FSlugify</PackageId>
1111
<Title>FSlugify: a minimalistic slug generator library</Title>
12-
<Version>1.2.0</Version>
12+
<Version>1.2.1</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>
1616
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
1717
<NoPackageAnalysis>True</NoPackageAnalysis>
1818
<PackageTags>slug;slugify;F#;fsharp;</PackageTags>
1919
<PackageIconUrl>https://raw.githubusercontent.com/galassie/fslugify/master/assets/fslugify-200x200.png</PackageIconUrl>
20+
<PackageIcon>fslugify-200x200.png</PackageIcon>
21+
<PackageReadmeFile>README.md</PackageReadmeFile>
2022
<RepositoryUrl>https://github.com/galassie/fslugify</RepositoryUrl>
2123
<IncludeSymbols>True</IncludeSymbols>
2224
<RepositoryType>git</RepositoryType>
2325
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2426
</PropertyGroup>
2527

28+
<ItemGroup>
29+
<None Include="../../assets/fslugify-200x200.png" Pack="true" PackagePath="/"/>
30+
<None Include="../../README.md" Pack="true" PackagePath="/"/>
31+
</ItemGroup>
32+
2633
<ItemGroup>
2734
<Compile Include="CharSets.fs" />
2835
<Compile Include="CharMaps.fs" />

0 commit comments

Comments
 (0)