Skip to content

Commit

Permalink
Update release notes and templates to refer to new version
Browse files Browse the repository at this point in the history
  • Loading branch information
jwosty committed Oct 17, 2022
1 parent 672a32d commit 7deffad
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 15 deletions.
2 changes: 1 addition & 1 deletion AssemblyAndPackageInfo.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Copyright>© John Wostenberg 2019-2021</Copyright>
<Copyright>© John Wostenberg 2019-2022</Copyright>
<Company>Interstellar Contributors</Company>
<Description>Cross-platform F# browser library</Description>
<Authors>John Wostenberg</Authors>
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
9 changes: 0 additions & 9 deletions global.json

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<Compile Include="Library.fs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Interstellar.Core" Version="0.3.3" />
<PackageReference Include="Interstellar.Core" Version="0.4.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<Compile Include="Program.fs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Interstellar.Wpf.Chromium" Version="0.3.3" />
<PackageReference Include="Interstellar.Wpf.Chromium" Version="0.4.0" />
<PackageReference Include="CefSharp.Wpf" Version="86.0.241" />
</ItemGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
<ProjectReference Include="..\InterstellarApp.Core\InterstellarApp.Core.fsproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Interstellar.Core" Version="0.3.3">
<PackageReference Include="Interstellar.Core" Version="0.4.0">
<GeneratePathProperty></GeneratePathProperty>
</PackageReference>
<PackageReference Include="Interstellar.macOS.WebKit" Version="0.3.3">
<PackageReference Include="Interstellar.macOS.WebKit" Version="0.4.0">
<GeneratePathProperty></GeneratePathProperty>
</PackageReference>
</ItemGroup>
Expand Down
3 changes: 2 additions & 1 deletion templates/minimal/src/global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"sdk": {
"version": "6.0.300"
"version": "6.0.100",
"rollForward": "latestFeature"
},
"msbuild-sdks": {
"MSBuild.Sdk.Extras": "3.0.22"
Expand Down

0 comments on commit 7deffad

Please sign in to comment.