Skip to content

Releases: KinsonDigital/CASL

🚀Preview Release - v1.0.0-preview.11

19 Dec 21:43

Choose a tag to compare

Pre-release

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 ✨

  1. #123 - Changed the library to use cross-platform paths when dealing with files and directories.

Breaking Changes 🧨

  1. #115 - Changed the Sound class to sealed.

    💡 This prevents anybody from inheriting from the class.


Internal Changes ⚙️

(Changes that do not affect users. Not breaking changes, new features, or bug fixes.)
  1. #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
  2. #115 - Updated the build system from standard workflows to the KinsonDigital.CICD build system.

Nuget/Library Updates 📦

  1. #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)
  1. #113 - Made grammar changes to the project readme file.
  2. #85 - Made grammar changes to the project readme file.
  3. #100 - Removed project-specific issues and pull request templates.

    💡 These are not maintained at the organizational level.

  4. #88 - Added release note template files to the project for preview and production releases.
  5. #86 - Updated the project's code of conduct.
  6. #83 - Updated the branching documentation.
  7. #77 - Created a backers file.

v1.0.0-preview.10

13 Aug 09:41

Choose a tag to compare

v1.0.0-preview.10 Pre-release
Pre-release

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

12 Aug 09:47

Choose a tag to compare

v1.0.0-preview.9 Pre-release
Pre-release

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

11 Aug 10:02

Choose a tag to compare

v1.0.0-preview.8 Pre-release
Pre-release

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

04 Aug 12:43
e157f85

Choose a tag to compare

v1.0.0-preview.5 Pre-release
Pre-release

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

28 Jul 02:47

Choose a tag to compare

v1.0.0-preview.2 Pre-release
Pre-release

New 🎉

  1. Created new workflows for GitHub actions

  2. Added a project icon

  3. Setup icon for the nuget package

    • This is to allow the icon to be seen in nuget.org
  4. Removed unused image from project

v1.0.0-preview.7

10 Aug 17:31
7f743d1

Choose a tag to compare

v1.0.0-preview.7 Pre-release
Pre-release

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

08 Aug 13:10
7f743d1

Choose a tag to compare

v1.0.0-preview.4 Pre-release
Pre-release

Changes

  1. Updated workflow triggers to more precise to version release branches
  2. Removed IContent interface