From 22ee5cf605a95800bbd6cb974d5df2964a51f2f7 Mon Sep 17 00:00:00 2001 From: CoscineBot <coscine@itc.rwth-aachen.de> Date: Tue, 26 Apr 2022 09:04:30 +0000 Subject: [PATCH] Chore: 2.7.3 # [2.7.3](https://git.rwth-aachen.de/coscine/backend/apis/blobapi/compare/v2.7.2...v2.7.3) (2022-04-26) ## Fix * Update Dependencies * Update Dependencies --- 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 dc3bcbe..1a8d0f3 100644 --- a/src/Blob/Blob.csproj +++ b/src/Blob/Blob.csproj @@ -5,7 +5,7 @@ <AssemblyName>Coscine.Api.Blob</AssemblyName> <GenerateDocumentationFile>true</GenerateDocumentationFile> <TargetFramework>net6.0</TargetFramework> - <Version>2.7.2</Version> + <Version>2.7.3</Version> </PropertyGroup> <PropertyGroup> <Authors>RWTH Aachen University</Authors> -- GitLab