From 411fa7f15ba577a95818e1b57a962d8ada746a63 Mon Sep 17 00:00:00 2001 From: CoscineBot <coscine@itc.rwth-aachen.de> Date: Fri, 13 Aug 2021 13:29:44 +0000 Subject: [PATCH] Chore: 2.4.0 # [2.4.0](https://git.rwth-aachen.de/coscine/backend/apis/treeapi/compare/v2.3.4...v2.4.0) (2021-08-13) ## New * Added folder handling --- 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 d923af6..4f8aeda 100644 --- a/src/Tree/Tree.csproj +++ b/src/Tree/Tree.csproj @@ -5,7 +5,7 @@ <AssemblyName>Coscine.Api.Tree</AssemblyName> <GenerateDocumentationFile>true</GenerateDocumentationFile> <TargetFramework>net5.0</TargetFramework> - <Version>2.3.4</Version> + <Version>2.4.0</Version> </PropertyGroup> <PropertyGroup> <Authors>RWTH Aachen University</Authors> -- GitLab