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

Chore: 2.18.0

# [2.18.0](v2.17.0...v2.18.0) (2023-01-16)

## New
* Guest Role
* Guest Role
parent 59deda8a
No related branches found
No related tags found
No related merge requests found
......@@ -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" />
......
......@@ -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>
......
<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" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment