Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
UserImporter
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab 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
scripts
UserImporter
Merge requests
!5
Sprint/2021 01
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Sprint/2021 01
Sprint/2021-01
into
master
Overview
0
Commits
4
Pipelines
3
Changes
4
Merged
Sprint/2021 01
Marcel Nellesen
requested to merge
Sprint/2021-01
into
master
Feb 1, 2021
Overview
0
Commits
4
Pipelines
3
Changes
4
0
0
Merge request reports
Compare
master
version 1
a6481308
Feb 1, 2021
master (base)
and
latest version
latest version
a902e3b8
4 commits,
Feb 2, 2021
version 1
a6481308
3 commits,
Feb 1, 2021
4 files
+
112
−
44
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
src/UserImporter/App.config
+
15
−
3
View file @ a902e3b8
Edit in single-file editor
Open in Web IDE
Show full file
@@ -21,15 +21,27 @@
<
assemblyBinding
xmlns
=
"urn:schemas-microsoft-com:asm.v1"
>
<
dependentAssembly
>
<
assemblyIdentity
name
=
"Coscine.Configuration"
publicKeyToken
=
"ce3d7a32d7dc1e5a"
culture
=
"neutral"
/>
<
bindingRedirect
oldVersion
=
"0.0.0.0-1.
5
.0.0"
newVersion
=
"1.
5
.0.0"
/>
<
bindingRedirect
oldVersion
=
"0.0.0.0-1.
6
.0.0"
newVersion
=
"1.
6
.0.0"
/>
</
dependentAssembly
>
<
dependentAssembly
>
<
assemblyIdentity
name
=
"Coscine.Database"
publicKeyToken
=
"767d77427707b70a"
culture
=
"neutral"
/>
<
bindingRedirect
oldVersion
=
"0.0.0.0-1.2
5.1
.0"
newVersion
=
"1.2
5.1
.0"
/>
<
bindingRedirect
oldVersion
=
"0.0.0.0-1.2
8.0
.0"
newVersion
=
"1.2
8.0
.0"
/>
</
dependentAssembly
>
<
dependentAssembly
>
<
assemblyIdentity
name
=
"linq2db"
publicKeyToken
=
"e41013125f9e410a"
culture
=
"neutral"
/>
<
bindingRedirect
oldVersion
=
"0.0.0.0-3.1.1.0"
newVersion
=
"3.1.1.0"
/>
<
bindingRedirect
oldVersion
=
"0.0.0.0-3.2.3.0"
newVersion
=
"3.2.3.0"
/>
</
dependentAssembly
>
<
dependentAssembly
>
<
assemblyIdentity
name
=
"Coscine.Database.T4"
publicKeyToken
=
"84b4c404a0696261"
culture
=
"neutral"
/>
<
bindingRedirect
oldVersion
=
"0.0.0.0-1.28.0.0"
newVersion
=
"1.28.0.0"
/>
</
dependentAssembly
>
<
dependentAssembly
>
<
assemblyIdentity
name
=
"LinqKit"
publicKeyToken
=
"bc217f8844052a91"
culture
=
"neutral"
/>
<
bindingRedirect
oldVersion
=
"0.0.0.0-1.1.22.0"
newVersion
=
"1.1.22.0"
/>
</
dependentAssembly
>
<
dependentAssembly
>
<
assemblyIdentity
name
=
"HtmlAgilityPack"
publicKeyToken
=
"bd319b19eaf3b43a"
culture
=
"neutral"
/>
<
bindingRedirect
oldVersion
=
"0.0.0.0-1.11.29.0"
newVersion
=
"1.11.29.0"
/>
</
dependentAssembly
>
</
assemblyBinding
>
</
runtime
>
Loading