adjusting railroader usage of namespace Model.OpsNew -> Model.Ops and some adjustments to the version files.

This commit is contained in:
2024-12-24 22:11:22 -06:00
parent ca0e78b971
commit 7ebd14db2a
11 changed files with 26 additions and 8 deletions

View File

@@ -39,7 +39,7 @@
<!-- Folder we'll put the published zips into -->
<PublishPath>../bin</PublishPath>
<ZipName>$(PublishPath)/$(AssemblyName)_$(AssemblyVersion).zip</ZipName>
<ZipName>$(PublishPath)/$(AssemblyName)_$(AssemblyVersion)_Experimental.zip</ZipName>
</PropertyGroup>
<!-- Assure the output path exists -->