Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Configuration
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
Configuration
Compare revisions
v1.2.1 to v1.3.0
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
coscine/backend/libraries/configuration
Select target project
No results found
v1.3.0
Select Git revision
Branches
Experiment/NewBuild
Hotfix/1796-projectDdos
Issue/1910-MigrationtoNET6.0
Issue/2309-docs
Product/1287-dotnet5Sharepoint
Product/407-net5migration
Sprint/2021-01
Sprint/2021-03
Sprint/2022-01
Topic/1226-configLibraryMigration
Topic/1334-dotnet5migration
dev
gitkeep
master
Tags
v1.0.0
v1.1.0
v1.2.0
v1.2.1
v1.3.0
v1.3.1
v1.4.0
v1.5.0
v1.6.0
v2.0.0
v2.1.0
v2.1.1
26 results
Swap
Target
coscine/backend/libraries/configuration
Select target project
coscine/backend/libraries/configuration
1 result
v1.2.1
Select Git revision
Branches
Experiment/NewBuild
Hotfix/1796-projectDdos
Issue/1910-MigrationtoNET6.0
Issue/2309-docs
Product/1287-dotnet5Sharepoint
Product/407-net5migration
Sprint/2021-01
Sprint/2021-03
Sprint/2022-01
Topic/1226-configLibraryMigration
Topic/1334-dotnet5migration
dev
gitkeep
master
Tags
v1.0.0
v1.1.0
v1.2.0
v1.2.1
v1.3.0
v1.3.1
v1.4.0
v1.5.0
v1.6.0
v2.0.0
v2.1.0
v2.1.1
26 results
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/cs-configuration.Tests/Properties/AssemblyInfo.cs
+0
-36
0 additions, 36 deletions
src/cs-configuration.Tests/Properties/AssemblyInfo.cs
tools/packages.config
+4
-0
4 additions, 0 deletions
tools/packages.config
with
4 additions
and
36 deletions
src/cs-configuration.Tests/Properties/AssemblyInfo.cs
deleted
100644 → 0
View file @
9b71781b
using
System.Reflection
;
using
System.Runtime.CompilerServices
;
using
System.Runtime.InteropServices
;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[
assembly
:
AssemblyTitle
(
"cs-configuration.Tests"
)]
[
assembly
:
AssemblyDescription
(
""
)]
[
assembly
:
AssemblyConfiguration
(
""
)]
[
assembly
:
AssemblyCompany
(
""
)]
[
assembly
:
AssemblyProduct
(
"cs-configuration.Tests"
)]
[
assembly
:
AssemblyCopyright
(
"Copyright © 2019"
)]
[
assembly
:
AssemblyTrademark
(
""
)]
[
assembly
:
AssemblyCulture
(
""
)]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[
assembly
:
ComVisible
(
false
)]
// The following GUID is for the ID of the typelib if this project is exposed to COM
[
assembly
:
Guid
(
"dc9fb8c0-cd6b-4c0b-8ba6-5c14668b7da4"
)]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[
assembly
:
AssemblyVersion
(
"1.0.0.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.0.0.0"
)]
This diff is collapsed.
Click to expand it.
tools/packages.config
0 → 100644
View file @
4ac9bfad
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
packages
>
<
package
id
=
"Cake"
version
=
"0.28.0"
/>
</
packages
>
This diff is collapsed.
Click to expand it.
Prev
1
2
Next