File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## WIP
3+ ## [ v0.2.0 ] ( https://github.com/ANF-Studios/WinPath/releases/tag/0.2.0 )
44* Fix typo in help command (help text of system flag).
55* Added update command.
66* Moved add to path option to its own section (` winpath add ` ).
77* Fix typo in help text of update command's command line flag.
8+ * Set up CI/CD properly.
9+ * Created solution file.
10+ * Added tests (project).
11+ * Created ` SECURITY.md ` file.
12+ * Created WinPath.Updater project which helps updating WinPath.
813
914## [ v0.1.0] ( https://github.com/ANF-Studios/WinPath/releases/tag/0.1.0 )
1015* Basic feature; can add user Path variables.
Original file line number Diff line number Diff line change 44 <OutputType >Exe</OutputType >
55 <TargetFramework >net5.0</TargetFramework >
66 <PublishReadyToRun >true</PublishReadyToRun >
7- <Version >0.1 .0</Version >
7+ <Version >0.2 .0</Version >
88 <Authors >ANF-Studios</Authors >
99 <Description >WinPath's Update manager!</Description >
1010
Original file line number Diff line number Diff line change 44 <OutputType >Exe</OutputType >
55 <TargetFramework >net5.0</TargetFramework >
66 <PublishReadyToRun >true</PublishReadyToRun >
7- <Version >0.1 .0</Version >
7+ <Version >0.2 .0</Version >
88 <Authors >ANF-Studios</Authors >
99 <Description >A simple tool to add variables to your Path!</Description >
1010
You can’t perform that action at this time.
0 commit comments