diff --git a/build/FastRsync.nuspec b/build/FastRsync.nuspec index 0a8a5dd..002fa61 100644 --- a/build/FastRsync.nuspec +++ b/build/FastRsync.nuspec @@ -2,7 +2,7 @@ FastRsyncNet - 2.4.1 + 2.4.2 Grzegorz Blok Grzegorz Blok Apache-2.0 @@ -12,17 +12,17 @@ .NET library for file synchronization based on Rsync algorithm. Optimized for speed and data size to achieve best network performance. - + - + - + diff --git a/source/FastRsync.BackwardCompatibilityTests/FastRsync.BackwardCompatibilityTests.csproj b/source/FastRsync.BackwardCompatibilityTests/FastRsync.BackwardCompatibilityTests.csproj index 86bebee..79be9ea 100644 --- a/source/FastRsync.BackwardCompatibilityTests/FastRsync.BackwardCompatibilityTests.csproj +++ b/source/FastRsync.BackwardCompatibilityTests/FastRsync.BackwardCompatibilityTests.csproj @@ -6,9 +6,9 @@ - + - + diff --git a/source/FastRsync.Benchmarks/FastRsync.Benchmarks.csproj b/source/FastRsync.Benchmarks/FastRsync.Benchmarks.csproj index a83a8b7..358a6a1 100644 --- a/source/FastRsync.Benchmarks/FastRsync.Benchmarks.csproj +++ b/source/FastRsync.Benchmarks/FastRsync.Benchmarks.csproj @@ -6,7 +6,7 @@ - + diff --git a/source/FastRsync.Tests/FastRsync.Tests.csproj b/source/FastRsync.Tests/FastRsync.Tests.csproj index 4e6f111..5cd3b29 100644 --- a/source/FastRsync.Tests/FastRsync.Tests.csproj +++ b/source/FastRsync.Tests/FastRsync.Tests.csproj @@ -44,10 +44,10 @@ - + - - + + diff --git a/source/FastRsync.Tests/HashTests.cs b/source/FastRsync.Tests/HashTests.cs index d19c74e..9329f0f 100644 --- a/source/FastRsync.Tests/HashTests.cs +++ b/source/FastRsync.Tests/HashTests.cs @@ -79,10 +79,11 @@ public async Task XxHash64StreamBackwardCompatibility(int dataLength) new Random().NextBytes(data); var streamdata = new MemoryStream(data); - const string azureBlobStorageConnectionString = "PUT AZURE BLOB STORAGE CONNECTION STRING HERE"; + const string azureBlobStorageConnectionString = "UseDevelopmentStorage=true;"; var azureBlobServiceClient = new BlobServiceClient(azureBlobStorageConnectionString); var azureBlobContainerClient = azureBlobServiceClient.GetBlobContainerClient("hashbenchmark"); + await azureBlobContainerClient.CreateIfNotExistsAsync(); var azureBlob = azureBlobContainerClient.GetBlockBlobClient("XxHash64StreamBackwardCompatibility_" + dataLength); await azureBlob.UploadAsync(streamdata); diff --git a/source/FastRsync/FastRsync.csproj b/source/FastRsync/FastRsync.csproj index 410e9e9..e996398 100644 --- a/source/FastRsync/FastRsync.csproj +++ b/source/FastRsync/FastRsync.csproj @@ -7,9 +7,9 @@ sync rsync synchronization true Apache-2.0 - 2.4.1 - 2.4.1 - 2.4.1 + 2.4.2 + 2.4.2 + 2.4.2 true @@ -29,7 +29,7 @@ 4 - + diff --git a/source/Octodiff.Tests/Octodiff.Tests.csproj b/source/Octodiff.Tests/Octodiff.Tests.csproj index 36e0e49..67a1e4c 100644 --- a/source/Octodiff.Tests/Octodiff.Tests.csproj +++ b/source/Octodiff.Tests/Octodiff.Tests.csproj @@ -36,7 +36,7 @@ - +