Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SQL2Linked
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Show more breadcrumbs
Coscine
backend
scripts
SQL2Linked
Compare revisions
v0.1.22 to v0.1.23
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/scripts/sql2linked
Select target project
No results found
v0.1.23
Select Git revision
Loading items
Swap
Target
coscine/backend/scripts/sql2linked
Select target project
coscine/backend/scripts/sql2linked
1 result
v0.1.22
Select Git revision
Loading items
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Fix: Update API Client
· 26670af8
Petar Hristov
authored
1 year ago
26670af8
Chore: 0.1.23
· eed941c3
CoscineBot
authored
1 year ago
# [0.1.23](
v0.1.22...v0.1.23
) (2024-04-09) ## Fix * Update API Client
eed941c3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/SQL2Linked/SQL2Linked.csproj
+2
-2
2 additions, 2 deletions
src/SQL2Linked/SQL2Linked.csproj
with
2 additions
and
2 deletions
src/SQL2Linked/SQL2Linked.csproj
View file @
eed941c3
...
...
@@ -5,7 +5,7 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>0.1.2
2
</Version>
<Version>0.1.2
3
</Version>
</PropertyGroup>
<PropertyGroup>
...
...
@@ -16,7 +16,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Coscine.ApiClient" Version="1.6.0
-issue-2847-repor0007
" />
<PackageReference Include="Coscine.ApiClient" Version="1.6.0" />
<PackageReference Include="dotNetRdf" Version="3.1.1" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.2" />
...
...
This diff is collapsed.
Click to expand it.