[mapguide-commits] r10169 - in branches/4.0/MgDev: Bindings/src/Managed/DotNet/OSGeo.MapGuide.Portable Portable/OSGeo.MapGuide.Viewer Portable/OSGeo.MapGuide.Viewer.Portable

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Sat Aug 9 11:55:08 PDT 2025


Author: jng
Date: 2025-08-09 11:55:08 -0700 (Sat, 09 Aug 2025)
New Revision: 10169

Modified:
   branches/4.0/MgDev/Bindings/src/Managed/DotNet/OSGeo.MapGuide.Portable/OSGeo.MapGuide.Portable.csproj
   branches/4.0/MgDev/Portable/OSGeo.MapGuide.Viewer.Portable/OSGeo.MapGuide.Viewer.Portable.csproj
   branches/4.0/MgDev/Portable/OSGeo.MapGuide.Viewer/OSGeo.MapGuide.Viewer.csproj
Log:
Update portable package metadata

Modified: branches/4.0/MgDev/Bindings/src/Managed/DotNet/OSGeo.MapGuide.Portable/OSGeo.MapGuide.Portable.csproj
===================================================================
--- branches/4.0/MgDev/Bindings/src/Managed/DotNet/OSGeo.MapGuide.Portable/OSGeo.MapGuide.Portable.csproj	2025-08-09 18:35:45 UTC (rev 10168)
+++ branches/4.0/MgDev/Bindings/src/Managed/DotNet/OSGeo.MapGuide.Portable/OSGeo.MapGuide.Portable.csproj	2025-08-09 18:55:08 UTC (rev 10169)
@@ -15,6 +15,7 @@
     <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
     <PackageLicenseExpression></PackageLicenseExpression>
     <PackageLicenseFile>License.txt</PackageLicenseFile>
+    <Description>A portable implementation of the MapGuide platform and APIs for use in console/desktop applications.</Description>
   </PropertyGroup>
 
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">

Modified: branches/4.0/MgDev/Portable/OSGeo.MapGuide.Viewer/OSGeo.MapGuide.Viewer.csproj
===================================================================
--- branches/4.0/MgDev/Portable/OSGeo.MapGuide.Viewer/OSGeo.MapGuide.Viewer.csproj	2025-08-09 18:35:45 UTC (rev 10168)
+++ branches/4.0/MgDev/Portable/OSGeo.MapGuide.Viewer/OSGeo.MapGuide.Viewer.csproj	2025-08-09 18:55:08 UTC (rev 10169)
@@ -6,11 +6,15 @@
     <DebugType>portable</DebugType>
 	<UseWindowsForms>true</UseWindowsForms>
     <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
+	<Version>4.0.0.0</Version>
     <PackageProjectUrl>https://mapguide.osgeo.org/</PackageProjectUrl>
     <RepositoryUrl>https://mapguide.osgeo.org/</RepositoryUrl>
     <PackageIconUrl>https://mapguide.osgeo.org/</PackageIconUrl>
     <PackageTags>MapGuide GIS Geospatial Maps</PackageTags>
     <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
+	<PackageLicenseExpression></PackageLicenseExpression>
+    <PackageLicenseFile>License.txt</PackageLicenseFile>
+    <Description>Base WinForms viewer component package for MapGuide</Description>
   </PropertyGroup>
 
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
@@ -20,11 +24,27 @@
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
     <NoWarn>1701;1702;CA1416</NoWarn>
   </PropertyGroup>
+	
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
+    <OutputPath>..\..\packages\DotNet\Release</OutputPath>
+    <DocumentationFile>..\..\packages\DotNet\Release\OSGeo.MapGuide.Viewer.xml</DocumentationFile>
+  </PropertyGroup>
 
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
+    <OutputPath>..\..\packages\DotNet\Debug</OutputPath>
+  </PropertyGroup>
+
   <ItemGroup>
     <PackageReference Include="System.Drawing.Common" Version="6.0.0" />
     <PackageReference Include="System.Resources.Extensions" Version="6.0.0" />
   </ItemGroup>
+	
+  <ItemGroup>
+    <None Include="..\..\License.txt">
+      <Pack>True</Pack>
+      <PackagePath></PackagePath>
+    </None>
+  </ItemGroup>
 
   <ItemGroup>
     <ProjectReference Include="..\..\Bindings\src\Managed\DotNet\OSGeo.MapGuide.Foundation\OSGeo.MapGuide.Foundation.csproj" />

Modified: branches/4.0/MgDev/Portable/OSGeo.MapGuide.Viewer.Portable/OSGeo.MapGuide.Viewer.Portable.csproj
===================================================================
--- branches/4.0/MgDev/Portable/OSGeo.MapGuide.Viewer.Portable/OSGeo.MapGuide.Viewer.Portable.csproj	2025-08-09 18:35:45 UTC (rev 10168)
+++ branches/4.0/MgDev/Portable/OSGeo.MapGuide.Viewer.Portable/OSGeo.MapGuide.Viewer.Portable.csproj	2025-08-09 18:55:08 UTC (rev 10169)
@@ -5,14 +5,34 @@
     <ImplicitUsings>enable</ImplicitUsings>
 	<DebugType>portable</DebugType>
     <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
+	<Version>4.0.0.0</Version>
     <PackageProjectUrl>https://mapguide.osgeo.org/</PackageProjectUrl>
     <RepositoryUrl>https://mapguide.osgeo.org/</RepositoryUrl>
     <PackageIconUrl>https://mapguide.osgeo.org/</PackageIconUrl>
     <PackageTags>MapGuide GIS Geospatial Maps</PackageTags>
     <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
+	<PackageLicenseExpression></PackageLicenseExpression>
+    <PackageLicenseFile>License.txt</PackageLicenseFile>
+    <Description>Integrates the WinForms viewer package with MapGuide Portable</Description>
   </PropertyGroup>
 
   <ItemGroup>
+    <None Include="..\..\License.txt">
+      <Pack>True</Pack>
+      <PackagePath></PackagePath>
+    </None>
+  </ItemGroup>
+	
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
+    <OutputPath>..\..\packages\DotNet\Release</OutputPath>
+    <DocumentationFile>..\..\packages\DotNet\Release\OSGeo.MapGuide.Viewer.Portable.xml</DocumentationFile>
+  </PropertyGroup>
+
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
+    <OutputPath>..\..\packages\DotNet\Debug</OutputPath>
+  </PropertyGroup>
+	
+  <ItemGroup>
     <ProjectReference Include="..\..\Bindings\src\Managed\DotNet\OSGeo.MapGuide.Portable\OSGeo.MapGuide.Portable.csproj" />
     <ProjectReference Include="..\OSGeo.MapGuide.Viewer\OSGeo.MapGuide.Viewer.csproj" />
   </ItemGroup>



More information about the mapguide-commits mailing list