diff --git a/.github/workflows/add-new--issue-to-project.yml b/.github/workflows/add-new--issue-to-project.yml index 4a12d02f..9eeb3751 100644 --- a/.github/workflows/add-new--issue-to-project.yml +++ b/.github/workflows/add-new--issue-to-project.yml @@ -3,7 +3,10 @@ name: 🤖Add New Issue To Project on: issues: - types: opened + types: [opened] + pull_request: + types: [opened] + branches: [main, preview] jobs: diff --git a/CASL/CASL.csproj b/CASL/CASL.csproj index 922bad35..142e29ed 100644 --- a/CASL/CASL.csproj +++ b/CASL/CASL.csproj @@ -8,10 +8,10 @@ enable - 1.0.0-preview.15 + 1.0.0-preview.16 - 1.0.0-preview.15 + 1.0.0-preview.16 1.0.0 casl-logo.ico diff --git a/ReleaseNotes/PreviewReleases/Release-Notes-v1.0.0-preview.16.md b/ReleaseNotes/PreviewReleases/Release-Notes-v1.0.0-preview.16.md new file mode 100644 index 00000000..af10f161 --- /dev/null +++ b/ReleaseNotes/PreviewReleases/Release-Notes-v1.0.0-preview.16.md @@ -0,0 +1,23 @@ +

+CASL Preview Release Notes - v1.0.0-preview.16 +

+ +

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. 🙏🏼 +
+ +

Dependency Updates 📦

+ +1. [#272](https://github.com/KinsonDigital/CASL/pull/272) - chore(deps): updated kinsondigital/infrastructure action to v11 +2. [#271](https://github.com/KinsonDigital/CASL/pull/271) - chore(deps): updated dependency moq to v4.20.1 +3. [#270](https://github.com/KinsonDigital/CASL/pull/270) - chore(deps): updated dependency microsoft.net.test.sdk to v17.7.0 +4. [#267](https://github.com/KinsonDigital/CASL/pull/267) - chore(deps): updated dependency system.io.abstractions to v19.2.51 + +

Other 🪧

+ +1. [#265](https://github.com/KinsonDigital/CASL/issues/265) - Moved images and release notes +2. [#264](https://github.com/KinsonDigital/CASL/issues/264) - Adjusted release workflow input +3. [#109](https://github.com/KinsonDigital/CASL/issues/109) - Refactored unit test assertions diff --git a/Testing/CASLTests/CASLTests.csproj b/Testing/CASLTests/CASLTests.csproj index ae0f96cf..6071afe6 100644 --- a/Testing/CASLTests/CASLTests.csproj +++ b/Testing/CASLTests/CASLTests.csproj @@ -24,7 +24,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive