From 0267ec48f25f66b6ec4c9090a899abaac2d693dc Mon Sep 17 00:00:00 2001 From: CoscineBot <coscine@itc.rwth-aachen.de> Date: Mon, 28 Jun 2021 15:17:05 +0000 Subject: [PATCH] Chore: 2.3.1 # [2.3.1](https://git.rwth-aachen.de/coscine/backend/apis/treeapi/compare/v2.3.0...v2.3.1) (2021-06-28) ## Fix * Linked Resources now working (coscine/issues#1616) --- 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 d5eb36a..397ec84 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.0</Version> + <Version>2.3.1</Version> </PropertyGroup> <PropertyGroup> <Authors>RWTH Aachen University</Authors> -- GitLab