Skip to content

Commit d1e7411

Browse files
authored
Merge pull request #66 from Caliburn-Micro/58-using-avalonia-ui-with-caliburnmicro
remove attempt for copy
2 parents 74e1e27 + 38f778f commit d1e7411

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

documentation/AvaloniaUI.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Working with Avalonia UI
66
To use Caliburn.Micro with Avalonia UI use Visual Studio 2022 version 17.3 and install the Avalonia for Visual Studio 2022 extensions. You should also install the Avalonia UI and the AvaloniaUI templates.
77

88
### Step 1: Install Avalonia Templates
9-
######
9+
1010
dotnet new install Avalonia.Templates
1111

1212
### Step 2: Create a New Avalonia UI Project
@@ -16,14 +16,14 @@ To use Caliburn.Micro with Avalonia UI use Visual Studio 2022 version 17.3 and i
1616
### Step 3: Add Caliburn.Micro.Avalonia NuGet Package
1717

1818
Add the Caliburn.Micro.Avalonia NuGet package to your solution by running this command in the terminal:
19-
######
19+
2020
dotnet add package Caliburn.Micro.Avalonia --version 5.0.183-beta --source "https://nuget.pkg.github.com/caliburn-micro/index.json"
2121

2222

2323
### Step 4: Create the Bootstrapper Class
2424

2525
Add a file Bootstrapper.cs class to the root of the project
26-
######
26+
2727
namespace AvaloniaApplication1
2828
{
2929
public class Bootstrapper : BootstrapperBase
@@ -74,7 +74,7 @@ Add a file Bootstrapper.cs class to the root of the project
7474
#### Step 5: Update the App.axaml.cs file
7575

7676
The App.axaml.cs file needs to be updated to this
77-
######
77+
7878
public partial class App : Application
7979
{
8080
public override void Initialize()

0 commit comments

Comments
 (0)