From 15e35d8538de879f2cac427f3cf09bf3d8253b5d Mon Sep 17 00:00:00 2001 From: Mohammad Moattar Date: Mon, 2 Jan 2023 22:16:44 +0000 Subject: [PATCH] Merge pull request #3 * Fix the version for RestEase --- GitVersion.yml | 2 +- src/LittleBlocks.RestEase/LittleBlocks.RestEase.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GitVersion.yml b/GitVersion.yml index 4889f22..da85643 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -1,4 +1,4 @@ -next-version: 1.0.1 +next-version: 1.0.2 mode: Mainline major-version-bump-message: '\+semver:\s?(breaking|major)' minor-version-bump-message: '\+semver:\s?(feature|minor)' diff --git a/src/LittleBlocks.RestEase/LittleBlocks.RestEase.csproj b/src/LittleBlocks.RestEase/LittleBlocks.RestEase.csproj index faf61cd..6ea6f4b 100644 --- a/src/LittleBlocks.RestEase/LittleBlocks.RestEase.csproj +++ b/src/LittleBlocks.RestEase/LittleBlocks.RestEase.csproj @@ -9,7 +9,7 @@ false 1.0.0 10 - net6.0 + net6.0;netstandard2.0;netstandard2.1