Skip to content

Commit c6ac29d

Browse files
committed
Inc version
1 parent 6036328 commit c6ac29d

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
lines changed

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.3.3
4+
5+
* Fix FSharp.Core dependency version mistake in last release
6+
37
## 0.3.2
48

59
* WinForms, WPF - Fix a bug that happens under Windows high-DPI mode

src/Interstellar.MacOS.WebKit.FullFramework/AssemblyInfo.fs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ open System.Runtime.CompilerServices
2020

2121
// The assembly version has the format {Major}.{Minor}.{Build}.{Revision}
2222

23-
[<assembly: AssemblyVersion("0.3.2")>]
24-
[<assembly: AssemblyInformationalVersion("0.3.2")>]
25-
[<assembly: AssemblyFileVersion("0.3.2.0")>]
23+
[<assembly: AssemblyVersion("0.3.3")>]
24+
[<assembly: AssemblyInformationalVersion("0.3.3")>]
25+
[<assembly: AssemblyFileVersion("0.3.3.0")>]
2626

2727
//[<assembly: AssemblyDelaySign(false)>]
2828
//[<assembly: AssemblyKeyFile("")>]

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.2" />
10+
<PackageReference Include="Interstellar.Core" Version="0.3.3" />
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.2" />
15+
<PackageReference Include="Interstellar.Wpf.Chromium" Version="0.3.3" />
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
@@ -46,10 +46,10 @@
4646
<ProjectReference Include="..\InterstellarApp.Core\InterstellarApp.Core.fsproj" />
4747
</ItemGroup>
4848
<ItemGroup>
49-
<PackageReference Include="Interstellar.Core" Version="0.3.2">
49+
<PackageReference Include="Interstellar.Core" Version="0.3.3">
5050
<GeneratePathProperty></GeneratePathProperty>
5151
</PackageReference>
52-
<PackageReference Include="Interstellar.macOS.WebKit" Version="0.3.2">
52+
<PackageReference Include="Interstellar.macOS.WebKit" Version="0.3.3">
5353
<GeneratePathProperty></GeneratePathProperty>
5454
</PackageReference>
5555
</ItemGroup>

0 commit comments

Comments
 (0)