Skip to content

Commit 873d74f

Browse files
Merge pull request #181 from syncfusion-content/EXT-185908
WinForms and WPF Template Studio UG Improvements
2 parents 3cd26aa + 855b44d commit 873d74f

File tree

2 files changed

+52
-10
lines changed

2 files changed

+52
-10
lines changed

Extension/WPF-Extension/Template-Studio.md

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,32 @@ In the **Project Details** section, you can modify configurations and project ty
124124

125125

126126
> The .NET 6.0, .NET 7.0, and .NET 8.0 options will be available in the Select a framework version dropdown only if the respective .NET SDKs are installed on your system. The table below outlines the .NET versions, the specific product versions from which they are available, and the Visual Studio versions that support them:
127-
> | .NET Version | Available From Version | Supported from Visual Studio |
128-
> |--------------|------------------------|-----------------------------|
129-
> | .NET 6.0 | v19.4.0.38 | Visual Studio 2022 |
130-
> | .NET 7.0 | v20.4.0.38 | Visual Studio 2022 |
131-
> | .NET 8.0 | v23.2.4 | Visual Studio 2022 |
127+
> <table>
128+
> <thead>
129+
> <tr>
130+
> <th>.NET Version</th>
131+
> <th>Available From Version</th>
132+
> <th>Supported from Visual Studio</th>
133+
> </tr>
134+
> </thead>
135+
> <tbody>
136+
> <tr>
137+
> <td>.NET 6.0</td>
138+
> <td>v19.4.0.38</td>
139+
> <td>Visual Studio 2022</td>
140+
> </tr>
141+
> <tr>
142+
> <td>.NET 7.0</td>
143+
> <td>v20.4.0.38</td>
144+
> <td>Visual Studio 2022</td>
145+
> </tr>
146+
> <tr>
147+
> <td>.NET 8.0</td>
148+
> <td>v23.2.4</td>
149+
> <td>Visual Studio 2022</td>
150+
> </tr>
151+
> </tbody>
152+
> </table>
132153
133154
13. Then, Syncfusion licensing registration required message box will be shown if you installed the trial setup or NuGet packages since Syncfusion introduced the licensing system from 2018 Volume 2 (v16.2.0.41) Essential Studio release. Navigate to the [help topic](https://help.syncfusion.com/common/essential-studio/licensing/overview#how-to-generate-syncfusion-license-key), which is shown in the licensing message box to generate and register the Syncfusion license key to your project. Refer to this [blog](https://www.syncfusion.com/blogs/post/whats-new-in-2018-volume-2.aspx) post for understanding the licensing changes introduced in Essential Studio.
134155

Extension/WindowsForms-Extension/Template-Studio.md

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,32 @@ Here's a simple explanation:
125125
![Resources](Template-Studio-Images/Resources.png)
126126

127127
> The .NET 6.0, .NET 7.0, and .NET 8.0 options will be available in the Select a framework version dropdown only if the respective .NET SDKs are installed on your system. The table below outlines the .NET versions, the specific product versions from which they are available, and the Visual Studio versions that support them:
128-
> | .NET Version | Available From Version | Supported from Visual Studio |
129-
> |--------------|------------------------|-----------------------------|
130-
> | .NET 6.0 | v19.4.0.38 | Visual Studio 2022 |
131-
> | .NET 7.0 | v20.4.0.38 | Visual Studio 2022 |
132-
> | .NET 8.0 | v23.2.4 | Visual Studio 2022 |
128+
> <table>
129+
> <thead>
130+
> <tr>
131+
> <th>.NET Version</th>
132+
> <th>Available From Version</th>
133+
> <th>Supported from Visual Studio</th>
134+
> </tr>
135+
> </thead>
136+
> <tbody>
137+
> <tr>
138+
> <td>.NET 6.0</td>
139+
> <td>v19.4.0.38</td>
140+
> <td>Visual Studio 2022</td>
141+
> </tr>
142+
> <tr>
143+
> <td>.NET 7.0</td>
144+
> <td>v20.4.0.38</td>
145+
> <td>Visual Studio 2022</td>
146+
> </tr>
147+
> <tr>
148+
> <td>.NET 8.0</td>
149+
> <td>v23.2.4</td>
150+
> <td>Visual Studio 2022</td>
151+
> </tr>
152+
> </tbody>
153+
> </table>
133154
134155
13. If you install the trial setup or NuGet packages from nuget.org, you must register the Syncfusion license key to your application since Syncfusion introduced the licensing system from the 2018 Volume 2 (v16.2.0.41) Essential Studio release. Navigate to the [help topic](https://help.syncfusion.com/common/essential-studio/licensing/overview#how-to-generate-syncfusion-license-key) to generate and register the Syncfusion license key to your application. Refer to this [blog](https://www.syncfusion.com/blogs/post/whats-new-in-2018-volume-2.aspx) post for understanding the licensing changes introduced in Essential Studio.
135156

0 commit comments

Comments
 (0)