Skip to content

Commit

Permalink
Bump Cronos from 0.7.1 to 0.8.0 in /src (#58)
Browse files Browse the repository at this point in the history
Bumps [Cronos](https://github.com/HangfireIO/Cronos) from 0.7.1 to
0.8.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/HangfireIO/Cronos/releases">Cronos's
releases</a>.</em></p>
<blockquote>
<h2>0.8.0</h2>
<h3>Release Notes</h3>
<ul>
<li><strong>Added</strong> – Make common cron expressions like
<code>CronExpression.Hourly</code> publicly accessible.</li>
<li><strong>Added</strong> – Add the
<code>CronExpression.TryParse</code> method to allow checking cron
expressions.</li>
<li><strong>Changed</strong> – <code>MaxYear</code> constant is now
bumped to <code>2499</code>, so we have more years now.</li>
<li><strong>Changed</strong> – Throw an exception when date exceeds the
<code>MaxYear</code> value.</li>
<li><strong>Fixed</strong> – Consider
<code>TimeZoneInfo.BaseUtcOffset</code> is a subject to change between
years.</li>
<li><strong>Fixed</strong> – Don't include seconds in the
<code>ToString</code> method's result when they weren't passed.</li>
<li><strong>Project</strong> – Modernize everything, include testing
against the <code>net6.0</code> target.</li>
<li><strong>Project</strong> – Project files have been updated to enable
SourceLink with embedded symbols.</li>
<li><strong>Project</strong> – Enable static analysis via the
Microsoft.CodeAnalysis.NetAnalyzers package.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/HangfireIO/Cronos/commit/2cbca333dc92dcc8f12df6d2e7ddd85121dfae8b"><code>2cbca33</code></a>
Bump version to 0.8.0</li>
<li><a
href="https://github.com/HangfireIO/Cronos/commit/98a735055467b44c3558e414dc7a3ecee8ff27df"><code>98a7350</code></a>
Don't include seconds in ToString result when they aren't passed</li>
<li><a
href="https://github.com/HangfireIO/Cronos/commit/23c2943df3a02eb69e4f64bbcbea3bef04b94680"><code>23c2943</code></a>
Turn on the <code>All</code> option for the
<code>AnalysisMode</code></li>
<li><a
href="https://github.com/HangfireIO/Cronos/commit/eb6fa12a79043aa4a8882cc47c7563ddbeb6acbd"><code>eb6fa12</code></a>
Validate <code>zone</code> argument in GetNextOccurrence</li>
<li><a
href="https://github.com/HangfireIO/Cronos/commit/d2978f497a5d65345b7edae8f077edc805a21100"><code>d2978f4</code></a>
Add recommended constructors for the CronFormatException</li>
<li><a
href="https://github.com/HangfireIO/Cronos/commit/0b07499e35d6f66f9995da156644dfad3e4f92b2"><code>0b07499</code></a>
Make common cron expressions publicly accessible</li>
<li><a
href="https://github.com/HangfireIO/Cronos/commit/31508fd1d9aec38648e6fe985e4c41c6c214f6c8"><code>31508fd</code></a>
Update CronParser.cs</li>
<li><a
href="https://github.com/HangfireIO/Cronos/commit/fe555548cbb1e713ac16824f71b0c5917eb66ffa"><code>fe55554</code></a>
Add CronExpression.TryParse method</li>
<li><a
href="https://github.com/HangfireIO/Cronos/commit/c24d28637757fb7b9f8f0e6aa0961ace5cc4fc73"><code>c24d286</code></a>
Add serialization constructor for the CronFormatException class</li>
<li><a
href="https://github.com/HangfireIO/Cronos/commit/1e49578d4fc59d78e12ab4a000f8b4399bb2f9a6"><code>1e49578</code></a>
Update Program.cs</li>
<li>Additional commits viewable in <a
href="https://github.com/HangfireIO/Cronos/compare/v0.7.1...v0.8.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Cronos&package-manager=nuget&previous-version=0.7.1&new-version=0.8.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 26, 2023
1 parent dfd5438 commit 8cb59a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Miha.Discord/Miha.Discord.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Cronos" Version="0.7.1" />
<PackageReference Include="Cronos" Version="0.8.0" />
<PackageReference Include="Discord.Addons.Hosting" Version="5.2.0" />
<PackageReference Include="Discord.Net" Version="3.13.0" />
<PackageReference Include="Humanizer" Version="2.14.1" />
Expand Down

0 comments on commit 8cb59a8

Please sign in to comment.