Beta channel scaffold
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<!--
|
||||
BETA CHANNEL package manifest.
|
||||
Separate package identity from production so Q-SYS shows a distinct
|
||||
"My Packages" entry. The plugin files inside keep their real
|
||||
PluginInfo.Id values, so testers exercise the actual blocks - which is
|
||||
why a machine must NOT have both the prod and beta packages installed
|
||||
at once (same-Id files shadow each other in Designer).
|
||||
|
||||
Version is a 3-part SemVer delivery counter for the BETA lineage only,
|
||||
independent of the production package's counter. Q-SYS offers the
|
||||
highest version at the registration URL, so just bump this each beta.
|
||||
The <description> element is replaced from description.md at pack time.
|
||||
-->
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>Visionary-PacketAV-Suite-Beta</id>
|
||||
<version>1.0.0</version>
|
||||
<title>Visionary PacketAV Suite (Beta)</title>
|
||||
<authors>Visionary Solutions Inc.</authors>
|
||||
<owners>Visionary Solutions Inc.</owners>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<projectUrl>https://visionary-av.com/products/av-over-ip/</projectUrl>
|
||||
<icon>content/icon.png</icon>
|
||||
<iconUrl>https://3f4dzl.gitea.cloud/visionary-plugins/assets/raw/branch/main/icon-beta.png</iconUrl>
|
||||
<description>PLACEHOLDER - replaced from description.md at pack time</description>
|
||||
<summary>BETA test build of the Visionary PacketAV Suite. Pre-release - not for production designs.</summary>
|
||||
<releaseNotes>Beta channel. See the versions feed and your tester notes for what changed in this build.</releaseNotes>
|
||||
<copyright>2026 Visionary Solutions</copyright>
|
||||
<tags>Video Encoder Decoder Beta</tags>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="content/**" target="content" />
|
||||
</files>
|
||||
</package>
|
||||
Reference in New Issue
Block a user