Skip to content

Bump ppy.osu.Framework from 2021.630.0 to 2021.723.0 - #27

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/ppy.osu.Framework-2021.723.0
Closed

Bump ppy.osu.Framework from 2021.630.0 to 2021.723.0#27
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/ppy.osu.Framework-2021.723.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 26, 2021

Copy link
Copy Markdown

Bumps ppy.osu.Framework from 2021.630.0 to 2021.723.0.

Release notes

Sourced from ppy.osu.Framework's releases.

2021.723.0

Thanks for following along! This is a tagged release (2021.723.0).

2021.721.0

Thanks for following along! This is a tagged release (2021.721.0).

Breaking Changes

PlatformAction type is changed to an enum type

If PlatformAction.ActionType was matched, change to a matching of PlatformAction itself like:

bool OnPressed(PlatformAction action) {
-    switch (action.ActionType)
+    switch (action)
    {
-        case PlatformActionType.Cut:
+        case PlatformAction.Cut:

2021.714.0

Thanks for following along! This is a tagged release (2021.714.0).

2021.713.0

Thanks for following along! This is a tagged release (2021.713.0).

2021.712.0

Thanks for following along! This is a tagged release (2021.712.0).

2021.707.0

Thanks for following along! This is a tagged release (2021.707.0).

2021.706.0

Thanks for following along! This is a tagged release (2021.706.0).

2021.702.0

Thanks for following along! This is a tagged release (2021.702.0).

Commits
  • 3bd2eca Merge pull request #4630 from peppy/update-sdl
  • 2cdd158 Update SDL2 package (and various other packages)
  • d9b138a Merge pull request #4629 from bdach/allow-query-string-params-for-non-get
  • 006777d Annotate one more missed xmldoc with param type remarks
  • beae170 Update messaging about raw content & form params case
  • 25be257 Merge branch 'master' into allow-query-string-params-for-non-get
  • 0ab43fe Merge pull request #4628 from bdach/fix-get-parameter-escaping
  • c9325f0 Add test coverage for combining query and form params
  • 4e942a0 Allow adding query and form params simultaneously
  • 298ac87 Add note in xmldoc about percent-encoding behaviour
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 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)

Bumps [ppy.osu.Framework](https://github.com/ppy/osu-framework) from 2021.630.0 to 2021.723.0.
- [Release notes](https://github.com/ppy/osu-framework/releases)
- [Commits](ppy/osu-framework@2021.630.0...2021.723.0)

---
updated-dependencies:
- dependency-name: ppy.osu.Framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 26, 2021
@dependabot @github

dependabot Bot commented on behalf of github Aug 1, 2021

Copy link
Copy Markdown
Author

Superseded by #28.

@dependabot dependabot Bot closed this Aug 1, 2021
@dependabot
dependabot Bot deleted the dependabot/nuget/ppy.osu.Framework-2021.723.0 branch August 1, 2021 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants