Skip to content

Commit

Permalink
🚀Preview Release (v1.0.0-preview.40) (#1069)
Browse files Browse the repository at this point in the history
* release: update version to v1.0.0-preview.40

* release: create release notes for version v1.0.0-preview.40

* release: update release notes for version v1.0.0-preview.40
  • Loading branch information
CalvinWilkinson authored Jan 7, 2025
1 parent 128921b commit 37d7bf6
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions ReleaseNotes/PreviewReleases/Release-Notes-v1.0.0-preview.40.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<h1 align="center" style="color: mediumseagreen;font-weight: bold;">
Velaptor Preview Release Notes - v1.0.0-preview.40
</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, so your input is greatly appreciated. 🙏🏼
</div>

<h2 align="center" style="font-weight: bold;">New Features ✨</h2>

1. [#1067](https://github.com/KinsonDigital/Velaptor/issues/1067) - Added the ability to provide your own `IContentPathResolver` when creating content loaders using the `ContentLoaderFactory`.


<h2 align="center" style="font-weight: bold;">Dependency Updates 📦</h2>

1. [#1065](https://github.com/KinsonDigital/Velaptor/pull/1065) - Updated dependency _**coverlet.msbuild**_ to _**v6.0.3**_.
2. [#1064](https://github.com/KinsonDigital/Velaptor/pull/1064) - Updated dependency _**coverlet.collector**_ to _**v6.0.3**_.
3. [#1063](https://github.com/KinsonDigital/Velaptor/pull/1063) - Updated dependency _**system.io.abstractions**_ to _**v21.2.1**_.
4 changes: 2 additions & 2 deletions Velaptor/Velaptor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<AssemblyName>Velaptor</AssemblyName>

<!--Update this for production and preview releases-->
<Version>1.0.0-preview.39</Version>
<Version>1.0.0-preview.40</Version>

<!--Update this for production and preview releases-->
<FileVersion>1.0.0-preview.39</FileVersion>
<FileVersion>1.0.0-preview.40</FileVersion>

<!--
DO NOT UPDATE THIS FOR PREVIEW RELEASES!!
Expand Down

0 comments on commit 37d7bf6

Please sign in to comment.