Skip to content

Releases: andrew867/MonitorControlSDK

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 16 Apr 12:58

Full Changelog: v0.4.0...v0.4.1

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 13 Apr 18:38

Full Changelog: v0.3.0...v0.4.0

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 13 Apr 18:26

What's Changed

  • chore(deps): bump softprops/action-gh-release from 2 to 3 by @dependabot[bot] in #6
  • Bump the dotnet-dependencies group with 5 updates by @dependabot[bot] in #5

Full Changelog: v0.2.0...v0.3.0

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 13 Apr 18:04

Full Changelog: v0.1.2...v0.2.0

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 13 Apr 17:53

What's Changed

  • chore(deps): bump actions/upload-artifact from 4 to 7 by @dependabot[bot] in #1
  • chore(deps): bump actions/checkout from 4 to 6 by @dependabot[bot] in #2
  • chore(deps): bump actions/setup-dotnet from 4 to 5 by @dependabot[bot] in #3
  • chore(deps): bump actions/download-artifact from 4 to 8 by @dependabot[bot] in #4

New Contributors

Full Changelog: v0.1.1...v0.1.2

v0.1.1 — Semver, CI-safe endian, sparkle README

Choose a tag to compare

@andrew867 andrew867 released this 13 Apr 17:41

Highlights

  • Semver: NuGet Sony.MonitorControl is now 0.1.1 (patch from 0.1.0).
  • Build fix: VMS endian helpers use clone + Array.Reverse so newer .NET SDKs do not bind Reverse() to Span's void in-place overload (fixes CS0023 on GitHub Actions).
  • CI: Workflow also runs on v* tags, so release tags get the same Windows / Linux / macOS matrix as master.
  • README: Root README got a glow-up (badge, v0.1.1 section, layout table). NuGet package readme updated for 0.1.1.

Ship it.