From d47fd86f394b2676cd052eb0b388e43f1dd78296 Mon Sep 17 00:00:00 2001
From: CoscineBot <coscine@itc.rwth-aachen.de>
Date: Fri, 7 Oct 2022 09:23:21 +0000
Subject: [PATCH] Chore: 2.8.7

# [2.8.7](https://git.rwth-aachen.de/coscine/backend/apis/treeapi/compare/v2.8.6...v2.8.7) (2022-10-07)

## Fix
* Return Modified & Created Date
* Return Modified & Created Date
---
 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 76ccba7..14b6d4f 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.6</Version>
+		<Version>2.8.7</Version>
 	</PropertyGroup>
 	<PropertyGroup>
 		<Authors>RWTH Aachen University</Authors>
-- 
GitLab