Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

Bump Lib.Harmony from 2.2.1 to 2.2.2 #76

Merged
merged 1 commit into from
Sep 14, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 14, 2022

Bumps Lib.Harmony from 2.2.1 to 2.2.2.

Release notes

Sourced from Lib.Harmony's releases.

Harmony 2.2.2

Version 2.2.2 includes:

  • #462 does no longer throw if Environment.SpecialFolder.Desktop does not exist (on Linux for example)
  • #465 Fix Unpatch default parameter
  • 6006140d929565cb49ee07d482f96ec0d51a7aed fixes __runOriginal logic (in Postfix it did return false even though original ran)
  • #487 adds linux support for struct return buffer checks

and adds:

  • set FileLog.StreamWriter to switch logging to your own stream
  • set HARMONY_NO_LOG to skip all normal logging
  • #472 to allow passing methods directly to SymbolExtensions (lang 10 feature)
  • adds LoadsConstant(this CodeInstruction code, string str)
  • adds CodeMatch(() => Method)
Commits
  • 5a48778 Update documentation [skip ci]
  • d1aa13b adds linux support for struct return buffer checks, adds lambda to CodeMatch
  • a5f0ad1 Update documentation [skip ci]
  • df8d098 Merge pull request #489 from pardeike/net6-7
  • e28e864 uses sdk
  • cc40a5c removes net7 for real
  • 6115e79 removes net7
  • b86008b disabled even more tests, re-enables parallel tests
  • dcbd265 adds net6 and net7
  • 89a15f7 Update documentation [skip ci]
  • 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)

@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Sep 14, 2022
@zkxs
Copy link
Collaborator

zkxs commented Sep 14, 2022

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/nuget/Lib.Harmony-2.2.2 branch 8 times, most recently from 454dd72 to 7d40c3b Compare September 14, 2022 19:29
zkxs
zkxs previously approved these changes Sep 14, 2022
Copy link
Collaborator

@zkxs zkxs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll need to manually update the harmony binary I redistribute when this gets released.

NEVERMIND. I've had a brain blast and realized that too can be automated.

@dependabot dependabot bot force-pushed the dependabot/nuget/Lib.Harmony-2.2.2 branch 2 times, most recently from f5e7098 to 9324b2a Compare September 14, 2022 19:48
Bumps [Lib.Harmony](https://github.com/pardeike/Harmony) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/pardeike/Harmony/releases)
- [Commits](pardeike/Harmony@v2.2.1.0...v2.2.2.0)

---
updated-dependencies:
- dependency-name: Lib.Harmony
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/nuget/Lib.Harmony-2.2.2 branch from 9324b2a to 3986783 Compare September 14, 2022 19:52
@zkxs zkxs merged commit 3bea959 into master Sep 14, 2022
@dependabot dependabot bot deleted the dependabot/nuget/Lib.Harmony-2.2.2 branch September 14, 2022 19:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant