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>
|
||||
@@ -0,0 +1,15 @@
|
||||
BETA TEST BUILD — Visionary PacketAV Suite
|
||||
|
||||
This is a pre-release build for beta testers only. Do not use it in
|
||||
production designs, and do not install it on the same computer as the
|
||||
regular Visionary PacketAV Suite package — run one channel at a time.
|
||||
|
||||
A collection of Q-SYS plugins for managing, controlling and monitoring
|
||||
Encoders and Decoders in Visionary Solutions' PacketAV 4 Series and
|
||||
5 Series AV-over-IP devices, plus a Router plugin and an IR Driver plugin.
|
||||
|
||||
Q-SYS Designer Software v8.4 or later is required.
|
||||
|
||||
Note: 4 Series and 5 Series are not cross-compatible.
|
||||
|
||||
Beta resources and how to report issues: https://vsplug.in/resources
|
||||
Reference in New Issue
Block a user