[mapguide-commits] r10186 - branches/4.0/MgDev
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Thu Sep 11 01:59:14 PDT 2025
Author: jng
Date: 2025-09-11 01:59:13 -0700 (Thu, 11 Sep 2025)
New Revision: 10186
Modified:
branches/4.0/MgDev/stampassemblies.bat
Log:
Stamp Viewer and Viewer.Portable projects too
Modified: branches/4.0/MgDev/stampassemblies.bat
===================================================================
--- branches/4.0/MgDev/stampassemblies.bat 2025-09-08 09:43:37 UTC (rev 10185)
+++ branches/4.0/MgDev/stampassemblies.bat 2025-09-11 08:59:13 UTC (rev 10186)
@@ -20,6 +20,12 @@
pushd "%CD%\Bindings\src\Managed\DotNet\OSGeo.MapGuide.Portable"
SetAssemblyVersion.exe -set:%1 OSGeo.MapGuide.Portable.csproj
popd
+pushd "%CD%\Portable\OSGeo.MapGuide.Viewer"
+SetAssemblyVersion.exe -set:%1 OSGeo.MapGuide.Viewer.csproj
+popd
+pushd "%CD%\Portable\OSGeo.MapGuide.Viewer.Portable"
+SetAssemblyVersion.exe -set:%1 OSGeo.MapGuide.Viewer.Portable.csproj
+popd
echo Stamping version %VERSION% to all instances of AssemblyInfo.cs
pushd "%CD%\Bindings\src\Managed\DotNet\OSGeo.MapGuide.Foundation\Properties"
SetAssemblyVersion.exe -set:%1 AssemblyInfo.cs
More information about the mapguide-commits
mailing list