Skip to content

Commit

Permalink
Released version 0.4.0 to NuGet.
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferStrube committed Oct 23, 2024
1 parent 94a2105 commit 80b75fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.0] - 2024-10-23
### Changed
- Changed so that `MediaDevices` made from `MediaDevicesService` are marked as `DisposesJSReference`.
- Changed the version of `Blazor.DOM` to use the newest version which is `0.3.0`.

## [0.3.0] - 2024-08-25
### Added
- Added `IJSWrapperConverter` decoration to all `IJSWrapper` types so that they can be parsed directly in JSInterop.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<RepositoryUrl>https://github.com/KristofferStrube/Blazor.MediaCaptureStreams</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageVersion>0.3.0</PackageVersion>
<PackageVersion>0.4.0</PackageVersion>
<Authors>Kristoffer Strube</Authors>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIcon>icon.png</PackageIcon>
Expand Down

0 comments on commit 80b75fe

Please sign in to comment.