Skip to content

Commit def70c3

Browse files
authored
Update README.md
1 parent da0940b commit def70c3

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,23 @@ You can use this tool to modify project file information or manage version infor
99

1010
<img src="./images/how-to-use/how-to-use.gif" />
1111

12+
## Use .exe Application Directly
13+
14+
1. Open [Release Page](https://github.com/Senparc/ProjectFileManager/releases), download the program package from Assets, such as: `Senparc.ProjectFileManager_0.1.0.zip`.
15+
16+
2. Unzip the file and execute `Senparc.ProjectFileManager.exe` file.
17+
18+
## Use Source Code
19+
20+
All the source code is in the [/src](/src) floder, you can modify the code and compile the program by yourself. This is also a project where you can learn the .NET Core and WPF program code.
21+
22+
Use Visual Studio or Visual Studio Code to open the `Senparc.ProjectFileManager.sln` file.
23+
24+
The project is based on .NET Core 3.1 + WPF, so you need to install [.NET Core 3.1 SDK](https://dotnet.microsoft.com/download/dotnet-core/thank-you/sdk-3.1.101-windows-x64-installer) (or higher) before compile the program.
25+
26+
You are welcome to contribute your own code.
27+
28+
1229
## License
1330

1431
Apache License Version 2.0

0 commit comments

Comments
 (0)