From 39c803014206cb4ad464394660f2edfa20492ca4 Mon Sep 17 00:00:00 2001 From: CoscineBot <coscine@itc.rwth-aachen.de> Date: Mon, 6 Mar 2023 13:09:18 +0000 Subject: [PATCH] Chore: 2.10.1 # [2.10.1](https://git.rwth-aachen.de/coscine/backend/apis/treeapi/compare/v2.10.0...v2.10.1) (2023-03-06) ## Fix * Correct Linked Listing --- 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 dffae9a..8d23bff 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.10.0</Version> + <Version>2.10.1</Version> </PropertyGroup> <PropertyGroup> <Authors>RWTH Aachen University</Authors> -- GitLab