fix: compare installed package versions semantically

This commit is contained in:
2026-09-05 02:33:59 +08:00
parent 012728ffac
commit 2abf367f36
12 changed files with 270 additions and 36 deletions
@@ -0,0 +1,22 @@
{
"name": "ShrinkInstaller.Editor.Tests",
"rootNamespace": "ShrinkSDK.Installer.Tests",
"references": [
"ShrinkInstaller.Editor"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"autoReferenced": false,
"defineConstraints": [
"UNITY_INCLUDE_TESTS"
],
"versionDefines": [],
"noEngineReferences": false,
"optionalUnityReferences": [
"TestAssemblies"
]
}