From f579149ab435c1fbc88ec2607113378653dab269 Mon Sep 17 00:00:00 2001
From: CoscineBot <coscine@itc.rwth-aachen.de>
Date: Mon, 18 Jul 2022 10:12:22 +0000
Subject: [PATCH] Chore: 2.8.2

# [2.8.2](https://git.rwth-aachen.de/coscine/backend/apis/blobapi/compare/v2.8.1...v2.8.2) (2022-07-18)

## Fix
* Update dependencies
* updated dependency (coscine/issues#2162)
* updated dependency (coscine/issues#2162)
---
 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 2ecff58..15650b7 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.1</Version>
+		<Version>2.8.2</Version>
 	</PropertyGroup>
 	<PropertyGroup>
 		<Authors>RWTH Aachen University</Authors>
-- 
GitLab