Skip to content

Commit

Permalink
New release: 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymholt committed Jan 9, 2018
1 parent 6502b28 commit 65beee9
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.1.0</Version>
<PackageReleaseNotes>Add support for last day offsets (i.e. L-3 = '3 days before the last day of the month')</PackageReleaseNotes>
<Version>2.2.0</Version>
<PackageReleaseNotes>When using the 12 hour clock, midnight will be represented by 12:?? rather than 00:??</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 65beee9

Please sign in to comment.