windows_system 0.1.0+1 copy "windows_system: ^0.1.0+1" to clipboard
windows_system: ^0.1.0+1 copied to clipboard

Provides access to WinRT APIs from the Windows.System namespace using FFI.

0.1.0+1 #

0.1.0 #

Note: This release has breaking changes.

  • FEAT: provide better error messages on WindowsExceptions (#291). (c06493cf)
  • BREAKING FIX: getters that return collection objects are now nullable (#297). (6e0c8148)
  • BREAKING FIX: parameters of type Uri and WinRT object are now nullable (#294). (16b1a292)
  • BREAKING FIX: some Vector type arguments are now nullable (#286). (36eef7ae)

0.0.4+2 #

  • Update a dependency to the latest release.

0.0.4+1 #

0.0.4 #

  • FEAT(windows_system): add Launcher APIs (#228). (018299d7)

0.0.3 #

  • FEAT(windows_system): add some enums required for Launcher APIs (#224). (b229f83d)

0.0.2 #

  • Add User and KnownUserProperties classes (#192)

0.0.1 #

  • Initial version.