Skip to content

Commit 396717f

Browse files
github-actions[bot]Jo Shields
andauthored
[release/6.0] Revise descriptions of VS workloads, and add missing ones (#60835)
* Revise descriptions of VS workloads, and add missing ones * typo Co-authored-by: Jo Shields <[email protected]>
1 parent e4d74c5 commit 396717f

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

src/workloads/workloads.csproj

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,24 +52,36 @@
5252
<ItemGroup>
5353
<!-- Overrides for Visual Studio setup generation. If the workload definition IDs change,
5454
these must be updated. -->
55+
<ComponentResources Include="microsoft-net-runtime-mono-tooling" Title=".NET Shared Mobile Build Tools"
56+
Description="Shared build tasks for mobile platform development."/>
5557
<ComponentResources Include="wasm-tools" Title=".NET WebAssembly Build Tools"
5658
Description="Build tools for WebAssembly ahead-of-time (AoT) compilation and native linking."/>
5759
<ComponentResources Include="microsoft-net-runtime-android" Title=".NET Android Build Tools"
5860
Description="Build tools for Android compilation and native linking."/>
5961
<ComponentResources Include="microsoft-net-runtime-android-aot" Title=".NET Android Build Tools (AoT)"
6062
Description="Build tools for Android ahead-of-time (AoT) compilation and native linking."/>
61-
<ComponentResources Include="runtimes-ios" Title=".NET iOS Build Tools"
63+
<ComponentResources Include="microsoft-net-runtime-ios" Title=".NET iOS Build Tools"
6264
Description="Build tools for iOS compilation and native linking."/>
63-
<ComponentResources Include="runtimes-tvos" Title=".NET tvOS Build Tools"
65+
<ComponentResources Include="microsoft-net-runtime-tvos" Title=".NET tvOS Build Tools"
6466
Description="Build tools for tvOS compilation and native linking."/>
65-
<ComponentResources Include="runtimes-maccatalyst" Title=".NET Mac Catalyst Build Tools"
67+
<ComponentResources Include="microsoft-net-runtime-maccatalyst" Title=".NET Mac Catalyst Build Tools"
6668
Description="Build tools for Mac Catalyst compilation and native linking."/>
69+
<ComponentResources Include="runtimes-ios" Title=".NET iOS Runtimes"
70+
Description=".NET runtime components for iOS execution."/>
71+
<ComponentResources Include="runtimes-tvos" Title=".NET tvOS Build Tools"
72+
Description=".NET runtime components for tvOS execution."/>
73+
<ComponentResources Include="runtimes-maccatalyst" Title=".NET Mac Catalyst Build Tools"
74+
Description=".NET runtime components for Mac Catalyst execution."/>
6775

6876
<!-- Visual Studio components must be versioned. Build tasks will fall back to cobbling a version number from
6977
the manifest information unless it's overridden. -->
78+
<ComponentVersions Include="microsoft-net-runtime-mono-tooling" Version="$(FileVersion)" />
7079
<ComponentVersions Include="wasm-tools" Version="$(FileVersion)" />
7180
<ComponentVersions Include="microsoft-net-runtime-android" Version="$(FileVersion)" />
7281
<ComponentVersions Include="microsoft-net-runtime-android-aot" Version="$(FileVersion)" />
82+
<ComponentVersions Include="microsoft-net-runtime-ios" Version="$(FileVersion)" />
83+
<ComponentVersions Include="microsoft-net-runtime-tvos" Version="$(FileVersion)" />
84+
<ComponentVersions Include="microsoft-net-runtime-maccatalyst" Version="$(FileVersion)" />
7385
<ComponentVersions Include="runtimes-ios" Version="$(FileVersion)" />
7486
<ComponentVersions Include="runtimes-tvos" Version="$(FileVersion)" />
7587
<ComponentVersions Include="runtimes-maccatalyst" Version="$(FileVersion)" />

0 commit comments

Comments
 (0)