From 7eb6f2fa00203d29025f556452e3c5f574d185ac Mon Sep 17 00:00:00 2001
From: CoscineBot <coscine@itc.rwth-aachen.de>
Date: Fri, 9 Sep 2022 13:25:35 +0000
Subject: [PATCH] Chore: 0.1.5

# [0.1.5](https://git.rwth-aachen.de/coscine/backend/scripts/sql2linked/compare/v0.1.4...v0.1.5) (2022-09-09)

## Fix
* Only migrate users which have the TOS accepted
* Only migrate users which have the TOS accepted

## Update
* Add Delete Column for resources
* Add Delete Column for resources
---
 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 03446d6..6bd0d57 100644
--- a/src/SQL2Linked/SQL2Linked.csproj
+++ b/src/SQL2Linked/SQL2Linked.csproj
@@ -5,7 +5,7 @@
     <TargetFramework>net6.0</TargetFramework>
     <ImplicitUsings>enable</ImplicitUsings>
     <Nullable>enable</Nullable>
-  <Version>0.1.4</Version></PropertyGroup>
+  <Version>0.1.5</Version></PropertyGroup>
 
   <ItemGroup>
     <PackageReference Include="Coscine.Database" Version="2.*-*" />
-- 
GitLab