Skip to content

v1.0.5

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Apr 21:42
· 51 commits to main since this release

Dotnetify v1.0.5

Swagger to runnable .NET mock servers.

Swagger в готовые запускаемые .NET mock server проекты.


Included in this release

  • Windows build
  • Linux x64 build
  • Linux ARM64 build
  • Automated tests passed
  • Self-contained single-file binaries

Что входит в релиз

  • Сборка для Windows
  • Сборка для Linux x64
  • Сборка для Linux ARM64
  • Автоматические тесты пройдены
  • Самодостаточные single-file бинарники

Usage

Windows:

Dotnetify.exe generate swagger.json --run

Linux:

chmod +x Dotnetify
./Dotnetify generate swagger.json --run

Использование

Windows:

Dotnetify.exe generate swagger.json --run

Linux:

chmod +x Dotnetify
./Dotnetify generate swagger.json --run

Full Changelog: v1.0.4...v1.0.5