generated from KinsonDigital/CSharpLibTemplateRepo
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🚀Preview Release (v1.0.0-preview.18) (#204)
* start work for preview release * release: updated version to v1.0.0-preview.18 * release: create release notes for version v1.0.0-preview.18 * release: improved release notes for version v1.0.0-preview.18
- Loading branch information
1 parent
ee0b0ac
commit 42a22ac
Showing
2 changed files
with
25 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
ReleaseNotes/PreviewReleases/Release-Notes-v1.0.0-preview.18.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<h1 align="center" style="color: mediumseagreen;font-weight: bold;"> | ||
Carbonate Preview Release Notes - v1.0.0-preview.18 | ||
</h1> | ||
|
||
<h2 align="center" style="font-weight: bold;">Quick Reminder</h2> | ||
|
||
<div align="center"> | ||
|
||
As with all software, there is always a chance for issues and bugs, especially for preview releases, which is why your input is greatly appreciated. 🙏🏼 | ||
</div> | ||
|
||
<h2 align="center" style="font-weight: bold;">Bug Fixes 🐛</h2> | ||
|
||
1. [#202](https://github.com/KinsonDigital/Carbonate/issues/202) - Fixed a bug with null ref exceptions when using `ReactableBase.UnsubscribeAll()`. | ||
|
||
<h2 align="center" style="font-weight: bold;">Dependency Updates 📦</h2> | ||
|
||
1. [#201](https://github.com/KinsonDigital/Carbonate/pull/201) - Updated dependency _**coverlet.msbuild**_ to _**v6.0.2**_ | ||
2. [#200](https://github.com/KinsonDigital/Carbonate/pull/200) - Updated dependency _**coverlet.collector**_ to _**v6.0.2**_ | ||
3. [#199](https://github.com/KinsonDigital/Carbonate/pull/199) - Updated dependency _**xunit**_ to _**v2.7.0**_ | ||
4. [#199](https://github.com/KinsonDigital/Carbonate/pull/199) - Updated dependency _**xunit.runner.visualstudio**_ to _**v2.5.7**_ | ||
5. [#198](https://github.com/KinsonDigital/Carbonate/pull/198) - Updated dependency _**nsubstitute.analyzers.csharp**_ to _**v1.0.17**_ | ||
6. [#197](https://github.com/KinsonDigital/Carbonate/pull/197) - Updated dependency _**microsoft.net.test.sdk**_ to _**v17.9.0**_ |