Skip to content

Commit

Permalink
Merge pull request #20 from SilkyFowl/SilkyFowl/issue19
Browse files Browse the repository at this point in the history
SilkyFowl/issue19
  • Loading branch information
SilkyFowl authored May 5, 2023
2 parents e68bf49 + 04a8025 commit 2e7a62e
Show file tree
Hide file tree
Showing 10 changed files with 641 additions and 829 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"fake-cli": {
"version": "5.22.0",
"version": "6.0.0",
"commands": [
"fake"
]
Expand Down
6 changes: 6 additions & 0 deletions Avalonia.FuncUI.LiveView.sln
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{77D972B7
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Avalonia.FuncUI.LiveView.Core.Tests", "tests\Avalonia.FuncUI.LiveView.Core.Tests\Avalonia.FuncUI.LiveView.Core.Tests.fsproj", "{20DD3B4D-46C8-4F78-B114-6ED2CCAA1433}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "build", "build\build.fsproj", "{049BAB3B-2D97-4B66-94C9-7E5E8F85171C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -57,6 +59,10 @@ Global
{20DD3B4D-46C8-4F78-B114-6ED2CCAA1433}.Debug|Any CPU.Build.0 = Debug|Any CPU
{20DD3B4D-46C8-4F78-B114-6ED2CCAA1433}.Release|Any CPU.ActiveCfg = Release|Any CPU
{20DD3B4D-46C8-4F78-B114-6ED2CCAA1433}.Release|Any CPU.Build.0 = Release|Any CPU
{049BAB3B-2D97-4B66-94C9-7E5E8F85171C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{049BAB3B-2D97-4B66-94C9-7E5E8F85171C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{049BAB3B-2D97-4B66-94C9-7E5E8F85171C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{049BAB3B-2D97-4B66-94C9-7E5E8F85171C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{AA59F86F-40EC-4935-928E-ACE854A73DE4} = {DB8DF710-E6E6-4722-99D4-514834AEEB16}
Expand Down
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 0.0.1

* This release is to support Avalonia.FuncUI v0.5.x. There are no changes.

### 0.0.1-alpha4

* Remove unnecessary dependencies
Expand Down
Loading

0 comments on commit 2e7a62e

Please sign in to comment.