Skip to content

Releases: TekuSP/framework-dotnet

v0.3.147 - Added new Framework System, added support for module detection

20 May 16:23
8891f6d

Choose a tag to compare

What's Changed

  • Bump Microsoft.NET.Test.Sdk from 18.4.0 to 18.5.1 by @dependabot[bot] in #7
  • Publish sample app bundles as release assets by @Copilot in #8
  • Align release bump workflow with minor-version rollover and workflow version prefixes by @Copilot in #9
  • Bump version to 0.3.0 by @github-actions[bot] in #10
  • Bump softprops/action-gh-release from 2 to 3 by @dependabot[bot] in #11
  • Bump NUnit from 4.5.1 to 4.6.0 by @dependabot[bot] in #12
  • Bump Microsoft.Extensions.DependencyInjection from 10.0.7 to 10.0.8 by @dependabot[bot] in #13
  • Bump Microsoft.SourceLink.GitHub from 10.0.203 to 10.0.300 by @dependabot[bot] in #14
  • Add modules support by @TekuSP in #15
  • Bump NUnit from 4.6.0 to 4.6.1 by @dependabot[bot] in #16

New Contributors

  • @dependabot[bot] made their first contribution in #7
  • @Copilot made their first contribution in #8
  • @github-actions[bot] made their first contribution in #10

Full Changelog: v0.2.1.82...v0.3.147

v0.2.1 - Updated release from new FFI repo

29 Apr 03:13
e96188f

Choose a tag to compare

What's Changed

  • Add GitHub Actions for sample app publish by @TekuSP in #4
  • Better caches in actions by @TekuSP in #6

New Contributors

  • @TekuSP made their first contribution in #4

Full Changelog: v0.2.0.34...v0.2.1.82

This release is now based on pure framework-system, with own FFI library above it, with this library above it.
See: https://github.com/TekuSP/framework-system-ffi-extensions

We now upload sample app for testing how library works too!

v0.2.0.34 - First confident release of framework-dotnet

27 Apr 21:28
30b223a

Choose a tag to compare

FrameworkDotnet - .NET Port of Framework System - https://github.com/FrameworkComputer/framework-system
Full Changelog: https://github.com/TekuSP/framework-dotnet/commits/v0.2.0.34

This is first release, I hope I did everything right.
This release only contains following:

  • Battery and Power Management
  • Fan control and status
  • Temperature status and values
  • Basic commands to query EC
  • Basic commands to control fans

More to be added in the future!