From 37009c2a4e872ef14dba663642f9f1b2099c22fc Mon Sep 17 00:00:00 2001
From: CoscineBot <coscine@itc.rwth-aachen.de>
Date: Mon, 16 Jan 2023 15:07:32 +0000
Subject: [PATCH] Chore: 2.18.0

# [2.18.0](https://git.rwth-aachen.de/coscine/backend/libraries/migrations/compare/v2.17.0...v2.18.0) (2023-01-16)

## New
* Guest Role
* Guest Role
---
 src/Migrations.Tests/Migrations.Tests.csproj | 2 +-
 src/Migrations/Migrations.csproj             | 2 +-
 src/Migrator/Migrator.csproj                 | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/Migrations.Tests/Migrations.Tests.csproj b/src/Migrations.Tests/Migrations.Tests.csproj
index a90a787..8761716 100644
--- a/src/Migrations.Tests/Migrations.Tests.csproj
+++ b/src/Migrations.Tests/Migrations.Tests.csproj
@@ -4,7 +4,7 @@
 		<RootNamespace>Migrations.Tests</RootNamespace>
 		<AssemblyName>Migrations.Tests</AssemblyName>
 		<TargetFramework>net6.0</TargetFramework>
-		<Version>2.17.0</Version>
+		<Version>2.18.0</Version>
 	</PropertyGroup>
 	<ItemGroup>
 		<ProjectReference Include="..\Migrations\Migrations.csproj" />
diff --git a/src/Migrations/Migrations.csproj b/src/Migrations/Migrations.csproj
index 5b7886e..cf59dc4 100644
--- a/src/Migrations/Migrations.csproj
+++ b/src/Migrations/Migrations.csproj
@@ -4,7 +4,7 @@
 		<RootNamespace>Coscine.Migrations</RootNamespace>
 		<AssemblyName>Coscine.Migrations</AssemblyName>
 		<TargetFramework>net6.0</TargetFramework>
-		<Version>2.17.0</Version>
+		<Version>2.18.0</Version>
 	</PropertyGroup>
 	
 	<PropertyGroup>
diff --git a/src/Migrator/Migrator.csproj b/src/Migrator/Migrator.csproj
index 0ee08df..4ed3f94 100644
--- a/src/Migrator/Migrator.csproj
+++ b/src/Migrator/Migrator.csproj
@@ -1,10 +1,10 @@
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
 	<PropertyGroup>
 		<OutputType>Exe</OutputType>
 		<RootNamespace>Coscine.Migration</RootNamespace>
 		<AssemblyName>Coscine.Migrator</AssemblyName>
 		<TargetFramework>net6.0</TargetFramework>
-		<Version>2.17.0</Version>
+		<Version>2.18.0</Version>
 	</PropertyGroup>
 	<ItemGroup>
 		<ProjectReference Include="..\Migrations\Migrations.csproj" />
-- 
GitLab