Skip to content

Commit

Permalink
🚀Preview Release (v1.0.0-preview.18) (#204)
Browse files Browse the repository at this point in the history
* 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
CalvinWilkinson authored Apr 4, 2024
1 parent ee0b0ac commit 42a22ac
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Carbonate/Carbonate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<Nullable>enable</Nullable>

<!--Update this for production and preview releases-->
<Version>1.0.0-preview.17</Version>
<Version>1.0.0-preview.18</Version>

<!--Update this for production and preview releases-->
<FileVersion>1.0.0-preview.17</FileVersion>
<FileVersion>1.0.0-preview.18</FileVersion>

<!--
DO NOT UPDATE THIS FOR PREVIEW RELEASES!!
Expand Down
23 changes: 23 additions & 0 deletions ReleaseNotes/PreviewReleases/Release-Notes-v1.0.0-preview.18.md
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**_

0 comments on commit 42a22ac

Please sign in to comment.