Generate project with open-api-generator

This commit is contained in:
2025-05-26 20:24:18 -03:00
parent 311678cfd6
commit f65b2a5912
94 changed files with 26112 additions and 6136 deletions

View File

@ -1,13 +1,13 @@
<Project>
<PropertyGroup>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<Authors>Tribufu</Authors>
<Company>Tribufu</Company>
<Copyright>Copyright (c) Tribufu. All Rights Reserved.</Copyright>
<FileVersion>1.0.0.0</FileVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/Tribufu/TribufuNet</RepositoryUrl>
<Version>1.0.0</Version>
<RepositoryUrl>https://github.com/tribufu/sdk-dotnet</RepositoryUrl>
<Version>1.1.0</Version>
<AssemblyVersion>$(Version).0</AssemblyVersion>
<NoWarn>$(NoWarn);0618;1591;1998;2002;8767</NoWarn>
</PropertyGroup>
</Project>