Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚀Preview Release (v1.0.0-preview.40) #1069

Merged
merged 3 commits into from
Jan 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading