Skip to content

Commit d9cfc9e

Browse files
authored
Merge pull request #1 from vitrivr/rename-dll
Renaming dll dependencies to avoid naming conflict.
2 parents 80c565a + 9ef39a9 commit d9cfc9e

16 files changed

+591
-111
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Changelog
2+
3+
## [1.0.0] - 2021-10-21
4+
This is the first release of the DRES Unity API package compatible with the DRES OpenAPI version 1.0.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
16.5 KB
Binary file not shown.

Runtime/Libs/Org.Vitrivr.DresApi.xml

Lines changed: 535 additions & 96 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.
File renamed without changes.

Runtime/Libs/link.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
because IL2CPP strips certain code which causes json serialization to fail.
66
The "netstandard2.0" version of Newtonsoft.Json must be used!
77
-->
8-
<assembly fullname="RestSharp">
8+
<assembly fullname="RestSharp.Dres">
99
<type fullname="*" preserve="all" />
1010
</assembly>
11-
<assembly fullname="Newtonsoft.Json">
11+
<assembly fullname="Newtonsoft.Json.Dres">
1212
<type fullname="*" preserve="all" />
1313
</assembly>
14-
<assembly fullname="JsonSubTypes">
14+
<assembly fullname="JsonSubTypes.Dres">
1515
<type fullname="*" preserve="all" />
1616
</assembly>
1717
<assembly fullname="Org.Vitrivr.DresApi">

0 commit comments

Comments
 (0)