[mapguide-commits] r6040 - in trunk/Tools/Maestro: . Maestro
Properties
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Fri Aug 5 10:21:17 EDT 2011
Author: jng
Date: 2011-08-05 07:21:17 -0700 (Fri, 05 Aug 2011)
New Revision: 6040
Modified:
trunk/Tools/Maestro/Maestro/changelog.txt
trunk/Tools/Maestro/Properties/GlobalAssemblyInfo.cs
trunk/Tools/Maestro/build.bat
Log:
Prepare 3.5 beta 2 release.
Modified: trunk/Tools/Maestro/Maestro/changelog.txt
===================================================================
--- trunk/Tools/Maestro/Maestro/changelog.txt 2011-08-05 11:57:17 UTC (rev 6039)
+++ trunk/Tools/Maestro/Maestro/changelog.txt 2011-08-05 14:21:17 UTC (rev 6040)
@@ -9,9 +9,11 @@
- Show resources in sorted order in the Resource Picker
- Map Definition Editor now supports re-arranging the logical order of Map Groups
- Resource Picker now remembers last selected folder for most resource selection operations
+ - Editors now support in-place upgrade of resources to the latest schema version supported
- Productivity enhancements
- New name for Rename dialog defaults to current name and field is focused
- New Setup Standard Folder Structure command
+ - API: Support for converting resources to a specified version
- API: TF.net dependency replaced with NetToplogySuite. References and namespaces need to be updated in consuming applications
- Fix: Changed Migrate Resources to Copy/Move resources command for multiple resource selection context menu
- Fix: When renaming a group in the Map Definition Editor, layers belonging to it didn't have their references updated
Modified: trunk/Tools/Maestro/Properties/GlobalAssemblyInfo.cs
===================================================================
--- trunk/Tools/Maestro/Properties/GlobalAssemblyInfo.cs 2011-08-05 11:57:17 UTC (rev 6039)
+++ trunk/Tools/Maestro/Properties/GlobalAssemblyInfo.cs 2011-08-05 14:21:17 UTC (rev 6040)
@@ -35,5 +35,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("3.5.0.5977")]
-[assembly: AssemblyFileVersion("3.5.0.5977")]
+[assembly: AssemblyVersion("3.5.0.6040")]
+[assembly: AssemblyFileVersion("3.5.0.6040")]
Modified: trunk/Tools/Maestro/build.bat
===================================================================
--- trunk/Tools/Maestro/build.bat 2011-08-05 11:57:17 UTC (rev 6039)
+++ trunk/Tools/Maestro/build.bat 2011-08-05 14:21:17 UTC (rev 6040)
@@ -2,7 +2,7 @@
SET TYPEACTION=build
SET TYPEBUILD=Release
SET PLATFORM=Any CPU
-SET RELEASE_VERSION=3.5.0
+SET RELEASE_VERSION=3.5b2
SET OLDPATH=%PATH%
SET PATH=%PATH%;%CD%\Thirdparty\NSIS;C:\Windows\Microsoft.NET\Framework\v3.5
SET SLNDIR=%CD%
More information about the mapguide-commits
mailing list