From c447089cba6da4c4342ac2a61f33dea4c0397b49 Mon Sep 17 00:00:00 2001 From: AoiKamishiro Date: Wed, 14 Aug 2024 15:19:03 +0000 Subject: [PATCH] =?UTF-8?q?=E5=AF=BE=E5=BF=9C=E3=83=91=E3=83=83=E3=82=B1?= =?UTF-8?q?=E3=83=BC=E3=82=B8=E3=81=AE=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- repos/com.annulusgames.u-pools.json | 5 +++++ repos/com.cysharp.r3.json | 5 +++++ repos/com.cysharp.unitask.json | 3 ++- repos/com.github-glitchenzo.json | 5 +++++ repos/com.hecomi.ulipsync.json | 5 +++++ repos/com.svermeulen.extenject.json | 5 +++++ repos/com.unity.assetgraph.json | 5 ----- repos/com.vrmc.vrmshaders.json | 3 ++- repos/online.kamishiro.readmeviewer.json | 2 +- repos/ustella/jp.co.ustella.avataremote.json | 4 ---- repos/ustella/jp.co.ustella.avatarpen.json | 4 ---- repos/ustella/jp.co.ustella.extended-liltoon.json | 4 ---- repos/vrchat/vrc.shaders.uts2.json | 6 ------ 13 files changed, 30 insertions(+), 26 deletions(-) create mode 100644 repos/com.annulusgames.u-pools.json create mode 100644 repos/com.cysharp.r3.json create mode 100644 repos/com.github-glitchenzo.json create mode 100644 repos/com.hecomi.ulipsync.json create mode 100644 repos/com.svermeulen.extenject.json delete mode 100644 repos/com.unity.assetgraph.json delete mode 100644 repos/ustella/jp.co.ustella.avataremote.json delete mode 100644 repos/ustella/jp.co.ustella.avatarpen.json delete mode 100644 repos/ustella/jp.co.ustella.extended-liltoon.json delete mode 100644 repos/vrchat/vrc.shaders.uts2.json diff --git a/repos/com.annulusgames.u-pools.json b/repos/com.annulusgames.u-pools.json new file mode 100644 index 0000000..79be70b --- /dev/null +++ b/repos/com.annulusgames.u-pools.json @@ -0,0 +1,5 @@ +{ + "addr": "https://github.com/AnnulusGames/uPools.git", + "dir": "./Assets/uPools", + "tagRegex": "^v([1-9][0-9]*)\\.[0-9]+\\.[0-9]+$" +} \ No newline at end of file diff --git a/repos/com.cysharp.r3.json b/repos/com.cysharp.r3.json new file mode 100644 index 0000000..c09f32b --- /dev/null +++ b/repos/com.cysharp.r3.json @@ -0,0 +1,5 @@ +{ + "addr":"https://github.com/Cysharp/R3.git", + "dir":"./src/R3.Unity/Assets/R3.Unity", + "tagRegex": "^([1-9][0-9]*)\\.[0-9]+\\.[0-9]+$" +} \ No newline at end of file diff --git a/repos/com.cysharp.unitask.json b/repos/com.cysharp.unitask.json index ed31448..4e7f7c7 100644 --- a/repos/com.cysharp.unitask.json +++ b/repos/com.cysharp.unitask.json @@ -1,4 +1,5 @@ { "addr": "https://github.com/Cysharp/UniTask.git", - "dir": "./src/UniTask/Assets/Plugins/UniTask" + "dir": "./src/UniTask/Assets/Plugins/UniTask", + "tagRegex": "^([1-9][0-9]*)\\.[0-9]+\\.[0-9]+$" } \ No newline at end of file diff --git a/repos/com.github-glitchenzo.json b/repos/com.github-glitchenzo.json new file mode 100644 index 0000000..5b5b1b7 --- /dev/null +++ b/repos/com.github-glitchenzo.json @@ -0,0 +1,5 @@ +{ + "addr":"https://github.com/GlitchEnzo/NuGetForUnity.git", + "dir":"./src/NuGetForUnity", + "tagRegex": "^v([1-9][0-9]*)\\.[0-9]+\\.[0-9]+$" +} \ No newline at end of file diff --git a/repos/com.hecomi.ulipsync.json b/repos/com.hecomi.ulipsync.json new file mode 100644 index 0000000..8ce20f5 --- /dev/null +++ b/repos/com.hecomi.ulipsync.json @@ -0,0 +1,5 @@ +{ + "addr":"https://github.com/hecomi/uLipSync.git", + "dir":"./Assets/uLipSync", + "tagRegex": "^v([1-9][0-9]*)\\.[0-9]+\\.[0-9]+$" +} \ No newline at end of file diff --git a/repos/com.svermeulen.extenject.json b/repos/com.svermeulen.extenject.json new file mode 100644 index 0000000..75addc8 --- /dev/null +++ b/repos/com.svermeulen.extenject.json @@ -0,0 +1,5 @@ +{ + "addr": "https://github.com/Mathijs-Bakker/Extenject.git", + "dir": "./UnityProject/Assets/Plugins/Zenject/Source", + "tagRegex": "^([1-9][0-9]*)\\.[0-9]+\\.[0-9]+$" +} \ No newline at end of file diff --git a/repos/com.unity.assetgraph.json b/repos/com.unity.assetgraph.json deleted file mode 100644 index 594463a..0000000 --- a/repos/com.unity.assetgraph.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "addr": "https://github.com/AoiKamishiro/AssetGraph.git", - "dir": ".", - "author": "Unity Technologies" -} \ No newline at end of file diff --git a/repos/com.vrmc.vrmshaders.json b/repos/com.vrmc.vrmshaders.json index f364157..95d4936 100644 --- a/repos/com.vrmc.vrmshaders.json +++ b/repos/com.vrmc.vrmshaders.json @@ -1,5 +1,6 @@ { "addr": "https://github.com/vrm-c/UniVRM.git", "dir": "./Assets/VRMShaders", - "tagRegex": "^v[0-9]+\\.[0-9]+\\.[0-9]+$" + "tagRegex": "^v[0-9]+\\.[0-9]+\\.[0-9]+$", + "ignore": "true" } \ No newline at end of file diff --git a/repos/online.kamishiro.readmeviewer.json b/repos/online.kamishiro.readmeviewer.json index 945350d..f7d9583 100644 --- a/repos/online.kamishiro.readmeviewer.json +++ b/repos/online.kamishiro.readmeviewer.json @@ -1,5 +1,5 @@ { "addr": "https://github.com/AoiKamishiro/Readme-Viewer.git", "dir": ".", - "tagRegex": "^v[0-9]+\\.[0-9]+\\.[0-9]+$" + "tagRegex": "^v([1-9][0-9]*)\\.[0-9]+\\.[0-9]+$" } \ No newline at end of file diff --git a/repos/ustella/jp.co.ustella.avataremote.json b/repos/ustella/jp.co.ustella.avataremote.json deleted file mode 100644 index 2632974..0000000 --- a/repos/ustella/jp.co.ustella.avataremote.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "addr": "https://GITLAB@gitlab.kamishiro.online/ustella/jp.co.ustella.avataremote.git", - "dir": "." -} \ No newline at end of file diff --git a/repos/ustella/jp.co.ustella.avatarpen.json b/repos/ustella/jp.co.ustella.avatarpen.json deleted file mode 100644 index aaa8f8a..0000000 --- a/repos/ustella/jp.co.ustella.avatarpen.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "addr": "https://GITLAB@gitlab.kamishiro.online/ustella/jp.co.ustella.avatarpen.git", - "dir": "." -} \ No newline at end of file diff --git a/repos/ustella/jp.co.ustella.extended-liltoon.json b/repos/ustella/jp.co.ustella.extended-liltoon.json deleted file mode 100644 index ceefeee..0000000 --- a/repos/ustella/jp.co.ustella.extended-liltoon.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "addr": "https://GITLAB@gitlab.kamishiro.online/ustella/jp.co.ustella.extended-liltoon", - "dir": "." -} \ No newline at end of file diff --git a/repos/vrchat/vrc.shaders.uts2.json b/repos/vrchat/vrc.shaders.uts2.json deleted file mode 100644 index 58fb87f..0000000 --- a/repos/vrchat/vrc.shaders.uts2.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "addr": "https://GITLAB@gitlab.kamishiro.online/vrc-sdk-package/UTS2.git", - "dir": ".", - "name": "vrc.shaders.uts2", - "author": "VRC Shaders" -} \ No newline at end of file