Skip to content

Commit 298b713

Browse files
CalvinWilkinsonCalvin Wilkinson
authored andcommitted
🚀Production Release (v1.0.0) (#115)
* 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
1 parent 27d4100 commit 298b713

3 files changed

Lines changed: 31 additions & 18 deletions

File tree

PackageMonster/PackageMonster.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
<Nullable>enable</Nullable>
99

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

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

1616
<Authors>Calvin Wilkinson</Authors>
1717
<Company>Kinson Digital</Company>

ReleaseNotes/PreviewReleases/Release-Notes-v1.0.0-preview.2.md

Lines changed: 0 additions & 16 deletions
This file was deleted.
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<h1 align="center" style='color:mediumseagreen;font-weight:bold'>
2+
PackageMonster Production Release Notes - v1.0.0
3+
</h1>
4+
5+
<h2 style="font-weight:bold" align="center">Nuget/Library Updates 📦</h2>
6+
7+
1. [#109](https://github.com/KinsonDigital/PackageMonster/pull/109) - chore(deps): updated kinsondigital/infrastructure action to v10.2.0
8+
2. [#103](https://github.com/KinsonDigital/PackageMonster/pull/103) - chore(deps): updated dependency microsoft.codeanalysis.netanalyzers to V7.0.3
9+
3. [#104](https://github.com/KinsonDigital/PackageMonster/pull/104) - chore(deps): updated dependency system.io.abstractions to v19.2.51
10+
4. [#106](https://github.com/KinsonDigital/PackageMonster/pull/106) - chore(deps): updated dependency microsoft.net.test.sdk to v17.7.0
11+
5. [#108](https://github.com/KinsonDigital/PackageMonster/pull/108) - chore(deps): updated dependency xunit.runner.visualstudio to v2.5.0
12+
6. [#110](https://github.com/KinsonDigital/PackageMonster/pull/110) - chore(deps): updated dependency coverlet.collector to v6
13+
7. [#112](https://github.com/KinsonDigital/PackageMonster/pull/112) - chore(deps): updated dependency moq to V4.20.0
14+
8. [#111](https://github.com/KinsonDigital/PackageMonster/pull/111) - chore(deps): updated dependency coverlet.msbuild to v6
15+
9. [#107](https://github.com/KinsonDigital/PackageMonster/pull/107) - chore(deps): updated dependency xunit to v2.5.0
16+
17+
<h2 style="font-weight:bold" align="center">Other 🪧</h2>
18+
<h5 align="center">(Includes anything that does not fit into the categories above)</h5>
19+
20+
1. [#75](https://github.com/KinsonDigital/PackageMonster/issues/75) - Created release workflow with associated cicd scripts.
21+
2. [#83](https://github.com/KinsonDigital/PackageMonster/issues/83) - Updated the titles for all of the release note template files.
22+
3. [#101](https://github.com/KinsonDigital/PackageMonster/issues/101) - Adjusted release workflow input
23+
4. [#99](https://github.com/KinsonDigital/PackageMonster/issues/99) - Performed various improvements
24+
5. [#95](https://github.com/KinsonDigital/PackageMonster/issues/95) - Improved release workflow
25+
6. [#91](https://github.com/KinsonDigital/PackageMonster/issues/91) - Cleaned up status check
26+
7. [#89](https://github.com/KinsonDigital/PackageMonster/issues/89) - Updated workflow to use org-level scripts
27+
8. [#86](https://github.com/KinsonDigital/PackageMonster/issues/86) - Created status checks
28+
9. [#75](https://github.com/KinsonDigital/PackageMonster/issues/75) - Created release workflow
29+
10. [#83](https://github.com/KinsonDigital/PackageMonster/issues/83) - Updated release note templates

0 commit comments

Comments
 (0)