Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DevToys.ExtensionKit/DevToys.ExtensionKit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<!-- NuGet package -->
<IsPackable>true</IsPackable>
<Version>1.1.0</Version>
<Version>1.2.0</Version>
<Title>DevToys.ExtensionKit</Title>
<Description>Add extended utilities such as Chmod, IPAddress, etc.</Description>
<PackageProjectUrl>https://github.com/yui10/DevToys.ExtensionKit</PackageProjectUrl>
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ Issues and feedback are welcome in the [Issues section of the GitHub repository]
Pull requests are also welcome.

## Release Notes
[1.2.0]
- Added Wifi QR Code Generator tool.
- Added Unicode Encoder/Decoder tool.
[1.1.0]
- Improved the output of the network partitioning function in the IP Address Parser Tool.
- Fixed ChmodCalculator UI to be easier to read.
Expand Down
Loading