neos-modding-group / NeosModLoader

A mod loader for Neos VR
GNU Lesser General Public License v3.0
61 stars 22 forks source link

Bump Lib.Harmony from 2.2.1 to 2.2.2 #76

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

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)
zkxs commented 2 years ago

@dependabot rebase