Skip to content

Commit e3cdb01

Browse files
tpierrainclaude
andcommitted
Bump version to 3.1.1
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e00be5e commit e3cdb01

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

SmokeMe.AspNetCore/SmokeMe.AspNetCore.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
55
<LangVersion>latest</LangVersion>
6-
<Version>3.1.0</Version>
6+
<Version>3.1.1</Version>
77
<Authors>Thomas PIERRAIN (use case driven)</Authors>
88
<Company>42 skillz</Company>
99
<Description>ASP.NET Core integration for SmokeMe — exposes smoke tests via a /smoke HTTP endpoint using Minimal APIs. Use AddSmokeMe() + MapSmokeEndpoint().</Description>
@@ -28,8 +28,8 @@ v3.0.0 — Breaking changes:
2828
Your existing SmokeTest classes work as-is. Only the hosting setup changes.
2929
Full migration guide: https://github.com/tpierrain/SmokeMe/blob/main/MIGRATION-v2-to-v3.md</PackageReleaseNotes>
3030
<PackageId>SmokeMe.AspNetCore</PackageId>
31-
<AssemblyVersion>3.1.0.0</AssemblyVersion>
32-
<FileVersion>3.1.0.0</FileVersion>
31+
<AssemblyVersion>3.1.1.0</AssemblyVersion>
32+
<FileVersion>3.1.1.0</FileVersion>
3333
<PackageReadmeFile>README.md</PackageReadmeFile>
3434
</PropertyGroup>
3535

SmokeMe/SmokeMe.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<LangVersion>latest</LangVersion>
6-
<Version>3.1.0</Version>
6+
<Version>3.1.1</Version>
77
<Authors>Thomas PIERRAIN (use case driven)</Authors>
88
<Company>42 skillz</Company>
99
<Description>A convention-based library for declaring and running smoke tests. Framework-agnostic core — use SmokeMe.AspNetCore for ASP.NET Core integration.</Description>
@@ -30,8 +30,8 @@ v3.0.0 — Breaking changes:
3030
Your existing SmokeTest classes work as-is. Only the hosting setup changes.
3131
Full migration guide: https://github.com/tpierrain/SmokeMe/blob/main/MIGRATION-v2-to-v3.md</PackageReleaseNotes>
3232
<PackageId>SmokeMe</PackageId>
33-
<AssemblyVersion>3.1.0.0</AssemblyVersion>
34-
<FileVersion>3.1.0.0</FileVersion>
33+
<AssemblyVersion>3.1.1.0</AssemblyVersion>
34+
<FileVersion>3.1.1.0</FileVersion>
3535
<PackageReadmeFile>README.md</PackageReadmeFile>
3636
</PropertyGroup>
3737

0 commit comments

Comments
 (0)