Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
Loading items

Target

Select target project
  • coscine/backend/apis/sts
1 result
Select Git revision
Loading items
Show changes
Commits on Source (3)
...@@ -34,4 +34,3 @@ For Shibboleth: ...@@ -34,4 +34,3 @@ For Shibboleth:
* [Commit convention](docs/ESLintConvention.md) * [Commit convention](docs/ESLintConvention.md)
* [Everything possible with markup](docs/testdoc.md) * [Everything possible with markup](docs/testdoc.md)
* [Adding NUnit tests](docs/nunit.md) * [Adding NUnit tests](docs/nunit.md)
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile> <GenerateDocumentationFile>true</GenerateDocumentationFile>
<TargetFramework>net5.0</TargetFramework> <TargetFramework>net5.0</TargetFramework>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo> <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<Version>2.3.0</Version></PropertyGroup> <Version>2.3.1</Version></PropertyGroup>
<PropertyGroup> <PropertyGroup>
<Authors>RWTH Aachen University</Authors> <Authors>RWTH Aachen University</Authors>
<Company>IT Center, RWTH Aachen University</Company> <Company>IT Center, RWTH Aachen University</Company>
......