From 9e9cf2963278580a3a0612a92adb61ffdd4cdde0 Mon Sep 17 00:00:00 2001 From: CoscineBot <coscine@itc.rwth-aachen.de> Date: Thu, 16 Sep 2021 07:47:51 +0000 Subject: [PATCH] Chore: 2.4.4 # [2.4.4](https://git.rwth-aachen.de/coscine/backend/apis/blobapi/compare/v2.4.3...v2.4.4) (2021-09-16) ## Fix * fix download via RCV2 (coscine/issues#1709) --- src/Blob/Blob.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Blob/Blob.csproj b/src/Blob/Blob.csproj index 4ab4a87..395abc7 100644 --- a/src/Blob/Blob.csproj +++ b/src/Blob/Blob.csproj @@ -5,7 +5,7 @@ <AssemblyName>Coscine.Api.Blob</AssemblyName> <GenerateDocumentationFile>true</GenerateDocumentationFile> <TargetFramework>net5.0</TargetFramework> - <Version>2.4.3</Version> + <Version>2.4.4</Version> </PropertyGroup> <PropertyGroup> <Authors>RWTH Aachen University</Authors> -- GitLab