From 80b75fe82f94e5a1764d30c1372b8fa459a4bd69 Mon Sep 17 00:00:00 2001 From: KristofferStrube Date: Wed, 23 Oct 2024 22:41:22 +0200 Subject: [PATCH] Released version 0.4.0 to NuGet. --- CHANGELOG.md | 5 +++++ .../KristofferStrube.Blazor.MediaCaptureStreams.csproj | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3970ec7..1615466 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/src/KristofferStrube.Blazor.MediaCaptureStreams/KristofferStrube.Blazor.MediaCaptureStreams.csproj b/src/KristofferStrube.Blazor.MediaCaptureStreams/KristofferStrube.Blazor.MediaCaptureStreams.csproj index e50e5f7..1162bcd 100644 --- a/src/KristofferStrube.Blazor.MediaCaptureStreams/KristofferStrube.Blazor.MediaCaptureStreams.csproj +++ b/src/KristofferStrube.Blazor.MediaCaptureStreams/KristofferStrube.Blazor.MediaCaptureStreams.csproj @@ -11,7 +11,7 @@ https://github.com/KristofferStrube/Blazor.MediaCaptureStreams git MIT - 0.3.0 + 0.4.0 Kristoffer Strube README.md icon.png