Update project versions to 1.4.0 for new release
Updated version numbers in `EnvelopeGenerator.API.csproj` from 1.3.1 to 1.4.0, including `<Version>`, `<FileVersion>`, and `<AssemblyVersion>`. Updated version numbers in `EnvelopeGenerator.ReceiverUI.csproj` from 1.3.0 to 1.4.0, including `<Version>`, `<AssemblyVersion>`, and `<FileVersion>`. Adjusted copyright year in `EnvelopeGenerator.ReceiverUI.csproj` from 2026 to 2025 to align with the release timeline.
This commit is contained in:
@@ -10,9 +10,9 @@
|
||||
<Authors>Digital Data GmbH</Authors>
|
||||
<Company>Digital Data GmbH</Company>
|
||||
<Product>EnvelopeGenerator.GeneratorAPI</Product>
|
||||
<Version>1.3.1</Version>
|
||||
<FileVersion>1.3.1</FileVersion>
|
||||
<AssemblyVersion>1.3.1</AssemblyVersion>
|
||||
<Version>1.4.0</Version>
|
||||
<FileVersion>1.4.0</FileVersion>
|
||||
<AssemblyVersion>1.4.0</AssemblyVersion>
|
||||
<PackageOutputPath>Copyright © 2025 Digital Data GmbH. All rights reserved.</PackageOutputPath>
|
||||
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
|
||||
</PropertyGroup>
|
||||
|
||||
@@ -14,11 +14,11 @@
|
||||
<PackageIcon>Assets\icon.ico</PackageIcon>
|
||||
<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>
|
||||
<Version>1.3.0</Version>
|
||||
<Version>1.4.0</Version>
|
||||
<!-- NuGet package version -->
|
||||
<AssemblyVersion>1.3.0.0</AssemblyVersion>
|
||||
<AssemblyVersion>1.4.0.0</AssemblyVersion>
|
||||
<!-- Assembly version for API compatibility -->
|
||||
<FileVersion>1.3.0.0</FileVersion>
|
||||
<FileVersion>1.4.0.0</FileVersion>
|
||||
<!-- Windows file version -->
|
||||
<Copyright>Copyright © 2026 Digital Data GmbH. All rights reserved.</Copyright>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user