From 00a26327798f84d84e5ac1491a9fe639c200f1d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9=20Larivi=C3=A8re?= Date: Thu, 2 Jun 2022 10:29:51 +0200 Subject: [PATCH] Bump to 2.0.1 --- .github/workflows/build.yml | 2 +- src/Fabulous.XamarinForms/Fabulous.XamarinForms.fsproj | 2 +- src/Fabulous/Fabulous.fsproj | 2 +- templates/Fabulous.XamarinForms.Templates.proj | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1354d8b84..6df65d080 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: run: dotnet test --no-build --configuration Release ${SLN_FILE} - name: Pack run: | - sed -i bak "s/FABULOUS_PKG_VERSION/2.0.0-nightly-${GITHUB_RUN_ID}/g" "templates/content/*/.template.config/template.json" + sed -i bak "s/FABULOUS_PKG_VERSION/2.0.1-nightly-${GITHUB_RUN_ID}/g" "templates/content/*/.template.config/template.json" dotnet pack --configuration Release --output nupkgs --version-suffix "nightly-${GITHUB_RUN_ID}" ${SLN_FILE} dotnet pack -p:IsNightlyBuild=true --configuration Release --output nupkgs --version-suffix "nightly-${GITHUB_RUN_ID}" templates/Fabulous.XamarinForms.Templates.proj - name: Push diff --git a/src/Fabulous.XamarinForms/Fabulous.XamarinForms.fsproj b/src/Fabulous.XamarinForms/Fabulous.XamarinForms.fsproj index e45f2d9c0..ae7a47324 100644 --- a/src/Fabulous.XamarinForms/Fabulous.XamarinForms.fsproj +++ b/src/Fabulous.XamarinForms/Fabulous.XamarinForms.fsproj @@ -5,7 +5,7 @@ PackageREADME.md nuget-icon.png Apache-2.0 - 2.0.0 + 2.0.1 https://github.com/fsprojects/Fabulous true diff --git a/src/Fabulous/Fabulous.fsproj b/src/Fabulous/Fabulous.fsproj index 8a99a6b19..4b73d6fff 100644 --- a/src/Fabulous/Fabulous.fsproj +++ b/src/Fabulous/Fabulous.fsproj @@ -5,7 +5,7 @@ PackageREADME.md nuget-icon.png Apache-2.0 - 2.0.0 + 2.0.1 https://github.com/fsprojects/Fabulous true diff --git a/templates/Fabulous.XamarinForms.Templates.proj b/templates/Fabulous.XamarinForms.Templates.proj index 038884dfc..ccea9b7f1 100644 --- a/templates/Fabulous.XamarinForms.Templates.proj +++ b/templates/Fabulous.XamarinForms.Templates.proj @@ -14,7 +14,7 @@ netstandard2.1 true - 2.0.0 + 2.0.1 $(NoWarn);NU5128