Skip to content

Bump ppy.osu.Framework from 2023.314.0 to 2023.327.0 in /maisim#256

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/nuget/maisim/ppy.osu.Framework-2023.327.0
Closed

Bump ppy.osu.Framework from 2023.314.0 to 2023.327.0 in /maisim#256
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/nuget/maisim/ppy.osu.Framework-2023.327.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 27, 2023

Bumps ppy.osu.Framework from 2023.314.0 to 2023.327.0.

Release notes

Sourced from ppy.osu.Framework's releases.

2023.327.0

What's Changed

Full Changelog: ppy/osu-framework@2023.326.0...2023.327.0

2023.326.0

Breaking Changes

iOS project structure has been revamped

In efforts to migrate the framework to SDL on iOS, the project structure required major changes. For consumers, you're required to remove the AppDelegate class attached in the game project as GameAppDelegate no longer exists, and change the Application.Main method to call GameApplication.Main as such:

-        public static void Main(string[] args) => UIApplication.Main(args, null, typeof(AppDelegate));
+        public static void Main(string[] args) => GameApplication.Main(new MyGameIOS());

What's Changed

Full Changelog: ppy/osu-framework@2023.322.0...2023.326.0

2023.322.0

Breaking Changes

TexturedShaderDrawNode.TextureShader is made private

This is partially done to force consumers into binding uniform blocks in the newly defined TexturedShaderDrawNode.BindUniformResources method, such that uniform blocks are always bound whenever the corresponding shader is used for drawing in the framework.

For binding/unbinding shaders, use TexturedShaderDrawNode.BindTextureShader/TexturedShaderDrawNode.UnbindTextureShader instead.

What's Changed

... (truncated)

Commits
  • 745fce6 Merge pull request #5707 from frenzibyte/fix-nativelibs-info-plist
  • 0198640 Convert to XML files for readable diff
  • b937425 Fix iOS native libraries for SPIRV not specifying bundle version on manifest
  • 2329d03 Merge pull request #5699 from frenzibyte/veldrid-ios
  • d6ee569 Bump veldrid with macOS library fix
  • d52c62d Merge branch 'master' into veldrid-ios
  • 38b4a12 Merge pull request #5704 from smoogipoo/allow-tearing
  • dadea49 Merge branch 'master' into allow-tearing
  • 8283eba Update veldrid again with new fixes
  • 6f95f6a Merge pull request #5705 from bdach/github-actions-debug-symbols
  • 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 2023.314.0 to 2023.327.0.
- [Release notes](https://github.com/ppy/osu-framework/releases)
- [Commits](ppy/osu-framework@2023.314.0...2023.327.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 Mar 27, 2023
@dependabot dependabot bot requested a review from HelloYeew March 27, 2023 16:02
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 3, 2023

Superseded by #258.

@dependabot dependabot bot closed this Apr 3, 2023
@dependabot dependabot bot deleted the dependabot/nuget/maisim/ppy.osu.Framework-2023.327.0 branch April 3, 2023 16:02
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 size/XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants