You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-14Lines changed: 18 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,23 +7,27 @@ You can use this tool to modify project file information or manage version infor
7
7
8
8
## How to use
9
9
10
-
<imgsrc="images/how-to-use/how-to-use.gif" />
10
+
<imgsrc="./images/how-to-use/how-to-use.gif" />
11
11
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.
15
21
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.
18
23
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.
21
25
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
23
32
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
0 commit comments