Skip to content

Commit d89b902

Browse files
Merge pull request #4 from JeanMarcMbouma/copilot/create-tag-v106
Create release v1.0.6
2 parents 840405e + 292f324 commit d89b902

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)