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

Chore: 2.0.0

# [2.0.0](v1.1.0...v2.0.0) (2021-03-02)

## Breaking
* Migrated Api to dotnet5.0
parent a80637c8
No related branches found
No related tags found
No related merge requests found
Pipeline #419229 passed
{
"version": 1,
"isRoot": true,
"tools": {
"gitversion.tool": {
"version": "5.6.6",
"commands": [
"dotnet-gitversion"
]
},
"dotnet-version-cli": {
"version": "2.1.1",
"commands": [
"dotnet-version"
]
}
}
}
\ No newline at end of file
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<RootNamespace>Coscine.Api.Token</RootNamespace> <RootNamespace>Coscine.Api.Token</RootNamespace>
<AssemblyName>Coscine.Api.Token</AssemblyName> <AssemblyName>Coscine.Api.Token</AssemblyName>
<TargetFramework>net5.0</TargetFramework> <TargetFramework>net5.0</TargetFramework>
<Version>1.1.0</Version> <Version>2.0.0</Version>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<Authors>RWTH Aachen University</Authors> <Authors>RWTH Aachen University</Authors>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment