Skip to content

Commit

Permalink
feat(dotnet): update Algorand.dll to 1.0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonboukheir committed Dec 10, 2022
1 parent 481f9de commit 13cf117
Show file tree
Hide file tree
Showing 23 changed files with 475 additions and 13 deletions.
8 changes: 5 additions & 3 deletions Algorand.Unity.Package/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"dependencies": {
"com.unity.burst": "1.6.6",
"com.unity.collections": "1.3.1",
"com.unity.ide.rider": "3.0.16",
"com.unity.ide.visualstudio": "2.0.16",
"com.unity.ide.rider": "3.0.17",
"com.unity.ide.visualstudio": "2.0.17",
"com.unity.ide.vscode": "1.2.5",
"com.unity.mobile.android-logcat": "1.3.2",
"com.unity.nuget.mono-cecil": "1.10.2",
Expand Down Expand Up @@ -52,7 +52,9 @@
{
"name": "package.openupm.com",
"url": "https://package.openupm.com",
"scopes": ["com.cysharp.unitask"]
"scopes": [
"com.cysharp.unitask"
]
}
]
}
4 changes: 2 additions & 2 deletions Algorand.Unity.Package/Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"url": "https://packages.unity.com"
},
"com.unity.ide.rider": {
"version": "3.0.16",
"version": "3.0.17",
"depth": 0,
"source": "registry",
"dependencies": {
Expand All @@ -53,7 +53,7 @@
"url": "https://packages.unity.com"
},
"com.unity.ide.visualstudio": {
"version": "2.0.16",
"version": "2.0.17",
"depth": 0,
"source": "registry",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions Runtime/Algorand.Unity.Crypto/Algorand.Unity.Crypto.asmdef
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"allowUnsafeCode": true,
"overrideReferences": true,
"precompiledReferences": [
"BouncyCastle.Crypto.dll"
"BouncyCastle.Crypto_1.8.8.dll"
],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}
}
6 changes: 3 additions & 3 deletions Runtime/Algorand.Unity/Algorand.Unity.asmdef
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"allowUnsafeCode": true,
"overrideReferences": true,
"precompiledReferences": [
"Algorand.dll",
"BouncyCastle.Crypto.dll"
"Algorand_1.0.0.14.dll",
"BouncyCastle.Crypto_1.8.8.dll"
],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}
}
Binary file removed Runtime/dotnet-algorand-sdk/Plugins/Algorand.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
92 changes: 92 additions & 0 deletions Runtime/dotnet-algorand-sdk/Plugins/JsonSubTypes_1.9.0.dll.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
92 changes: 92 additions & 0 deletions Runtime/dotnet-algorand-sdk/Plugins/MsgPack_1.0.1.dll.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Loading

0 comments on commit 13cf117

Please sign in to comment.