Skip to content
Snippets Groups Projects
Commit 37277aa2 authored by CoscineBot's avatar CoscineBot :gear:
Browse files

Chore: 2.11.0

# [2.11.0](v2.10.0...v2.11.0) (2022-08-01)

## Fix
* fixed migration by adding cascading delete (coscine/issues#1995)

## Update
* Table GitlabResourceType
* Removed Size column from individual resource types tables from the Database
* Removed Size column from individual resource types tables from the Database
parent 3814aa97
Branches
Tags v2.11.0
No related merge requests found
......@@ -4,7 +4,7 @@
<RootNamespace>Migrations.Tests</RootNamespace>
<AssemblyName>Migrations.Tests</AssemblyName>
<TargetFrameworks>net6.0;net461</TargetFrameworks>
<Version>2.10.0</Version></PropertyGroup>
<Version>2.11.0</Version></PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Migrations\Migrations.csproj" />
</ItemGroup>
......
......@@ -4,7 +4,7 @@
<RootNamespace>Coscine.Migrations</RootNamespace>
<AssemblyName>Coscine.Migrations</AssemblyName>
<TargetFrameworks>net6.0;net461</TargetFrameworks>
<Version>2.10.0</Version>
<Version>2.11.0</Version>
</PropertyGroup>
<PropertyGroup>
<Authors>RWTH Aachen University</Authors>
......
......@@ -4,7 +4,7 @@
<RootNamespace>Coscine.Migration</RootNamespace>
<AssemblyName>Coscine.Migrator</AssemblyName>
<TargetFrameworks>net6.0;net461</TargetFrameworks>
<Version>2.10.0</Version></PropertyGroup>
<Version>2.11.0</Version></PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Migrations\Migrations.csproj" />
</ItemGroup>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment