chore: Initiliazed Version als 1.0.0.

- Funktionalität zum Ausführen von Swagger in der Produktion hinzugefügt.
This commit is contained in:
Developer 02
2025-01-17 13:49:40 +01:00
parent 7bab2657d4
commit d6315ce8a5
3 changed files with 7 additions and 2 deletions

View File

@@ -4,6 +4,9 @@
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<Version>1.0.0</Version>
<AssemblyVersion>1.0.0</AssemblyVersion>
<FileVersion>1.0.0</FileVersion>
</PropertyGroup>
<ItemGroup>