Skip to main content
Homepage
Explore
Search or go to…
/
Sign in
Explore
Primary navigation
Project
P
Project
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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Collapse sidebar
Snippets
Groups
Projects
Show more breadcrumbs
Coscine
backend
apis
Project
Commits
05e877f2
This project is archived. Its data is
read-only
.
Commit
05e877f2
authored
Feb 24, 2023
by
CoscineBot
Browse files
Options
Downloads
Patches
Plain Diff
Chore: 4.3.3
# [4.3.3](
v4.3.2...v4.3.3
) (2023-02-24) ## Fix * Don't fail on logging * Don't fail on logging
parent
74600e8a
No related branches found
No related tags found
No related merge requests found
Changes
2
Pipelines
3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/Project.Tests/Project.Tests.csproj
+1
-1
1 addition, 1 deletion
src/Project.Tests/Project.Tests.csproj
src/Project/Project.csproj
+1
-1
1 addition, 1 deletion
src/Project/Project.csproj
with
2 additions
and
2 deletions
src/Project.Tests/Project.Tests.csproj
+
1
−
1
View file @
05e877f2
...
...
@@ -4,7 +4,7 @@
<RootNamespace>Coscine.Api.Project.Tests</RootNamespace>
<AssemblyName>Coscine.Api.Project.Tests</AssemblyName>
<TargetFramework>net6.0</TargetFramework>
<Version>4.3.
2
</Version>
<Version>4.3.
3
</Version>
</PropertyGroup>
<ItemGroup>
...
...
...
...
This diff is collapsed.
Click to expand it.
src/Project/Project.csproj
+
1
−
1
View file @
05e877f2
...
...
@@ -5,7 +5,7 @@
<AssemblyName>Coscine.Api.Project</AssemblyName>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<TargetFramework>net6.0</TargetFramework>
<Version>4.3.
2
</Version>
<Version>4.3.
3
</Version>
</PropertyGroup>
<PropertyGroup>
...
...
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
sign in
to comment