Update project version to 1.4.2

Bump the project version from 1.4.1 to 1.4.2 in the `<Version>` tag for the NuGet package. Updated `<AssemblyVersion>` and `<FileVersion>` to `1.4.2.0` to maintain consistency with the new version. This reflects a minor version update for API compatibility and file versioning.
This commit is contained in:
2026-06-11 17:14:20 +02:00
parent 0780dbdd94
commit ee358ffaab

View File

@@ -14,11 +14,11 @@
<PackageIcon>Assets\icon.ico</PackageIcon> <PackageIcon>Assets\icon.ico</PackageIcon>
<PackageTags>digital data envelope generator web</PackageTags> <PackageTags>digital data envelope generator web</PackageTags>
<Description>EnvelopeGenerator.ReceiverUI is a Blazor WebAssembly application developed to manage signing processes. It uses Entity Framework Core (EF Core) for database operations. The user interface for signing processes is developed with Razor View Engine (.cshtml files) and JavaScript under wwwroot, integrated with PSPDFKit. This integration allows users to view and sign documents seamlessly.</Description> <Description>EnvelopeGenerator.ReceiverUI is a Blazor WebAssembly application developed to manage signing processes. It uses Entity Framework Core (EF Core) for database operations. The user interface for signing processes is developed with Razor View Engine (.cshtml files) and JavaScript under wwwroot, integrated with PSPDFKit. This integration allows users to view and sign documents seamlessly.</Description>
<Version>1.4.1</Version> <Version>1.4.2</Version>
<!-- NuGet package version --> <!-- NuGet package version -->
<AssemblyVersion>1.4.1.0</AssemblyVersion> <AssemblyVersion>1.4.2.0</AssemblyVersion>
<!-- Assembly version for API compatibility --> <!-- Assembly version for API compatibility -->
<FileVersion>1.4.1.0</FileVersion> <FileVersion>1.4.2.0</FileVersion>
<!-- Windows file version --> <!-- Windows file version -->
<Copyright>Copyright © 2026 Digital Data GmbH. All rights reserved.</Copyright> <Copyright>Copyright © 2026 Digital Data GmbH. All rights reserved.</Copyright>