Releases: suifei/xsd2code
Releases · suifei/xsd2code
v3.1.2
XSD2Code v3.1.2 🚀
通用XSD到多语言代码转换工具 - 新版本发布!
📦 下载说明
选择适合您系统的版本:
| 操作系统 | 架构 | 下载文件 |
|---|---|---|
| Windows | x64 | xsd2code-v3.1.2-windows-amd64.zip |
| Windows | x86 | xsd2code-v3.1.2-windows-386.zip |
| Windows | ARM64 | xsd2code-v3.1.2-windows-arm64.zip |
| Linux | x64 | xsd2code-v3.1.2-linux-amd64.tar.gz |
| Linux | ARM64 | xsd2code-v3.1.2-linux-arm64.tar.gz |
| macOS | Intel | xsd2code-v3.1.2-darwin-amd64.tar.gz |
| macOS | Apple Silicon | xsd2code-v3.1.2-darwin-arm64.tar.gz |
🛡️ 安全验证
使用 SHA256SUMS.txt 文件验证下载的文件完整性:
# Linux/macOS
sha256sum -c SHA256SUMS.txt
# Windows (PowerShell)
Get-FileHash filename.zip -Algorithm SHA256🚀 快速开始
# 下载并解压后
./xsd2code -xsd=your-schema.xsd -lang=go -output=generated.go更多使用方法请查看 文档
📋 完整更新日志
详细的更新内容请查看 CHANGELOG.md
Full Changelog: v3.1.1...v3.1.2
v3.1.1
Full Changelog: v3.1.0...v3.1.1
v3.1.0
Full Changelog: https://github.com/suifei/xsd2code/commits/v3.1.0