From 16ba02e231e8bf12900da54f2bbdacfaf0afb2a5 Mon Sep 17 00:00:00 2001 From: CoscineBot <coscine@itc.rwth-aachen.de> Date: Mon, 1 Aug 2022 10:28:45 +0000 Subject: [PATCH] Chore: 3.0.0 # [3.0.0](https://git.rwth-aachen.de/coscine/backend/apis/blobapi/compare/v2.8.2...v3.0.0) (2022-08-01) ## Breaking * Removed Quota Method * Removed Quota Method --- 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 15650b7..8b431ac 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.8.2</Version> + <Version>3.0.0</Version> </PropertyGroup> <PropertyGroup> <Authors>RWTH Aachen University</Authors> -- GitLab