branch: externals/csharp-mode commit 9917e1b97d6a374c8043124817142ea3419a649b Author: Theodor Thornhill <t...@thornhill.no> Commit: Theodor Thornhill <t...@thornhill.no>
Version bump The parent commit fixed a pretty ugly shortcoming in the multiline string handling. This version bump is merely to ensure that the ELPA or MELPA-stable versions of `csharp-mode` gets the benefits of that fix. --- csharp-compilation.el | 2 +- csharp-mode.el | 2 +- csharp-tree-sitter.el | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/csharp-compilation.el b/csharp-compilation.el index 1f75b44..72aaa0a 100644 --- a/csharp-compilation.el +++ b/csharp-compilation.el @@ -7,7 +7,7 @@ ;; Theodor Thornhill <t...@thornhill.no> ;; Created : September 2020 ;; Modified : 2020 -;; Version : 1.1.0 +;; Version : 1.1.1 ;; Keywords : c# languages oop mode ;; X-URL : https://github.com/emacs-csharp/csharp-mode diff --git a/csharp-mode.el b/csharp-mode.el index 400a8d2..74d3bfa 100644 --- a/csharp-mode.el +++ b/csharp-mode.el @@ -7,7 +7,7 @@ ;; Theodor Thornhill <t...@thornhill.no> ;; Created : September 2020 ;; Modified : 2020 -;; Version : 1.1.0 +;; Version : 1.1.1 ;; Keywords : c# languages oop mode ;; X-URL : https://github.com/emacs-csharp/csharp-mode ;; Package-Requires: ((emacs "26.1")) diff --git a/csharp-tree-sitter.el b/csharp-tree-sitter.el index 1766afa..1519619 100644 --- a/csharp-tree-sitter.el +++ b/csharp-tree-sitter.el @@ -7,7 +7,7 @@ ;; Theodor Thornhill <t...@thornhill.no> ;; Created : September 2020 ;; Modified : 2020 -;; Version : 1.1.0 +;; Version : 1.1.1 ;; Keywords : c# languages oop mode ;; X-URL : https://github.com/emacs-csharp/csharp-mode ;; Package-Requires: ((emacs "26.1") (tree-sitter "0.12.1") (tree-sitter-indent "0.1") (tree-sitter-langs "0.9.1"))