Skip to content

Commit

Permalink
New release: 2.0.1-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymholt committed Sep 4, 2017
1 parent fae0b95 commit fa9e0a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/CronExpressionDescriptor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<SignAssembly>False</SignAssembly>
<AssemblyOriginatorKeyFile>CronExpressionDescriptor.snk</AssemblyOriginatorKeyFile>
<Product>CronExpressionDescriptor</Product>
<Version>2.0.0</Version>
<PackageReleaseNotes>Adding .NET Core support by targeting .NET Standard 1.1/2.0. (Note: If you app is targeting .NET Framework 4.0 or below you will need to use version 1.21.2 instead). Also, some misc bug fixes.</PackageReleaseNotes>
<Version>2.0.1-beta1</Version>
<PackageReleaseNotes>Remove public signing to fix upgrade issues</PackageReleaseNotes>
<Authors>Brady Holt</Authors>
<Description>A library that converts cron expressions into human readable descriptions. Supports 15 languages: English, Brazillian, Spanish, Norwgian, Turkish, Dutch, Chinese Simplified, Russian, French, German, Ukrainian, Polish, Romanian Italian, and Swedish.</Description>
<PackageLicenseUrl>https://github.com/bradyholt/cron-expression-descriptor/blob/master/LICENSE</PackageLicenseUrl>
Expand Down

0 comments on commit fa9e0a5

Please sign in to comment.