Skip to content

Commit

Permalink
🚀Production Release (v1.0.0) (#115)
Browse files Browse the repository at this point in the history
* start work for production release

* release: updated the version from v1.0.0-preview.2 to v1.0.0

* release: created release notes for version v1.0.0
  • Loading branch information
CalvinWilkinson committed Aug 8, 2023
1 parent 27d4100 commit 298b713
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 18 deletions.
4 changes: 2 additions & 2 deletions PackageMonster/PackageMonster.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
<Nullable>enable</Nullable>

<!--Update this for production and preview releases-->
<Version>1.0.0-preview.2</Version>
<Version>1.0.0</Version>

<!--Update this for production and preview releases-->
<FileVersion>1.0.0-preview.2</FileVersion>
<FileVersion>1.0.0</FileVersion>

<Authors>Calvin Wilkinson</Authors>
<Company>Kinson Digital</Company>
Expand Down
16 changes: 0 additions & 16 deletions ReleaseNotes/PreviewReleases/Release-Notes-v1.0.0-preview.2.md

This file was deleted.

29 changes: 29 additions & 0 deletions ReleaseNotes/ProductionReleases/Release-Notes-v1.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<h1 align="center" style='color:mediumseagreen;font-weight:bold'>
PackageMonster Production Release Notes - v1.0.0
</h1>

<h2 style="font-weight:bold" align="center">Nuget/Library Updates 📦</h2>

1. [#109](https://github.com/KinsonDigital/PackageMonster/pull/109) - chore(deps): updated kinsondigital/infrastructure action to v10.2.0
2. [#103](https://github.com/KinsonDigital/PackageMonster/pull/103) - chore(deps): updated dependency microsoft.codeanalysis.netanalyzers to V7.0.3
3. [#104](https://github.com/KinsonDigital/PackageMonster/pull/104) - chore(deps): updated dependency system.io.abstractions to v19.2.51
4. [#106](https://github.com/KinsonDigital/PackageMonster/pull/106) - chore(deps): updated dependency microsoft.net.test.sdk to v17.7.0
5. [#108](https://github.com/KinsonDigital/PackageMonster/pull/108) - chore(deps): updated dependency xunit.runner.visualstudio to v2.5.0
6. [#110](https://github.com/KinsonDigital/PackageMonster/pull/110) - chore(deps): updated dependency coverlet.collector to v6
7. [#112](https://github.com/KinsonDigital/PackageMonster/pull/112) - chore(deps): updated dependency moq to V4.20.0
8. [#111](https://github.com/KinsonDigital/PackageMonster/pull/111) - chore(deps): updated dependency coverlet.msbuild to v6
9. [#107](https://github.com/KinsonDigital/PackageMonster/pull/107) - chore(deps): updated dependency xunit to v2.5.0

<h2 style="font-weight:bold" align="center">Other 🪧</h2>
<h5 align="center">(Includes anything that does not fit into the categories above)</h5>

1. [#75](https://github.com/KinsonDigital/PackageMonster/issues/75) - Created release workflow with associated cicd scripts.
2. [#83](https://github.com/KinsonDigital/PackageMonster/issues/83) - Updated the titles for all of the release note template files.
3. [#101](https://github.com/KinsonDigital/PackageMonster/issues/101) - Adjusted release workflow input
4. [#99](https://github.com/KinsonDigital/PackageMonster/issues/99) - Performed various improvements
5. [#95](https://github.com/KinsonDigital/PackageMonster/issues/95) - Improved release workflow
6. [#91](https://github.com/KinsonDigital/PackageMonster/issues/91) - Cleaned up status check
7. [#89](https://github.com/KinsonDigital/PackageMonster/issues/89) - Updated workflow to use org-level scripts
8. [#86](https://github.com/KinsonDigital/PackageMonster/issues/86) - Created status checks
9. [#75](https://github.com/KinsonDigital/PackageMonster/issues/75) - Created release workflow
10. [#83](https://github.com/KinsonDigital/PackageMonster/issues/83) - Updated release note templates

0 comments on commit 298b713

Please sign in to comment.