From ee58700dee3182f4443a86ed227515d2e9e4c76d Mon Sep 17 00:00:00 2001 From: CoscineBot <coscine@itc.rwth-aachen.de> Date: Thu, 8 Sep 2022 12:30:27 +0000 Subject: [PATCH] Chore: 3.0.1 # [3.0.1](https://git.rwth-aachen.de/coscine/backend/apis/blobapi/compare/v3.0.0...v3.0.1) (2022-09-08) ## Fix * Resource Visibility * Resource Visibility --- 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 8b431ac..ae20e7c 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.0.0</Version> + <Version>3.0.1</Version> </PropertyGroup> <PropertyGroup> <Authors>RWTH Aachen University</Authors> -- GitLab