Skip to content

Commit 7deffad

Browse files
committed
Update release notes and templates to refer to new version
1 parent 672a32d commit 7deffad

File tree

7 files changed

+11
-15
lines changed

7 files changed

+11
-15
lines changed

AssemblyAndPackageInfo.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<PropertyGroup>
3-
<Copyright>© John Wostenberg 2019-2021</Copyright>
3+
<Copyright>© John Wostenberg 2019-2022</Copyright>
44
<Company>Interstellar Contributors</Company>
55
<Description>Cross-platform F# browser library</Description>
66
<Authors>John Wostenberg</Authors>

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.4.0
4+
5+
* Fully support .NET 6 on Windows and macOS
6+
37
## 0.3.3
48

59
* Fix FSharp.Core dependency version mistake in last release

global.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

templates/minimal/src/InterstellarApp.Core/InterstellarApp.Core.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
<Compile Include="Library.fs" />
88
</ItemGroup>
99
<ItemGroup>
10-
<PackageReference Include="Interstellar.Core" Version="0.3.3" />
10+
<PackageReference Include="Interstellar.Core" Version="0.4.0" />
1111
</ItemGroup>
1212
</Project>

templates/minimal/src/InterstellarApp.Windows/InterstellarApp.Windows.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<Compile Include="Program.fs" />
1313
</ItemGroup>
1414
<ItemGroup>
15-
<PackageReference Include="Interstellar.Wpf.Chromium" Version="0.3.3" />
15+
<PackageReference Include="Interstellar.Wpf.Chromium" Version="0.4.0" />
1616
<PackageReference Include="CefSharp.Wpf" Version="86.0.241" />
1717
</ItemGroup>
1818
<ItemGroup>

templates/minimal/src/InterstellarApp.macOS/InterstellarApp.macOS.fsproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@
4444
<ProjectReference Include="..\InterstellarApp.Core\InterstellarApp.Core.fsproj" />
4545
</ItemGroup>
4646
<ItemGroup>
47-
<PackageReference Include="Interstellar.Core" Version="0.3.3">
47+
<PackageReference Include="Interstellar.Core" Version="0.4.0">
4848
<GeneratePathProperty></GeneratePathProperty>
4949
</PackageReference>
50-
<PackageReference Include="Interstellar.macOS.WebKit" Version="0.3.3">
50+
<PackageReference Include="Interstellar.macOS.WebKit" Version="0.4.0">
5151
<GeneratePathProperty></GeneratePathProperty>
5252
</PackageReference>
5353
</ItemGroup>

templates/minimal/src/global.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"sdk": {
3-
"version": "6.0.300"
3+
"version": "6.0.100",
4+
"rollForward": "latestFeature"
45
},
56
"msbuild-sdks": {
67
"MSBuild.Sdk.Extras": "3.0.22"

0 commit comments

Comments
 (0)