From adb3318e666868be5b655390798bfd9d581a4c13 Mon Sep 17 00:00:00 2001 From: CoscineBot <coscine@itc.rwth-aachen.de> Date: Mon, 11 Apr 2022 14:22:30 +0000 Subject: [PATCH 1/3] Chore: 2.6.0 # [2.6.0](https://git.rwth-aachen.de/coscine/backend/apis/treeapi/compare/v2.5.3...v2.6.0) (2022-04-11) ## Update * Migrated to .NET6.0 (coscine/issues#1910) * Migrated to .NET6.0 (coscine/issues#1910) --- 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 f7db1ba..73582cd 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.5.3</Version> + <Version>2.6.0</Version> </PropertyGroup> <PropertyGroup> <Authors>RWTH Aachen University</Authors> -- GitLab From d6926e890bdb4a64efbc4126b8feb935e2410876 Mon Sep 17 00:00:00 2001 From: Petar Hristov <hristov@itc.rwth-aachen.de> Date: Tue, 12 Apr 2022 16:00:26 +0200 Subject: [PATCH 2/3] Fix: Update Dependencies (coscine/issues#2087) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8227630..0722a0d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ ## Tree -The TreeApi handles the retrieving or storing metadata to a certain path. \ No newline at end of file +The TreeApi handles the retrieving or storing metadata to a certain path. -- GitLab From c28c9eca175abf2fd2e7a83bc38b43f4d43aa80c Mon Sep 17 00:00:00 2001 From: CoscineBot <coscine@itc.rwth-aachen.de> Date: Wed, 13 Apr 2022 09:39:14 +0000 Subject: [PATCH 3/3] Chore: 2.6.1 # [2.6.1](https://git.rwth-aachen.de/coscine/backend/apis/treeapi/compare/v2.6.0...v2.6.1) (2022-04-13) ## Fix * Update Dependencies (coscine/issues#2087) * Update Dependencies (coscine/issues#2087) --- 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 73582cd..70aee73 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.6.0</Version> + <Version>2.6.1</Version> </PropertyGroup> <PropertyGroup> <Authors>RWTH Aachen University</Authors> -- GitLab