From 98cfd82313d3215b400a5a236b707bbbda8531d6 Mon Sep 17 00:00:00 2001
From: Pavel Gross
Date: Wed, 12 Mar 2025 10:44:39 +0300
Subject: [PATCH] [#40] Client: Add memory optimization for hash: update
version
Signed-off-by: Pavel Gross
---
README.md | 2 +-
src/FrostFS.SDK.Client/AssemblyInfo.cs | 2 +-
src/FrostFS.SDK.Client/FrostFS.SDK.Client.csproj | 6 +-----
src/FrostFS.SDK.Cryptography/AssemblyInfo.cs | 2 +-
.../FrostFS.SDK.Cryptography.csproj | 12 ++++--------
src/FrostFS.SDK.Protos/AssemblyInfo.cs | 2 +-
src/FrostFS.SDK.Protos/FrostFS.SDK.Protos.csproj | 6 +-----
7 files changed, 10 insertions(+), 22 deletions(-)
diff --git a/README.md b/README.md
index add47ea..b7738b7 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,7 @@ var createContainerParam = new PrmContainerCreate(
var containerId = await client.PutContainerAsync(createContainerParam);
-using var fileStream = File.OpenRead(@"C:\Users\Paul\Pictures\cat.jpeg");
+using var fileStream = File.OpenRead(@"cat.jpeg");
var param = new PrmObjectPut
{
diff --git a/src/FrostFS.SDK.Client/AssemblyInfo.cs b/src/FrostFS.SDK.Client/AssemblyInfo.cs
index 61df422..e62079f 100644
--- a/src/FrostFS.SDK.Client/AssemblyInfo.cs
+++ b/src/FrostFS.SDK.Client/AssemblyInfo.cs
@@ -5,4 +5,4 @@ using System.Reflection;
[assembly: AssemblyInformationalVersion("1.0.0+d6fe0344538a223303c9295452f0ad73681ca376")]
[assembly: AssemblyProduct("FrostFS.SDK.Client")]
[assembly: AssemblyTitle("FrostFS.SDK.Client")]
-[assembly: AssemblyVersion("1.0.2")]
+[assembly: AssemblyVersion("1.0.3")]
diff --git a/src/FrostFS.SDK.Client/FrostFS.SDK.Client.csproj b/src/FrostFS.SDK.Client/FrostFS.SDK.Client.csproj
index 7e1a0bf..5935922 100644
--- a/src/FrostFS.SDK.Client/FrostFS.SDK.Client.csproj
+++ b/src/FrostFS.SDK.Client/FrostFS.SDK.Client.csproj
@@ -24,11 +24,7 @@
- true
-
-
-
- Assemblyinfo.cs
+ false
diff --git a/src/FrostFS.SDK.Cryptography/AssemblyInfo.cs b/src/FrostFS.SDK.Cryptography/AssemblyInfo.cs
index addd4ad..c03d604 100644
--- a/src/FrostFS.SDK.Cryptography/AssemblyInfo.cs
+++ b/src/FrostFS.SDK.Cryptography/AssemblyInfo.cs
@@ -5,4 +5,4 @@ using System.Reflection;
[assembly: AssemblyInformationalVersion("1.0.0+d6fe0344538a223303c9295452f0ad73681ca376")]
[assembly: AssemblyProduct("FrostFS.SDK.Cryptography")]
[assembly: AssemblyTitle("FrostFS.SDK.Cryptography")]
-[assembly: AssemblyVersion("1.0.2.0")]
+[assembly: AssemblyVersion("1.0.3.0")]
diff --git a/src/FrostFS.SDK.Cryptography/FrostFS.SDK.Cryptography.csproj b/src/FrostFS.SDK.Cryptography/FrostFS.SDK.Cryptography.csproj
index c9a51d3..a4e819e 100644
--- a/src/FrostFS.SDK.Cryptography/FrostFS.SDK.Cryptography.csproj
+++ b/src/FrostFS.SDK.Cryptography/FrostFS.SDK.Cryptography.csproj
@@ -7,23 +7,19 @@
- true
+ true
- <_SkipUpgradeNetAnalyzersNuGetWarning>true
+ <_SkipUpgradeNetAnalyzersNuGetWarning>true
- true
+ true
- true
-
-
-
- Assemblyinfo.cs
+ false
diff --git a/src/FrostFS.SDK.Protos/AssemblyInfo.cs b/src/FrostFS.SDK.Protos/AssemblyInfo.cs
index eb6f873..11ace79 100644
--- a/src/FrostFS.SDK.Protos/AssemblyInfo.cs
+++ b/src/FrostFS.SDK.Protos/AssemblyInfo.cs
@@ -5,4 +5,4 @@ using System.Reflection;
[assembly: AssemblyInformationalVersion("1.0.0+d6fe0344538a223303c9295452f0ad73681ca376")]
[assembly: AssemblyProduct("FrostFS.SDK.Protos")]
[assembly: AssemblyTitle("FrostFS.SDK.Protos")]
-[assembly: AssemblyVersion("1.0.2.0")]
+[assembly: AssemblyVersion("1.0.3.0")]
diff --git a/src/FrostFS.SDK.Protos/FrostFS.SDK.Protos.csproj b/src/FrostFS.SDK.Protos/FrostFS.SDK.Protos.csproj
index cd6627e..d5d8a9e 100644
--- a/src/FrostFS.SDK.Protos/FrostFS.SDK.Protos.csproj
+++ b/src/FrostFS.SDK.Protos/FrostFS.SDK.Protos.csproj
@@ -19,11 +19,7 @@
- true
-
-
-
- Assemblyinfo.cs
+ false