From 308ead727cc618e18068745f2aa97cd76a49468d Mon Sep 17 00:00:00 2001 From: Sean Lilley Date: Mon, 2 Oct 2023 17:20:10 -0400 Subject: [PATCH] Add version note in extension.toml --- exts/cesium.usd.plugins/config/extension.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/exts/cesium.usd.plugins/config/extension.toml b/exts/cesium.usd.plugins/config/extension.toml index 05d0363fb..b068d177b 100644 --- a/exts/cesium.usd.plugins/config/extension.toml +++ b/exts/cesium.usd.plugins/config/extension.toml @@ -30,6 +30,7 @@ readme = "doc/README.md" preview_image = "doc/images/preview.jpg" icon = "doc/images/icon.png" +# Technically only works in 105.1+, but there's no clear way to denote that [package.target] kit = ["105.*"]