From 3e2e7cc80507cc3bf65aae6dce9a0634e8620302 Mon Sep 17 00:00:00 2001 From: CoscineBot <coscine@itc.rwth-aachen.de> Date: Mon, 5 Dec 2022 11:02:01 +0000 Subject: [PATCH] Chore: 1.2.4 # [1.2.4](https://git.rwth-aachen.de/coscine/backend/scripts/graphdeployer/compare/v1.2.3...v1.2.4) (2022-12-05) ## Breaking * Refactored the GraphDeployer * Refactored the GraphDeployer --- .config/dotnet-tools.json | 18 ++++++++++++++++++ src/GraphDeployer/GraphDeployer.csproj | 4 ++-- 2 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 .config/dotnet-tools.json diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json new file mode 100644 index 0000000..a258f65 --- /dev/null +++ b/.config/dotnet-tools.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "isRoot": true, + "tools": { + "gitversion.tool": { + "version": "5.11.1", + "commands": [ + "dotnet-gitversion" + ] + }, + "dotnet-version-cli": { + "version": "2.3.1", + "commands": [ + "dotnet-version" + ] + } + } +} \ No newline at end of file diff --git a/src/GraphDeployer/GraphDeployer.csproj b/src/GraphDeployer/GraphDeployer.csproj index c015426..815f112 100644 --- a/src/GraphDeployer/GraphDeployer.csproj +++ b/src/GraphDeployer/GraphDeployer.csproj @@ -1,4 +1,4 @@ -<Project Sdk="Microsoft.NET.Sdk"> +<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> @@ -7,7 +7,7 @@ <AssemblyName>Coscine.GraphDeployer</AssemblyName> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> - <Version>1.1.1</Version> + <Version>1.2.4</Version> </PropertyGroup> <PropertyGroup> -- GitLab