Mike Chambers
03/12/2026, 12:34 PM<!-- when packing via IDE have debug store elsewhere and version stamp with date for ease-->
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<PackageOutputPath>$(MSBuildThisFileDirectory)..\..\dist\</PackageOutputPath>
<VersionSuffix>dev</VersionSuffix>
<VersionPrefix>$([System.DateTime]::Now.ToString("yyyy.MM.dd.HHmm"))</VersionPrefix>
</PropertyGroup>