From e12bd2f9361d6a75ca2cc8d0ffc4ee8c0814d706 Mon Sep 17 00:00:00 2001
From: Calvin Wilkinson <85414302+CalvinWilkinson@users.noreply.github.com>
Date: Wed, 9 Aug 2023 13:24:31 +0100
Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80Preview=20Release=20(v1.0.0-preview?=
=?UTF-8?q?.16)=20(#274)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
* start work for preview release
* release: updated version to v1.0.0-preview.16
* release: create release notes for version v1.0.0-preview.16
* release: improve release notes
* deps: lock moq version between v4.18 and v4.19 to avoid moq PII issue
* ci: add pr trigger to workflow
---
.../workflows/add-new--issue-to-project.yml | 5 +++-
CASL/CASL.csproj | 4 ++--
.../Release-Notes-v1.0.0-preview.16.md | 23 +++++++++++++++++++
Testing/CASLTests/CASLTests.csproj | 2 +-
4 files changed, 30 insertions(+), 4 deletions(-)
create mode 100644 ReleaseNotes/PreviewReleases/Release-Notes-v1.0.0-preview.16.md
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