Skip to content

Commit 292f324

Browse files
Update package version to 1.0.6
Co-authored-by: JeanMarcMbouma <16613177+JeanMarcMbouma@users.noreply.github.com>
1 parent 9a7878e commit 292f324

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/MockLite.Core/MockLite.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<PackageId>BbQ.MockLite</PackageId>
77
<Title>BbQ.MockLite</Title>
88
<Description>A lightweight, high-performance mocking framework for .NET that combines compile-time code generation with runtime flexibility. Enables optimized mock implementations at build time with fallback runtime proxies for dynamic scenarios.</Description>
9-
<PackageVersion>1.0.0</PackageVersion>
9+
<PackageVersion>1.0.6</PackageVersion>
1010
<RepositoryUrl>https://github.com/JeanMarcMbouma/MockLite</RepositoryUrl>
1111
<RepositoryType>git</RepositoryType>
1212
<PackageLicenseExpression>MIT</PackageLicenseExpression>

src/MockLite.Generators/MockLite.Generators.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<PackageId>BbQ.MockLite.Generators</PackageId>
77
<Title>BbQ.MockLite.Generators</Title>
88
<Description>Source generator and analyzers for BbQ.MockLite - generates optimized mock implementations at compile time with diagnostic analyzers and code fix providers.</Description>
9-
<PackageVersion>1.0.0</PackageVersion>
9+
<PackageVersion>1.0.6</PackageVersion>
1010
<RepositoryUrl>https://github.com/JeanMarcMbouma/MockLite</RepositoryUrl>
1111
<RepositoryType>git</RepositoryType>
1212
<PackageLicenseExpression>MIT</PackageLicenseExpression>

0 commit comments

Comments
 (0)