Skip to content

Commit

Permalink
Bump patch, package icon an readme
Browse files Browse the repository at this point in the history
  • Loading branch information
galassie committed Nov 24, 2022
1 parent d0baab5 commit bc2ef1e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/FSlugify/FSlugify.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,27 @@
<PropertyGroup>
<PackageId>FSlugify</PackageId>
<Title>FSlugify: a minimalistic slug generator library</Title>
<Version>1.2.0</Version>
<Version>1.2.1</Version>
<Description>FSlugify is a slug generator library written entirely in F#.</Description>
<Authors>Enrico Galassi</Authors>
<PackageLicenseUrl>https://raw.githubusercontent.com/galassie/fslugify/master/LICENSE.md</PackageLicenseUrl>
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
<NoPackageAnalysis>True</NoPackageAnalysis>
<PackageTags>slug;slugify;F#;fsharp;</PackageTags>
<PackageIconUrl>https://raw.githubusercontent.com/galassie/fslugify/master/assets/fslugify-200x200.png</PackageIconUrl>
<PackageIcon>fslugify-200x200.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/galassie/fslugify</RepositoryUrl>
<IncludeSymbols>True</IncludeSymbols>
<RepositoryType>git</RepositoryType>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<None Include="../../assets/fslugify-200x200.png" Pack="true" PackagePath="/"/>
<None Include="../../README.md" Pack="true" PackagePath="/"/>
</ItemGroup>

<ItemGroup>
<Compile Include="CharSets.fs" />
<Compile Include="CharMaps.fs" />
Expand Down

0 comments on commit bc2ef1e

Please sign in to comment.