Update project versions to stable 1.0.0 release

Downgraded versioning information in `ReC.API.csproj` and
`ReC.Client.csproj` from beta versions to a stable `1.0.0`
release. Updated `<Version>`, `<AssemblyVersion>`,
`<FileVersion>`, and `<InformationalVersion>` fields
accordingly:

- `ReC.API.csproj`: Changed from `2.4.0-beta` to `1.0.0`.
- `ReC.Client.csproj`: Changed from `2.0.0-beta` to `1.0.0`.

These changes mark the transition from beta to stable
release versions for both projects.
This commit is contained in:
2026-08-04 15:56:40 +02:00
parent 49e7f7a45b
commit 7bdd3906bd
2 changed files with 7 additions and 7 deletions

View File

@@ -10,10 +10,10 @@
<Product>ReC.API</Product>
<PackageIcon>Assets\icon.ico</PackageIcon>
<PackageTags>digital data rest-caller rec api</PackageTags>
<Version>2.4.0-beta</Version>
<AssemblyVersion>2.4.0.0</AssemblyVersion>
<FileVersion>2.4.0.0</FileVersion>
<InformationalVersion>2.4.0-beta</InformationalVersion>
<Version>1.0.0</Version>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>
<InformationalVersion>1.0.0</InformationalVersion>
<Copyright>Copyright © 2025 Digital Data GmbH. All rights reserved.</Copyright>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>$(NoWarn);1591</NoWarn>

View File

@@ -11,9 +11,9 @@
<PackageIcon>icon.png</PackageIcon>
<RepositoryUrl>http://git.dd:3000/AppStd/Rec.git</RepositoryUrl>
<PackageTags>digital data rec api client</PackageTags>
<Version>2.0.0-beta</Version>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<FileVersion>2.0.0.0</FileVersion>
<Version>1.0.0</Version>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>
<Description>Client-Bibliothek für die Interaktion mit der ReC.API, die typisierten HTTP-Zugriff und DI-Integration bietet.</Description>
</PropertyGroup>