From 9d389add17361ccbc3d1ea426c666faa0c8d9231 Mon Sep 17 00:00:00 2001 From: CoscineBot <coscine@itc.rwth-aachen.de> Date: Fri, 24 Feb 2023 15:00:25 +0000 Subject: [PATCH] Chore: 3.2.0 # [3.2.0](https://git.rwth-aachen.de/coscine/backend/apis/blobapi/compare/v3.1.2...v3.2.0) (2023-02-24) ## New * Use the new metadata structure (coscine/issues#1792) * Use the new metadata structure (coscine/issues#1792) --- 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 01b5b17..6a18edc 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>3.1.2</Version> + <Version>3.2.0</Version> </PropertyGroup> <PropertyGroup> <Authors>RWTH Aachen University</Authors> -- GitLab