From f47bba35dfad3da4313c1d717ffdd0575acdab6d Mon Sep 17 00:00:00 2001 From: CoscineBot <coscine@itc.rwth-aachen.de> Date: Mon, 10 May 2021 09:16:22 +0000 Subject: [PATCH] Chore: 2.1.1 # [2.1.1](https://git.rwth-aachen.de/coscine/backend/apis/treeapi/compare/v2.1.0...v2.1.1) (2021-05-10) ## Fix * Updated 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 e50ed56..9898897 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.1.0</Version> + <Version>2.1.1</Version> </PropertyGroup> <PropertyGroup> <Authors>RWTH Aachen University</Authors> -- GitLab