Skip to content

Releases: Tyrrrz/PolyShim

1.14

10 Oct 16:46
6945ee8
Compare
Choose a tag to compare

What's Changed

  • Use net8.0 instead of net80 as target framework by @kasperk81 in #13
  • Add polyfills for SystemException, ThreadAbortException, and improve Lock resilience by @Tyrrrz in #14
  • Add polyfill for Type.IsAssignableFrom(...) by @Tyrrrz in #15
  • Fix target frameworks for MemberNotNullAttribute and MemberNotNullWhenAttribute by @bfriesen in #16

New Contributors

Full Changelog: 1.13...1.14

1.13

06 Sep 20:56
07041cc
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.12...1.13

1.12

23 May 21:33
d9c133d
Compare
Choose a tag to compare

What's Changed

  • Add polyfill for RequiresAssemblyFilesAttribute by @Tyrrrz in #8
  • Add polyfills for OSPlatformAttribute and its derivatives by @Tyrrrz in #9

Full Changelog: 1.11...1.12

1.11

22 May 16:40
60900cd
Compare
Choose a tag to compare

What's Changed

  • Add polyfills for RequiresDynamicCodeAttribute, RequiresUnreferencedCodeAttribute, and UnconditionalSuppressMessageAttribute by @Tyrrrz in #7

Full Changelog: 1.10...1.11

1.10

11 Jan 21:24
07574cd
Compare
Choose a tag to compare

What's Changed

  • Add polyfill for CancellationTokenSource.CancelAsync() by @Tyrrrz in #5

Full Changelog: 1.9...1.10

1.9

31 Dec 04:36
ea974cf
Compare
Choose a tag to compare
1.9

What's Changed

  • Add polyfills for string.Replace(...) methods by @Tyrrrz in #2
  • Add polyfills for string.ReplaceLineEndings(...) methods by @Tyrrrz in #3
  • Add polyfill for the string.Contains(char, StringComparison) method by @Tyrrrz in #4

Full Changelog: 1.8...1.9

Note:
Going forward, new release notes will appear here instead of the Changelog.md file.
If you want to see the release notes for older versions, you can find them here.