From b0debb6e6817eeaa7b1b9d5a5204bb5678a4a26d Mon Sep 17 00:00:00 2001 From: CoscineBot <coscine@itc.rwth-aachen.de> Date: Thu, 20 Oct 2022 08:41:54 +0000 Subject: [PATCH] Chore: 2.8.8 # [2.8.8](https://git.rwth-aachen.de/coscine/backend/apis/treeapi/compare/v2.8.7...v2.8.8) (2022-10-20) ## Fix * Update dependencies * Update dependencies --- src/Tree/Tree.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tree/Tree.csproj b/src/Tree/Tree.csproj index 14b6d4f..6fdc7de 100644 --- a/src/Tree/Tree.csproj +++ b/src/Tree/Tree.csproj @@ -5,7 +5,7 @@ <AssemblyName>Coscine.Api.Tree</AssemblyName> <GenerateDocumentationFile>true</GenerateDocumentationFile> <TargetFramework>net6.0</TargetFramework> - <Version>2.8.7</Version> + <Version>2.8.8</Version> </PropertyGroup> <PropertyGroup> <Authors>RWTH Aachen University</Authors> -- GitLab