Skip to content
Snippets Groups Projects
Commit fbdf8f5c authored by Sirieam Marie Hunke's avatar Sirieam Marie Hunke
Browse files

Merge branch 'master' into 'dev'

Chore: 2.0.2

See merge request !8
parents 774646b3 4b75e12b
Branches dev
No related tags found
1 merge request!8Chore: 2.0.2
MIT License
Copyright (c) 2019 RWTH Aachen University
Copyright (c) 2023 RWTH Aachen University
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
......
......@@ -5,10 +5,11 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>2.0.1</Version></PropertyGroup>
<Version>2.0.2</Version></PropertyGroup>
<ItemGroup>
<PackageReference Include="Coscine.Action" Version="3.*-*" />
<PackageReference Include="Coscine.ProxyApi" Version="3.0.3" />
</ItemGroup>
</Project>
......@@ -34,7 +34,7 @@ public static class Program
/*==============================================*/
Console.WriteLine($"- Searching for PIDs containing \"{hostUrl}\" ...");
var pidMatches = epicClient.Search($"*{hostUrl}*"); // Define as wildcard with *<text>*
var pidMatches = epicClient.SearchAll($"*{hostUrl}*"); // Define as wildcard with *<text>*
Console.WriteLine($"- Search yelded {pidMatches.Count()} results");
var projectModel = new ProjectModel();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment