From ae43f99f084d44b8b03c6e7421aea49cea6e5f23 Mon Sep 17 00:00:00 2001 From: CoscineBot <coscine@itc.rwth-aachen.de> Date: Fri, 26 Mar 2021 13:38:10 +0000 Subject: [PATCH] Chore: 2.1.0 # [2.1.0](https://git.rwth-aachen.de/coscine/backend/apis/project/compare/v2.0.2...v2.1.0) (2021-03-26) ## Fix * Swagger Description (coscine/issues#1393) * Swagger Description (coscine/issues#1393) ## New * Included new resource type ## Update * Extending the Analytics Log --- src/Project/Project.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Project/Project.csproj b/src/Project/Project.csproj index 53de550..cbe10d9 100644 --- a/src/Project/Project.csproj +++ b/src/Project/Project.csproj @@ -5,7 +5,7 @@ <AssemblyName>Coscine.Api.Project</AssemblyName> <GenerateDocumentationFile>true</GenerateDocumentationFile> <TargetFramework>net5.0</TargetFramework> - <Version>2.0.2</Version> + <Version>2.1.0</Version> </PropertyGroup> <PropertyGroup> <Authors>RWTH Aachen University</Authors> -- GitLab