|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 | <PropertyGroup> |
3 | 3 | <PackageId>StackedDeck.Project.Templates</PackageId> |
4 | | - <PackageVersion>1.0.0-preview.1</PackageVersion> |
| 4 | + <PackageVersion>1.0.0-preview.2</PackageVersion> |
5 | 5 | <Title>Stacked Deck Project Templates</Title> |
6 | 6 | <Authors>Vasil Kotsev</Authors> |
7 | 7 | <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> |
9 | 9 | <PackageIcon>assets\sd-logo-7.png</PackageIcon> |
10 | 10 | <PackageProjectUrl>https://github.com/SonnyRR/stacked-deck-templates/</PackageProjectUrl> |
11 | 11 | <RepositoryUrl>https://github.com/SonnyRR/stacked-deck-templates</RepositoryUrl> |
|
19 | 19 | <ContentTargetFolders>content</ContentTargetFolders> |
20 | 20 | <NoWarn>$(NoWarn);NU5128</NoWarn> |
21 | 21 | <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) |
29 | 25 |
|
30 | 26 | 🔧 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> |
36 | 33 | </PropertyGroup> |
37 | 34 |
|
38 | 35 | <PropertyGroup> |
|
0 commit comments