From 4ac2b7ace8f2b0abdee568733a0aebc7fd208e55 Mon Sep 17 00:00:00 2001 From: Dan Walmsley Date: Fri, 20 Dec 2019 21:36:28 +0000 Subject: [PATCH] update avalonia --- AvalonStudio.Shell | 2 +- AvaloniaEdit | 2 +- Directory.Build.targets | 2 +- build.cake | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/AvalonStudio.Shell b/AvalonStudio.Shell index 0e4a9a9b1a..fdaead80ea 160000 --- a/AvalonStudio.Shell +++ b/AvalonStudio.Shell @@ -1 +1 @@ -Subproject commit 0e4a9a9b1a8e0e1bb1da35213d9f0e136bbe8e25 +Subproject commit fdaead80eaf53e7a6d9ce94e75549ab1a99cdc92 diff --git a/AvaloniaEdit b/AvaloniaEdit index a1310b9ed4..4c864e0ba6 160000 --- a/AvaloniaEdit +++ b/AvaloniaEdit @@ -1 +1 @@ -Subproject commit a1310b9ed49ce98876252720e90ccea88a9d60a5 +Subproject commit 4c864e0ba688e5ae258e47067ecb7a68ec75bf60 diff --git a/Directory.Build.targets b/Directory.Build.targets index b31e4e539a..cd46d8a3f0 100644 --- a/Directory.Build.targets +++ b/Directory.Build.targets @@ -2,7 +2,7 @@ 0.9.0 - 0.9.0 + 0.9.1 0.9.0 2.0.20 2.0.4 diff --git a/build.cake b/build.cake index cd3dc3a616..e1c6337e2f 100644 --- a/build.cake +++ b/build.cake @@ -55,7 +55,7 @@ var isNuGetRelease = isTagged && isReleasable; // VERSION /////////////////////////////////////////////////////////////////////////////// -var version = "0.51"; +var version = "0.9.1"; if (isRunningOnAppVeyor) {