From 36d13ff59e4da2e907c7d043c2349fa73ca84daf Mon Sep 17 00:00:00 2001 From: CoscineBot <coscine@itc.rwth-aachen.de> Date: Thu, 25 Jul 2024 08:51:44 +0000 Subject: [PATCH] Chore: 0.1.24 # [0.1.24](https://git.rwth-aachen.de/coscine/backend/scripts/sql2linked/compare/v0.1.23...v0.1.24) (2024-07-25) ## New * Move TrellisMigrator to SQL2Linked * Move TrellisMigrator to SQL2Linked --- src/SQL2Linked/SQL2Linked.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SQL2Linked/SQL2Linked.csproj b/src/SQL2Linked/SQL2Linked.csproj index ea9f1d1..f5020a3 100644 --- a/src/SQL2Linked/SQL2Linked.csproj +++ b/src/SQL2Linked/SQL2Linked.csproj @@ -5,7 +5,7 @@ <TargetFramework>net8.0</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> - <Version>0.1.23</Version> + <Version>0.1.24</Version> </PropertyGroup> <PropertyGroup> -- GitLab