[mapguide-commits] r10148 - branches/4.0/MgDev

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu Jun 5 07:40:00 PDT 2025


Author: jng
Date: 2025-06-05 07:39:58 -0700 (Thu, 05 Jun 2025)
New Revision: 10148

Modified:
   branches/4.0/MgDev/stampassemblies.bat
Log:
Fix paths due to MgPortable restructuring

Modified: branches/4.0/MgDev/stampassemblies.bat
===================================================================
--- branches/4.0/MgDev/stampassemblies.bat	2025-05-27 09:53:31 UTC (rev 10147)
+++ branches/4.0/MgDev/stampassemblies.bat	2025-06-05 14:39:58 UTC (rev 10148)
@@ -39,9 +39,9 @@
 pushd "%CD%\Portable\MgAppLayout\Properties"
 SetAssemblyVersion.exe -set:%1 AssemblyInfo.cs
 popd
-pushd "%CD%\Portable\MapViewer\Properties"
+pushd "%CD%\Portable\OSGeo.MapGuide.Viewer\Properties"
 SetAssemblyVersion.exe -set:%1 AssemblyInfo.cs
 popd
-pushd "%CD%\Portable\MapViewer.Desktop\Properties"
+pushd "%CD%\Portable\OSGeo.MapGuide.Viewer.Portable\Properties"
 SetAssemblyVersion.exe -set:%1 AssemblyInfo.cs
 popd
\ No newline at end of file



More information about the mapguide-commits mailing list