From b459a2f95dcac3c545d0e13600d3033dd8281886 Mon Sep 17 00:00:00 2001 From: CoscineBot <coscine@itc.rwth-aachen.de> Date: Thu, 23 Mar 2023 12:54:36 +0000 Subject: [PATCH] Chore: 3.3.0 # [3.3.0](https://git.rwth-aachen.de/coscine/backend/apis/blobapi/compare/v3.2.3...v3.3.0) (2023-03-23) ## Update * Remove old metadata structure traces * Remove old metadata structure traces --- 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 74fbe10..d8d73a5 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.2.3</Version> + <Version>3.3.0</Version> </PropertyGroup> <PropertyGroup> <Authors>RWTH Aachen University</Authors> -- GitLab