Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NotificationConfiguration
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Coscine
backend
libraries
NotificationConfiguration
Merge requests
!16
Topic/1202 pid api extension
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Topic/1202 pid api extension
Topic/1202-pidApiExtension
into
Product/1116-pidApiExtension
Overview
0
Commits
3
Pipelines
2
Changes
3
Merged
Marcel Nellesen
requested to merge
Topic/1202-pidApiExtension
into
Product/1116-pidApiExtension
4 years ago
Overview
0
Commits
3
Pipelines
2
Changes
3
Expand
coscine/issues#1202
Edited
4 years ago
by
Marcel Nellesen
0
0
Merge request reports
Compare
Product/1116-pidApiExtension
Product/1116-pidApiExtension (base)
and
latest version
latest version
512a2eed
3 commits,
4 years ago
3 files
+
38
−
10
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
src/NotificationConfiguration/Properties/AssemblyInfo.cs
+
4
−
4
Options
@@ -9,8 +9,8 @@ using System.Reflection;
[
assembly
:
AssemblyDescription
(
"NotificationConfiguration is a part of the CoScInE group."
)]
[
assembly
:
AssemblyCompany
(
"IT Center, RWTH Aachen University"
)]
[
assembly
:
AssemblyProduct
(
"NotificationConfiguration"
)]
[
assembly
:
AssemblyVersion
(
"1.
5
.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.
5
.0"
)]
[
assembly
:
AssemblyInformationalVersion
(
"1.
5
.0-topic-1
163-admin
000
1
"
)]
[
assembly
:
AssemblyCopyright
(
"202
0
IT Center, RWTH Aachen University"
)]
[
assembly
:
AssemblyVersion
(
"1.
6
.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.
6
.0"
)]
[
assembly
:
AssemblyInformationalVersion
(
"1.
6
.0-topic-1
202-pidap
000
2
"
)]
[
assembly
:
AssemblyCopyright
(
"202
1
IT Center, RWTH Aachen University"
)]
Loading