You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<Authors>Thomas PIERRAIN (use case driven)</Authors>
8
8
<Company>42 skillz</Company>
9
9
<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:
28
28
Your existing SmokeTest classes work as-is. Only the hosting setup changes.
29
29
Full migration guide: https://github.com/tpierrain/SmokeMe/blob/main/MIGRATION-v2-to-v3.md</PackageReleaseNotes>
Copy file name to clipboardExpand all lines: SmokeMe/SmokeMe.csproj
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
<PropertyGroup>
4
4
<TargetFramework>netstandard2.0</TargetFramework>
5
5
<LangVersion>latest</LangVersion>
6
-
<Version>3.1.0</Version>
6
+
<Version>3.1.1</Version>
7
7
<Authors>Thomas PIERRAIN (use case driven)</Authors>
8
8
<Company>42 skillz</Company>
9
9
<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:
30
30
Your existing SmokeTest classes work as-is. Only the hosting setup changes.
31
31
Full migration guide: https://github.com/tpierrain/SmokeMe/blob/main/MIGRATION-v2-to-v3.md</PackageReleaseNotes>
0 commit comments