[release/6.0] Revise descriptions of VS workloads, and add missing ones (#60835)
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Tue, 9 Nov 2021 18:20:10 +0000 (10:20 -0800)
committerGitHub <noreply@github.com>
Tue, 9 Nov 2021 18:20:10 +0000 (10:20 -0800)
* Revise descriptions of VS workloads, and add missing ones

* typo

Co-authored-by: Jo Shields <joshield@microsoft.com>
src/workloads/workloads.csproj

index d6495e0b535b9018be5ac78e0aa8d77dc90e3f17..f64d641604674d04bca4891b35c88d4f5fcee4bf 100644 (file)
     <ItemGroup>
       <!-- Overrides for Visual Studio setup generation. If the workload definition IDs change,
            these must be updated. -->
+      <ComponentResources Include="microsoft-net-runtime-mono-tooling" Title=".NET Shared Mobile Build Tools"
+                          Description="Shared build tasks for mobile platform development."/>
       <ComponentResources Include="wasm-tools" Title=".NET WebAssembly Build Tools"
                           Description="Build tools for WebAssembly ahead-of-time (AoT) compilation and native linking."/>
       <ComponentResources Include="microsoft-net-runtime-android" Title=".NET Android Build Tools"
                           Description="Build tools for Android compilation and native linking."/>
       <ComponentResources Include="microsoft-net-runtime-android-aot" Title=".NET Android Build Tools (AoT)"
                           Description="Build tools for Android ahead-of-time (AoT) compilation and native linking."/>
-      <ComponentResources Include="runtimes-ios" Title=".NET iOS Build Tools"
+      <ComponentResources Include="microsoft-net-runtime-ios" Title=".NET iOS Build Tools"
                           Description="Build tools for iOS compilation and native linking."/>
-      <ComponentResources Include="runtimes-tvos" Title=".NET tvOS Build Tools"
+      <ComponentResources Include="microsoft-net-runtime-tvos" Title=".NET tvOS Build Tools"
                           Description="Build tools for tvOS compilation and native linking."/>
-      <ComponentResources Include="runtimes-maccatalyst" Title=".NET Mac Catalyst Build Tools"
+      <ComponentResources Include="microsoft-net-runtime-maccatalyst" Title=".NET Mac Catalyst Build Tools"
                           Description="Build tools for Mac Catalyst compilation and native linking."/>
+      <ComponentResources Include="runtimes-ios" Title=".NET iOS Runtimes"
+                          Description=".NET runtime components for iOS execution."/>
+      <ComponentResources Include="runtimes-tvos" Title=".NET tvOS Build Tools"
+                          Description=".NET runtime components for tvOS execution."/>
+      <ComponentResources Include="runtimes-maccatalyst" Title=".NET Mac Catalyst Build Tools"
+                          Description=".NET runtime components for Mac Catalyst execution."/>
 
       <!-- Visual Studio components must be versioned. Build tasks will fall back to cobbling a version number from
            the manifest information unless it's overridden. -->
+      <ComponentVersions Include="microsoft-net-runtime-mono-tooling" Version="$(FileVersion)" />
       <ComponentVersions Include="wasm-tools" Version="$(FileVersion)" />
       <ComponentVersions Include="microsoft-net-runtime-android" Version="$(FileVersion)" />
       <ComponentVersions Include="microsoft-net-runtime-android-aot" Version="$(FileVersion)" />
+      <ComponentVersions Include="microsoft-net-runtime-ios" Version="$(FileVersion)" />
+      <ComponentVersions Include="microsoft-net-runtime-tvos" Version="$(FileVersion)" />
+      <ComponentVersions Include="microsoft-net-runtime-maccatalyst" Version="$(FileVersion)" />
       <ComponentVersions Include="runtimes-ios" Version="$(FileVersion)" />
       <ComponentVersions Include="runtimes-tvos" Version="$(FileVersion)" />
       <ComponentVersions Include="runtimes-maccatalyst" Version="$(FileVersion)" />