Wisej.NET Releases

Released: Sep 7, 2022

Updates in v3.1

Features

  • Microsoft Visual Studio Marketplace - Wisej.NET is now available as a VSIX installer through Visual Studio Marketplace or via the Visual Studio Extension Manager. Without using the GAC, the new VSIX installer automatically registers Application Templates and the Wisej.NET designer.
  • Typed Text Box - You can use this new editor control to define the type of Value property to which the text should be parsed, a Microsoft .NET format string (standard or custom) and whether the formatted...

Released: May 10, 2022

Updates in v3.0

Features

Adds Support for .NET 6
Wisej.NET 3 is the first release of Wisej that supports both .NET Framework (4.8) and .NET Core (now .NET 6, will be 7...) and runs on Windows, Linux and MacOS.

Multi Targeting
New projects can target multiple .NET platforms. When you create a new Wisej 3 project, the wizard will allow you to select the target and enable certain options.

You can edit the .csproj or .vbproj at any time and change the <TargetFrameworks> tag. Just make sure that "net48" is...