Wisej.NET のリリース

Released: Nov 27, 2023

v3.5 での更新項目

機能

  • Wisej.NET Now Targets Microsoft .NET 7 - Wisej.NET 3.5 is now compiled against .NET 7. This means that existing .NET 6 projects that would like to use the latest version of 3.5 must update the target framework dependency.
  • Wisej.NET Hybrid and Offline Support - Wisej.NET 3.5 is now able to run on iOS, Android, and macOS devices using the EmbedIO server.
  • API and Component Enhancements
    • ListViewItem ​gained a new Visible property. It allows the application to hide items without having to remove...

Released: Feb 20, 2023

v3.2 での更新項目

機能

  • Validation System - Added a new Validation property extender to provide a modern, centralized, and flexible validation system to Wisej.NET applications. Once you drop the new Validation component on a container at design time, all the controls are extended with a new property ValidationRules. You can assign multiple validation rules to any control. There are 7 built-in validation rules:
    • Required: Validates the presence of any value.
    • Email: Validates an email entry.
    • Decimal: Validates a...

Released: Sep 7, 2022

v3.1 での更新項目

機能

  • 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 string...

Released: May 10, 2022

v3.0 での更新項目

機能

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 always...