Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Coscine
backend
apis
BlobApi
Commits
0b842eef
Commit
0b842eef
authored
Mar 16, 2021
by
Petar Hristov
💬
Browse files
Fix: Swagger Description (coscine/issues#1393)
parent
865c7d47
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.config/dotnet-tools.json
deleted
100644 → 0
View file @
865c7d47
{
"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
.gitignore
View file @
0b842eef
...
...
@@ -267,4 +267,7 @@ tools/*
dist/
#linq2db
src/.tools/*
\ No newline at end of file
src/.tools/*
# Dotnet Tool Manifest
.config/*
src/Blob/Blob.csproj
View file @
0b842eef
...
...
@@ -3,6 +3,7 @@
<OutputType>Exe</OutputType>
<RootNamespace>Coscine.Api.Blob</RootNamespace>
<AssemblyName>Coscine.Api.Blob</AssemblyName>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<TargetFramework>net5.0</TargetFramework>
<Version>2.1.0</Version>
</PropertyGroup>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment