Skip to content

Commit 11670ae

Browse files
committed
2 parents 0d82990 + 6083c5e commit 11670ae

File tree

1 file changed

+18
-14
lines changed

1 file changed

+18
-14
lines changed

README.md

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,27 @@ You can use this tool to modify project file information or manage version infor
77

88
## How to use
99

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

12-
## License
13-
--------------
14-
Apache License Version 2.0
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, use Visual Studio or Visual Studio Code to open the `Senparc.ProjectFileManager.sln` file. You can modify the code and compile the program by yourself.
1521

16-
```
17-
Copyright 2019 Jeffrey Su & Suzhou Senparc Network Technology Co.,Ltd.
22+
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.
1823

19-
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
20-
except in compliance with the License. You may obtain a copy of the License at
24+
This is also a project where you can learn the .NET Core and WPF program code.
2125

22-
http://www.apache.org/licenses/LICENSE-2.0
26+
You are welcome to contribute your own code.
27+
28+
29+
## License
30+
31+
Apache License Version 2.0
2332

24-
Unless required by applicable law or agreed to in writing, software distributed under the
25-
License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
26-
either express or implied. See the License for the specific language governing permissions
27-
and limitations under the License.
28-
```
2933
Detail: https://github.com/Senparc/ProjectFileManager/blob/master/LICENSE

0 commit comments

Comments
 (0)