Skip to content

Releases: Miista/pose

v2.1.0

06 Jun 07:00
Compare
Choose a tag to compare

What's Changed

  • Add support for shimming operators by @Miista in #33

Full Changelog: v2.0.1...v2.1.0

v2.0.1

02 Feb 19:29
f95ddd8
Compare
Choose a tag to compare

What's Changed

  • Update readme to use poser nuget package instead of pose by @Miista in #32
  • Enum.IsDefined cannot be called from within PoseContext.Isolate by @Miista in #40
  • Update Poser.nuspec by @Miista in #41

Full Changelog: 2.0.0...v2.0.1

v2.1.0-alpha0001

28 Jan 20:56
Compare
Choose a tag to compare
v2.1.0-alpha0001 Pre-release
Pre-release

What's Changed

Add support for async/await

Please note that async methods must be isolated using PoseContext.IsolateAsync.

v2.0.0

25 Jan 18:29
2504e79
Compare
Choose a tag to compare

Version 2.0 supports the following targets:

  • .NET Standard 2.0
  • .NET Core 2.0
  • .NET Core 3.0
  • .NET Framework 4.8
  • .NET 7
  • .NET 8

Version 2.0 fixes the following issues: