From 7deffad0366fc5fde4bd6c037e810e7f3eaa5782 Mon Sep 17 00:00:00 2001 From: John Wostenberg Date: Sun, 16 Oct 2022 22:37:57 -0600 Subject: [PATCH] Update release notes and templates to refer to new version --- AssemblyAndPackageInfo.props | 2 +- CHANGELOG.md | 4 ++++ global.json | 9 --------- .../src/InterstellarApp.Core/InterstellarApp.Core.fsproj | 2 +- .../InterstellarApp.Windows.fsproj | 2 +- .../InterstellarApp.macOS/InterstellarApp.macOS.fsproj | 4 ++-- templates/minimal/src/global.json | 3 ++- 7 files changed, 11 insertions(+), 15 deletions(-) delete mode 100644 global.json diff --git a/AssemblyAndPackageInfo.props b/AssemblyAndPackageInfo.props index 2e3245f..e30f659 100644 --- a/AssemblyAndPackageInfo.props +++ b/AssemblyAndPackageInfo.props @@ -1,6 +1,6 @@ - © John Wostenberg 2019-2021 + © John Wostenberg 2019-2022 Interstellar Contributors Cross-platform F# browser library John Wostenberg diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f18293..632c3c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.4.0 + +* Fully support .NET 6 on Windows and macOS + ## 0.3.3 * Fix FSharp.Core dependency version mistake in last release diff --git a/global.json b/global.json deleted file mode 100644 index 9810d59..0000000 --- a/global.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "sdk": { - "version": "6.0.400", - "rollForward": "latestFeature" - }, - "msbuild-sdks": { - "MSBuild.Sdk.Extras": "3.0.22" - } -} \ No newline at end of file diff --git a/templates/minimal/src/InterstellarApp.Core/InterstellarApp.Core.fsproj b/templates/minimal/src/InterstellarApp.Core/InterstellarApp.Core.fsproj index 85b37a0..58f3673 100644 --- a/templates/minimal/src/InterstellarApp.Core/InterstellarApp.Core.fsproj +++ b/templates/minimal/src/InterstellarApp.Core/InterstellarApp.Core.fsproj @@ -7,6 +7,6 @@ - + \ No newline at end of file diff --git a/templates/minimal/src/InterstellarApp.Windows/InterstellarApp.Windows.fsproj b/templates/minimal/src/InterstellarApp.Windows/InterstellarApp.Windows.fsproj index 98050b8..5e7f693 100644 --- a/templates/minimal/src/InterstellarApp.Windows/InterstellarApp.Windows.fsproj +++ b/templates/minimal/src/InterstellarApp.Windows/InterstellarApp.Windows.fsproj @@ -12,7 +12,7 @@ - + diff --git a/templates/minimal/src/InterstellarApp.macOS/InterstellarApp.macOS.fsproj b/templates/minimal/src/InterstellarApp.macOS/InterstellarApp.macOS.fsproj index 78d40c7..bb19715 100644 --- a/templates/minimal/src/InterstellarApp.macOS/InterstellarApp.macOS.fsproj +++ b/templates/minimal/src/InterstellarApp.macOS/InterstellarApp.macOS.fsproj @@ -44,10 +44,10 @@ - + - + diff --git a/templates/minimal/src/global.json b/templates/minimal/src/global.json index 889005e..e4a582e 100644 --- a/templates/minimal/src/global.json +++ b/templates/minimal/src/global.json @@ -1,6 +1,7 @@ { "sdk": { - "version": "6.0.300" + "version": "6.0.100", + "rollForward": "latestFeature" }, "msbuild-sdks": { "MSBuild.Sdk.Extras": "3.0.22"