Skip to content

Commit

Permalink
Released version 0.3.0 to NuGet.
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferStrube committed Mar 31, 2024
1 parent 147dcf3 commit 527c1e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.3.0] - 2024-03-31
### Fixed
- Fixed that `CompleteWithoutCloseMenuItem` would index out of bounds when used.
- Fixed that the `Text` shape had no estimate for its `SelectionPoints`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<RepositoryUrl>https://github.com/KristofferStrube/Blazor.SVGEditor</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageVersion>0.2.1</PackageVersion>
<PackageVersion>0.3.0</PackageVersion>
<Authors>Kristoffer Strube</Authors>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIcon>icon.png</PackageIcon>
Expand Down

0 comments on commit 527c1e8

Please sign in to comment.