Releases: KinsonDigital/CASL
🚀Preview Release - v1.0.0-preview.11
CASL Preview Release Notes - v1.0.0-preview.11
Quick Reminder
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. 🙏🏼
New Features ✨
- #123 - Changed the library to use cross-platform paths when dealing with files and directories.
Breaking Changes 🧨
- #115 - Changed the
Soundclass tosealed.💡 This prevents anybody from inheriting from the class.
Internal Changes ⚙️
(Changes that do not affect users. Not breaking changes, new features, or bug fixes.)
- #116 - Updated the project dotnet and language versions.
💡 This comes with many performance improvements due to updating dotnet do version v7.0
- Updated dotnet from version v5.0 to v7.0
- Updated C# language version from version v9.0 to v11.0
- #115 - Updated the build system from standard workflows to the KinsonDigital.CICD build system.
Nuget/Library Updates 📦
- #117 - Updated the following NuGet packages:
- System.IO.Abstractions from version v13.2.33 to v19.1.5
- Microsoft.CodeAnalysis.NetAnalyzers from version v5.0.3 to v7.0.0
Other 🪧
(Includes anything that does not fit into the categories above)
- #113 - Made grammar changes to the project readme file.
- #85 - Made grammar changes to the project readme file.
- #100 - Removed project-specific issues and pull request templates.
💡 These are not maintained at the organizational level.
- #88 - Added release note template files to the project for preview and production releases.
- #86 - Updated the project's code of conduct.
- #83 - Updated the branching documentation.
- #77 - Created a backers file.
v1.0.0-preview.10
CASL - Preview Release v1.0.0-preview.10
Execute the testing application in the CASL-TestingApp-v1.0.0-preview.10.zip file to perform manual testing.
v1.0.0-preview.9
CASL - Preview Release v1.0.0-preview.9
Execute the testing application in the CASL-TestingApp-v1.0.0-preview.9.zip file to perform manual testing.
v1.0.0-preview.8
CASL - Preview Release v1.0.0-preview.8
Execute the testing application in the CASL-TestingApp-v1.0.0-preview.8.zip file to perform manual testing.
v1.0.0-preview.5
CASL - Preview Release v1.0.0-preview.5
Execute the testing application in the PreviewRelease.zip file to perform manual testing.
v1.0.0-preview.2
New 🎉
-
Created new workflows for GitHub actions
-
Added a project icon
-
Setup icon for the nuget package
- This is to allow the icon to be seen in nuget.org
-
Removed unused image from project
v1.0.0-preview.7
CASL - Preview Release v1.0.0-preview.7
Execute the testing application in the CASL-TestingApp-v1.0.0-preview.7.zip file to perform manual testing.
v1.0.0-preview.4
Changes ✨
- Updated workflow triggers to more precise to version release branches
- Removed
IContentinterface