Skip to content

Commit 2cfc266

Browse files
authored
Bump changelog and version (#18)
* Added v.2.0 to the changelog * Bump version to 0.2.0 in csproj files
1 parent 4e171f9 commit 2cfc266

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
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.

WinPath.Updater/WinPath.Updater.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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

WinPath/WinPath.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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

0 commit comments

Comments
 (0)