Skip to content
Snippets Groups Projects

Fix: Use Slug instead of Id

Merged Marcel Nellesen requested to merge Hotfix/913-slugUsage into master
4 files
+ 10
10
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
1
@@ -29,7 +29,7 @@
@@ -29,7 +29,7 @@
</dependentAssembly>
</dependentAssembly>
<dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Coscine.Database" publicKeyToken="767d77427707b70a" culture="neutral" />
<assemblyIdentity name="Coscine.Database" publicKeyToken="767d77427707b70a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.19.0.0" newVersion="1.19.0.0" />
<bindingRedirect oldVersion="0.0.0.0-1.22.1.0" newVersion="1.22.1.0" />
</dependentAssembly>
</dependentAssembly>
</assemblyBinding>
</assemblyBinding>
</runtime>
</runtime>
Loading