Skip to content

Source code document changes #735

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jul 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ cd {ProgramFilesFolder}\Syncfusion\Essential Studio\Source Code Add On\{versio

![Package Generator](Source-code-images/pack-generator.png)

2.Make sure that you have installed **Node.js version 16.20.0** or above on your machine. If not, install Node.js from [here](https://nodejs.org/en/download/package-manager).
2.Make sure that you have installed **Node.js version 16.20.0** or above on your machine. If not, install Node.js from [here](https://nodejs.org/en/download).

3.Run the below command in the command prompt to install the required packages.

Expand Down Expand Up @@ -191,13 +191,17 @@ This window contains several sections.

**1. Framework Version**

The Framework Version group box has five options: .NET 4.0, .NET 4.5, .NET 4.5.1, .NET 4.6 and NET 6.0.
The Framework Version group box has five options: .NET 4.6, .NET 4.6.2, NET 6.0, NET 8.0 and NET 9.0.

* When .NET 6.0 is installed in your system, the NET 6.0 option is selected by default.

* When Visual Studio 2017 is not installed in your system, the .NET 4.6 option is selected by default.
* When .NET 8.0 is installed in your system, the NET 8.0 option is selected by default.

* When .NET 9.0 is installed in your system, the NET 9.0 option is selected by default.

* When Visual Studio 2012 is not installed in your system, the .NET 4.0 option is selected by default.
* When Visual Studio 2022 is installed in your system, the .NET 9.0 option is selected by default.

* When Visual Studio 2017 is not installed in your system, the .NET 4.6 option is selected by default.

You can change the default option by clicking the other button. The version of the .NET Framework that the assemblies should be built with is specified here and is used automatically to rebuild the assemblies.

Expand Down