From 61dae1380e4a2c027f2e80bb25ed954fdac489eb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 22:59:13 +0000 Subject: [PATCH] [create-pull-request] automated change (#165) Co-authored-by: pakrym --- README.md | 4 ++-- src/Jab.Attributes/Jab.Attributes.csproj | 2 +- src/Jab.Performance/Jab.Performance.csproj | 2 +- src/Jab.Unity/package.json | 2 +- src/Jab/Jab.Common.props | 2 +- src/samples/ConsoleSample/ConsoleSample.csproj | 2 +- src/samples/ModuleSample/ModuleSample.csproj | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 92921f9..71b83bd 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Jab provides a [C# Source Generator](https://devblogs.microsoft.com/dotnet/intro Add Jab package reference: ```xml - + ``` @@ -291,7 +291,7 @@ A minimal example ends up looking like this: } ], "dependencies": { - "com.pakrym.jab": "0.10.0", + "com.pakrym.jab": "0.10.2", ... } } diff --git a/src/Jab.Attributes/Jab.Attributes.csproj b/src/Jab.Attributes/Jab.Attributes.csproj index 0e6e8c0..4b27c11 100644 --- a/src/Jab.Attributes/Jab.Attributes.csproj +++ b/src/Jab.Attributes/Jab.Attributes.csproj @@ -6,7 +6,7 @@ preview Jab $(DefineConstants);JAB_ATTRIBUTES_PACKAGE;GENERIC_ATTRIBUTES - 0.10.0 + 0.10.2 $(ReleaseVersion) diff --git a/src/Jab.Performance/Jab.Performance.csproj b/src/Jab.Performance/Jab.Performance.csproj index ac601d7..6be29b8 100644 --- a/src/Jab.Performance/Jab.Performance.csproj +++ b/src/Jab.Performance/Jab.Performance.csproj @@ -7,7 +7,7 @@ - + diff --git a/src/Jab.Unity/package.json b/src/Jab.Unity/package.json index 4abc5f2..e8ee68e 100644 --- a/src/Jab.Unity/package.json +++ b/src/Jab.Unity/package.json @@ -1,6 +1,6 @@ { "name": "com.pakrym.jab", - "version": "0.10.0", + "version": "0.10.2", "description": "C# Source Generator based dependency injection container implementation.", "licensesUrl": "https://github.com/pakrym/jab/blob/main/LICENSE", "repository": { diff --git a/src/Jab/Jab.Common.props b/src/Jab/Jab.Common.props index f6d8b84..e20712b 100644 --- a/src/Jab/Jab.Common.props +++ b/src/Jab/Jab.Common.props @@ -4,7 +4,7 @@ netstandard2.0 latest enable - 0.10.0 + 0.10.2 $(ReleaseVersion) false Jab diff --git a/src/samples/ConsoleSample/ConsoleSample.csproj b/src/samples/ConsoleSample/ConsoleSample.csproj index 589b6a2..a27f694 100644 --- a/src/samples/ConsoleSample/ConsoleSample.csproj +++ b/src/samples/ConsoleSample/ConsoleSample.csproj @@ -7,7 +7,7 @@ - + diff --git a/src/samples/ModuleSample/ModuleSample.csproj b/src/samples/ModuleSample/ModuleSample.csproj index fd1686e..2cc1877 100644 --- a/src/samples/ModuleSample/ModuleSample.csproj +++ b/src/samples/ModuleSample/ModuleSample.csproj @@ -7,7 +7,7 @@ - +