com.typhoon.unitysdk 1.0.59 → 1.0.60

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,7 +1,13 @@
1
1
  # 更新日志
2
+ ## [1.0.60] - 2023-12-10
3
+
4
+ ### 修复
5
+ * 更新包逻辑
6
+
7
+
2
8
  ## [1.0.59] - 2023-12-10
3
9
 
4
- ### 其它
10
+ ### 其它
5
11
  * 测试更新API 2
6
12
 
7
13
 
@@ -1148,7 +1148,7 @@ namespace TyphoonUnitySDK
1148
1148
  try
1149
1149
  {
1150
1150
  var package = $"Packages/manifest.json";
1151
- if (!File.Exists(package))
1151
+ if (File.Exists(package))
1152
1152
  {
1153
1153
  var pack = $"com.typhoon.unitysdk@{versionInfo.Version}";
1154
1154
  Client.Add(pack);
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"com.typhoon.unitysdk","displayName":"typhoon unity sdk","version":"1.0.59","description":"","unity":"2018.1","type":"tool","hideInEditor":false,"author":{"name":"Jan Zhang","email":"","url":""},"changelogUrl":"","documentationUrl":"","keywords":["typhoon"],"license":"","licensesUrl":"","customDependencies":[{"PackageName":"com.unity.nuget.newtonsoft-json","Value":"2.0.0"}],"version_log":"## [1.0.59] - 2023-12-10\r\n\r\n### 其它\n* 测试更新API 2\r\n\r\n","major_flag":false,"write_time_stamp":1702194997000,"others":{"items":[]},"dependencies":{"com.unity.nuget.newtonsoft-json":"2.0.0"}}
1
+ {"name":"com.typhoon.unitysdk","displayName":"typhoon unity sdk","version":"1.0.60","description":"","unity":"2018.1","type":"tool","hideInEditor":false,"author":{"name":"Jan Zhang","email":"","url":""},"changelogUrl":"","documentationUrl":"","keywords":["typhoon"],"license":"","licensesUrl":"","customDependencies":[{"PackageName":"com.unity.nuget.newtonsoft-json","Value":"2.0.0"}],"version_log":"## [1.0.60] - 2023-12-10\r\n\r\n### 修复\n* 更新包逻辑\r\n\r\n","major_flag":false,"write_time_stamp":1702195453000,"others":{"items":[]},"dependencies":{"com.unity.nuget.newtonsoft-json":"2.0.0"}}