From 79ef8887d81ab9923a25046b4557ff076412ab2f Mon Sep 17 00:00:00 2001 From: Christoph Wille Date: Tue, 1 Jun 2021 09:23:53 +0200 Subject: [PATCH] AvalonEdit 6.1.2 release information --- .github/workflows/dotnet.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 6f7a611..71dd04a 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -16,7 +16,7 @@ jobs: env: Solution: '**/ICSharpCode.AvalonEdit.sln' BuildPlatform: 'Any CPU' - BuildVersion: '6.1.1' + BuildVersion: '6.1.2' steps: - uses: actions/checkout@v2 - name: Update project version diff --git a/README.md b/README.md index 0fcbfe6..7e9f879 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Documentation Check out the [official documentation](http://avalonedit.net/documentation/) and the [samples and articles wiki page](https://github.com/icsharpcode/AvalonEdit/wiki/Samples-and-Articles) To build the Documentation you need to install Sandcastle from https://github.com/EWSoftware/SHFB/releases (currently validated tooling is -v2019.4.14.0) +v2021.4.9.0) The build of the Documentation can take very long, please be patient.