[mapguide-commits] r6071 - in trunk/Tools/Maestro: . Maestro
Properties SDK
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Mon Aug 15 06:43:18 EDT 2011
Author: jng
Date: 2011-08-15 03:43:18 -0700 (Mon, 15 Aug 2011)
New Revision: 6071
Added:
trunk/Tools/Maestro/SDK/sdk_changelog.txt
Modified:
trunk/Tools/Maestro/Maestro/changelog.txt
trunk/Tools/Maestro/Properties/GlobalAssemblyInfo.cs
trunk/Tools/Maestro/build.bat
Log:
Prep 3.5.0 final release
Modified: trunk/Tools/Maestro/Maestro/changelog.txt
===================================================================
--- trunk/Tools/Maestro/Maestro/changelog.txt 2011-08-15 10:29:17 UTC (rev 6070)
+++ trunk/Tools/Maestro/Maestro/changelog.txt 2011-08-15 10:43:18 UTC (rev 6071)
@@ -5,6 +5,7 @@
- Map Extent calculation now is done through an informative progress dialog
- New symbol definition validation rules
- Added Proj.Net shortcut to support the WGS84.PseudoMercator coordinate system (note that results are not exactly the same as MgCoordinateSystem/CS-Map, but produces approximate results for purposes of setting Map Definition extents)
+ - Update layer editor to handle multiple composite styles per vector scale range
3.5 beta 2
----------
Modified: trunk/Tools/Maestro/Properties/GlobalAssemblyInfo.cs
===================================================================
--- trunk/Tools/Maestro/Properties/GlobalAssemblyInfo.cs 2011-08-15 10:29:17 UTC (rev 6070)
+++ trunk/Tools/Maestro/Properties/GlobalAssemblyInfo.cs 2011-08-15 10:43:18 UTC (rev 6071)
@@ -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.6040")]
-[assembly: AssemblyFileVersion("3.5.0.6040")]
+[assembly: AssemblyVersion("3.5.0.6071")]
+[assembly: AssemblyFileVersion("3.5.0.6071")]
Added: trunk/Tools/Maestro/SDK/sdk_changelog.txt
===================================================================
--- trunk/Tools/Maestro/SDK/sdk_changelog.txt (rev 0)
+++ trunk/Tools/Maestro/SDK/sdk_changelog.txt 2011-08-15 10:43:18 UTC (rev 6071)
@@ -0,0 +1,16 @@
+3.5
+---
+
+- New Desktop Samples
+ - StandaloneWebLayoutEditor
+
+3.1
+---
+
+- Initial SDK release
+ - Desktop Samples
+ - DrawMap
+ - DwfInspector
+ - QueryFeatureSource
+ - SchemaViewer
+ - Web Sample
\ No newline at end of file
Modified: trunk/Tools/Maestro/build.bat
===================================================================
--- trunk/Tools/Maestro/build.bat 2011-08-15 10:29:17 UTC (rev 6070)
+++ trunk/Tools/Maestro/build.bat 2011-08-15 10:43:18 UTC (rev 6071)
@@ -2,7 +2,7 @@
SET TYPEACTION=build
SET TYPEBUILD=Release
SET PLATFORM=Any CPU
-SET RELEASE_VERSION=3.5b2
+SET RELEASE_VERSION=3.5.0
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