Skip to content

Commit db83e2d

Browse files
committed
Bump template version to v1.0.0-preview.2
1 parent 08f08c8 commit db83e2d

2 files changed

Lines changed: 12 additions & 15 deletions

File tree

StackedDeck.Project.Templates.csproj

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<PackageId>StackedDeck.Project.Templates</PackageId>
4-
<PackageVersion>1.0.0-preview.1</PackageVersion>
4+
<PackageVersion>1.0.0-preview.2</PackageVersion>
55
<Title>Stacked Deck Project Templates</Title>
66
<Authors>Vasil Kotsev</Authors>
77
<Description>.NET Project templates, composed to give you advantage akin to a "stacked card deck".</Description>
8-
<PackageTags>dotnet;templates;aspnet-core;web-api;containers;docker;cli;spectre;console;production;csharp;stacked-deck</PackageTags>
8+
<PackageTags>dotnet;templates;aspnet-core;web-api;containers;docker;cli;spectre;console;production;csharp;editorconfig;stacked-deck</PackageTags>
99
<PackageIcon>assets\sd-logo-7.png</PackageIcon>
1010
<PackageProjectUrl>https://github.com/SonnyRR/stacked-deck-templates/</PackageProjectUrl>
1111
<RepositoryUrl>https://github.com/SonnyRR/stacked-deck-templates</RepositoryUrl>
@@ -19,20 +19,17 @@
1919
<ContentTargetFolders>content</ContentTargetFolders>
2020
<NoWarn>$(NoWarn);NU5128</NoWarn>
2121
<NoDefaultExcludes>true</NoDefaultExcludes>
22-
<PackageReleaseNotes>✨ Features
23-
- Introduce StackedDeck.CLI project template - Spectre.Console CLI with DI, Serilog, and environment-specific config (ca3dbee)
24-
- Introduce StackedDeck.Editorconfig item template - comprehensive .editorconfig with C# conventions and Roslyn analyzer overrides (588dae1)
25-
26-
🚀 Improvements
27-
- Consolidate duplicated sd-logo-7.png into a single canonical file with git symlinks (cfa1008)
28-
- Add CLAUDE.md as canonical source for AI agent instructions, symlink AGENTS.md to it (815ffa8)
22+
<PackageReleaseNotes>🛠️ Improvements
23+
- Remove outdated NU1901/NU1903 warning suppression (91d310e)
24+
- Extend dependabot configuration to cover additional dependency ecosystems (21b7c17)
2925

3026
🔧 Chores
31-
- Bump FastEndpoints and FastEndpoints.AspVersioning from 8.1.0 to 8.2.0 (6f95c24)
32-
- Bump OpenTelemetry.Instrumentation.AspNetCore from 1.15.2 to 1.16.0 (2e297f5)
33-
- Bump OpenTelemetry.Instrumentation.Http from 1.15.1 to 1.16.0 (504e012)
34-
- Bump Microsoft.NET.Test.Sdk from 18.6.0 to 18.7.0 (96372d7)
35-
- Bump Scalar.AspNetCore from 2.16.4 to 2.16.5 (f6f40da)</PackageReleaseNotes>
27+
- Consolidate 3rd party NuGet package bump commits (08f08c8, 91018da, 8ea6c22)
28+
- Bump Scalar.AspNetCore from 2.16.10 to 2.16.11 (e180854)
29+
- Bump Serilog from 4.3.1 to 4.4.0 (decb229)
30+
- Bump OpenTelemetry.Instrumentation.Runtime from 1.15.1 to 1.16.0 (5e7ec93)
31+
- Bump Npgsql.EntityFrameworkCore.PostgreSQL from 10.0.2 to 10.0.3 (ff2262d)
32+
- Bump SonarAnalyzer.CSharp from 10.28.0.143324 to 10.29.0.143774 (a6d5f0d)</PackageReleaseNotes>
3633
</PropertyGroup>
3734

3835
<PropertyGroup>

content/StackedDeck.WebAPI/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"generator": "constant",
2929
"replaces": "templateVersion",
3030
"parameters": {
31-
"value": "1.0.0-preview.1"
31+
"value": "1.0.0-preview.2"
3232
}
3333
},
3434
"TemplateUrl": {

0 commit comments

Comments
 (0)