Skip to content

v3.0.0

Choose a tag to compare

@Peckmore Peckmore released this 27 Jun 08:45
· 8 commits to main since this release
6f8c578

A brand new release which features a complete overhaul of the NetEx packages.

  • CredentialDialog and ProgressDialog have been merged into a single package (NetEx.Dialogs.WinForms)
  • A new NetEx.Hooks package has been added with various mouse, keyboard, and clipboard hooks
  • A new NetEx.IO package has been added with two Stream implementations
  • Namespaces moved from System to NetEx
  • Much larger framework support, with everything from .Net 2.0 -> .Net 9 support, and .Net Standard support (where applicable)
  • NuGet package prefix has been updated from NetEx- -> NetEx.
  • Older NuGet packages will now be deprecated

Breaking Change: Namespaces have been moved from System to NetEx, so any references will need updating.