Skip to content

Commit

Permalink
Prepare 2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
seclerp committed Nov 7, 2024
1 parent a03d6b0 commit c4ba7d0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.0.0]

### Changed

- Replace `Netwonsoft.Json` with `System.Text.Json` (#6 by @y0ung3r)

## [1.3.0]

### Added
Expand Down Expand Up @@ -62,7 +68,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release

[Unreleased]: https://github.com/seclerp/dotnet-chrome-protocol/compare/1.3.0...HEAD
[Unreleased]: https://github.com/seclerp/dotnet-chrome-protocol/compare/2.0.0...HEAD
[2.0.0]: https://github.com/seclerp/dotnet-chrome-protocol/compare/1.3.0...2.0.0
[1.3.0]: https://github.com/seclerp/dotnet-chrome-protocol/compare/1.2.3...1.3.0
[1.2.3]: https://github.com/seclerp/dotnet-chrome-protocol/compare/1.2.2...1.2.3
[1.2.2]: https://github.com/seclerp/dotnet-chrome-protocol/compare/1.2.1...1.2.2
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<!-- Global project and StyleCop Analyzers configuration -->
<PropertyGroup>
<Version>1.3.0</Version>
<Version>2.0.0</Version>
<Authors>seclerp</Authors>
<RepositoryUrl>https://github.com/seclerp/dotnet-chrome-protocol</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down

0 comments on commit c4ba7d0

Please sign in to comment.