MSI
WinGet
NSwagStudio
Rico Suter · 14.3.0.0 · x86
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
msiexec /i NSwagStudio.msi /quiet /norestart
Intune Detection Rule
MSI Rule
Rule type
MSI information
Product code
{DC692DE5-778A-46A2-A8D5-962AB187F2B3}
Product version operator
Greater than or equal to
Product version
14.3.0.0
MSI Properties
Product Code
{DC692DE5-778A-46A2-A8D5-962AB187F2B3}
File Identity
Filename
NSwagStudio.msi
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
RicoSuter.NSwagStudio
Version
14.3.0.0
Description
The OpenAPI/Swagger API toolchain for .NET and TypeScript
License
MIT
↗
Homepage
https://github.com/RicoSuter/NSwag
Upgrade Behavior
install(Install over existing)
Release Notes
Updated to NJsonSchema v11.2.0, see https://github.com/RicoSuter/NJsonSchema/releases/tag/v11.2.0
What's Changed
- Fix EnableTryItOut UI option by @Saibamen in #5031
- Add analysis rules and relaxations by @lahma in #5036
- Seal private/internal types and make methods static when applicable by @lahma in #5037
- Add GitHub issues templates by @lahma in #5038
- Use Count instead of using Any() by @lahma in #5039
- Enable implicit usings and remove unused by @lahma in #5040
- Fix some code style is…