Skip to content

Commit

Permalink
馃殌Preview Release (v1.0.0-preview.17) (#317)
Browse files Browse the repository at this point in the history
* start work for preview release

* release: updated version to v1.0.0-preview.17

* release: create release notes for version v1.0.0-preview.17

* ide: update solution folder items

* release: updated release notes
  • Loading branch information
CalvinWilkinson committed Dec 5, 2023
1 parent f24d885 commit 7e7c69a
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CASL.sln
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CASLTests", "Testing\CASLTe
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "WorkFlows", "WorkFlows", "{5F701C8E-2B7C-427B-B16F-068BD369D2BF}"
ProjectSection(SolutionItems) = preProject
.github\workflows\add-new--issue-to-project.yml = .github\workflows\add-new--issue-to-project.yml
.github\workflows\add-new-item-to-project.yml = .github\workflows\add-new-item-to-project.yml
.github\workflows\build-status-check.yml = .github\workflows\build-status-check.yml
.github\workflows\prepare-release.yml = .github\workflows\prepare-release.yml
.github\workflows\release.yml = .github\workflows\release.yml
.github\workflows\sync-bot.yml = .github\workflows\sync-bot.yml
.github\workflows\sync-issue-to-pr.yml = .github\workflows\sync-issue-to-pr.yml
.github\workflows\sync-pr-to-issue.yml = .github\workflows\sync-pr-to-issue.yml
.github\workflows\sync-status-check.yml = .github\workflows\sync-status-check.yml
.github\workflows\unit-test-status-check.yml = .github\workflows\unit-test-status-check.yml
EndProjectSection
Expand Down
4 changes: 2 additions & 2 deletions CASL/CASL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
<Nullable>enable</Nullable>

<!--Update this for preview releases-->
<Version>1.0.0-preview.16</Version>
<Version>1.0.0-preview.17</Version>

<!--Update this for preview releases-->
<FileVersion>1.0.0-preview.16</FileVersion>
<FileVersion>1.0.0-preview.17</FileVersion>

<AssemblyVersion>1.0.0</AssemblyVersion>
<ApplicationIcon>casl-logo.ico</ApplicationIcon>
Expand Down
30 changes: 30 additions & 0 deletions ReleaseNotes/PreviewReleases/Release-Notes-v1.0.0-preview.17.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<h1 align="center" style="color: mediumseagreen;font-weight: bold;">
CASL Preview Release Notes - v1.0.0-preview.17
</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, which is why your input is greatly appreciated. 馃檹馃徏
</div>

<h2 align="center" style="font-weight: bold;">Dependency Updates 馃摝</h2>

1. [#316](https://github.com/KinsonDigital/CASL/pull/316) - Updated to dotnet _**8**_.
2. [#311](https://github.com/KinsonDigital/CASL/pull/311) - Updated dependency simpleinjector to _**v5.4.2**_
3. [#284](https://github.com/KinsonDigital/CASL/pull/284) - Updated dependency fluentassertions to _**v6.12.0**_
4. [#313](https://github.com/KinsonDigital/CASL/pull/313) - Updated dependency microsoft.codeanalysis.netanalyzers to _**v8**_
5. [#312](https://github.com/KinsonDigital/CASL/pull/312) - Updated dependency system.io.abstractions to _**v19.2.87**_
6. [#309](https://github.com/KinsonDigital/CASL/pull/309) - Updated dependency xunit to _**v2.6.1**_
7. [#310](https://github.com/KinsonDigital/CASL/pull/310) - Updated dependency microsoft.net.test.sdk to _**v17.8.0**_
8. [#305](https://github.com/KinsonDigital/CASL/pull/305) - Updated kinsondigital/infrastructure action to _**v13.3.1**_
9. [#314](https://github.com/KinsonDigital/CASL/pull/314) - Updated xunit-dotnet monorepo

<h2 align="center" style="font-weight: bold;">Other 馃</h2>

1. [#302](https://github.com/KinsonDigital/CASL/issues/302) - Updated sync workflow.
2. [#286](https://github.com/KinsonDigital/CASL/issues/286) - Adjusted workflow triggers.
3. [#278](https://github.com/KinsonDigital/CASL/issues/278) - Fixed issue in prepare release workflow.
4. [#276](https://github.com/KinsonDigital/CASL/issues/276) - Fixed release workflow input.
5. [#108](https://github.com/KinsonDigital/CASL/issues/108), [#107](https://github.com/KinsonDigital/CASL/issues/107), [#106](https://github.com/KinsonDigital/CASL/issues/106), [#105](https://github.com/KinsonDigital/CASL/issues/105) - Refactored unit test assertions.

0 comments on commit 7e7c69a

Please sign in to comment.