[#41] Client: Add attributes for nuget
Signed-off-by: Pavel Gross <p.gross@yadro.com>
This commit is contained in:
parent
9eb742da77
commit
5e86f53b0e
3 changed files with 24 additions and 6 deletions
|
@ -5,6 +5,12 @@
|
|||
<LangVersion>12.0</LangVersion>
|
||||
<Nullable>enable</Nullable>
|
||||
<AnalysisMode>AllEnabledByDefault</AnalysisMode>
|
||||
<PackageId>FrostFS.SDK.Client</PackageId>
|
||||
<Version>1.0.3</Version>
|
||||
<Description>
|
||||
C# SDK for FrostFS gRPC native protocol
|
||||
</Description>
|
||||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
|
|
|
@ -4,6 +4,12 @@
|
|||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
<LangVersion>12.0</LangVersion>
|
||||
<Nullable>enable</Nullable>
|
||||
<PackageId>FrostFS.SDK.Cryptography</PackageId>
|
||||
<Version>1.0.3</Version>
|
||||
<Description>
|
||||
Cryptography tools for C# SDK
|
||||
</Description>
|
||||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
|
|
|
@ -4,6 +4,12 @@
|
|||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
<LangVersion>12.0</LangVersion>
|
||||
<Nullable>enable</Nullable>
|
||||
<PackageId>FrostFS.SDK.Protos</PackageId>
|
||||
<Version>1.0.3</Version>
|
||||
<Description>
|
||||
Protobuf client for C# SDK
|
||||
</Description>
|
||||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
|
|
Loading…
Add table
Reference in a new issue