[#43] Client: Set nuget version
All checks were successful
DCO / DCO (pull_request) Successful in 21s
lint-build / dotnet8.0 (pull_request) Successful in 33s
lint-build / dotnet8.0 (push) Successful in 30s
/ Publish NuGet packages (push) Successful in 37s

Signed-off-by: Pavel Gross <p.gross@yadro.com>
This commit is contained in:
Pavel Gross 2025-03-31 13:51:45 +03:00
parent 87fe8db674
commit 45e73a6f8e
3 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@
<Nullable>enable</Nullable>
<AnalysisMode>AllEnabledByDefault</AnalysisMode>
<PackageId>FrostFS.SDK.Client</PackageId>
<Version>1.0.3</Version>
<Version>1.0.4</Version>
<Description>
C# SDK for FrostFS gRPC native protocol
</Description>

View file

@ -5,7 +5,7 @@
<LangVersion>12.0</LangVersion>
<Nullable>enable</Nullable>
<PackageId>FrostFS.SDK.Cryptography</PackageId>
<Version>1.0.3</Version>
<Version>1.0.4</Version>
<Description>
Cryptography tools for C# SDK
</Description>

View file

@ -5,7 +5,7 @@
<LangVersion>12.0</LangVersion>
<Nullable>enable</Nullable>
<PackageId>FrostFS.SDK.Protos</PackageId>
<Version>1.0.3</Version>
<Version>1.0.4</Version>
<Description>
Protobuf client for C# SDK
</Description>