oising / strongnaming

A set of PowerShell Cmdlets to facilitate signing of unsigned 3rd party assemblies with a key of your choice, to allow them to be referenced by strongly named projects.
40 stars 6 forks source link

Bump Mono.Cecil from 0.11.2 to 0.11.3 #16

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 4 years ago

Bumps Mono.Cecil from 0.11.2 to 0.11.3.

Release notes

Sourced from Mono.Cecil's releases.

0.11.3

Cecil 0.11.3 is a minor fix release.

Companies using Cecil are now encouraged to sponsor Cecil's development.

This release closes the following issues:

Contributors:

Thanks to them!

Diff between 0.11.2 and 0.11.3

Commits
  • e9a4815 Bump to 0.11.3
  • 191f9fc Fix ReadSymbols in a Module that is already created (#686)
  • 9276c6d Better way to update local scopes when method bodies are edited (#687)
  • 1e3bbed Unity's Windows Runtime changes (#394)
  • e94d04f Add newer algorithms to the AssemblyHashAlgorithm enum. (#656)
  • 5e37f44 Automatically update local variable debug info (#676)
  • cd450b0 Auto update local scopes in debug info when manipulating instructions (#677)
  • c5edadc Fix MdbWriter to produce the correct MVID in case deterministic output is req...
  • c1a3c19 Add Clear to ILProcessor (#662)
  • ce1ae87 Removing the assumption that StringHeap is always present in the metadata whe...
  • 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)