From a634ee3ce8c88d23afd2417ee6688bb2b6fbc197 Mon Sep 17 00:00:00 2001 From: CoscineBot <coscine@itc.rwth-aachen.de> Date: Thu, 12 Jan 2023 12:44:16 +0000 Subject: [PATCH] Chore: 2.8.15 # [2.8.15](https://git.rwth-aachen.de/coscine/backend/apis/treeapi/compare/v2.8.14...v2.8.15) (2023-01-12) ## Fix * 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 6812d2e..d5d99ec 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.14</Version> + <Version>2.8.15</Version> </PropertyGroup> <PropertyGroup> <Authors>RWTH Aachen University</Authors> -- GitLab