Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9917e1b

Browse files
committed
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.
1 parent a28999c commit 9917e1b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

csharp-compilation.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
;; Theodor Thornhill <[email protected]>
88
;; Created : September 2020
99
;; Modified : 2020
10-
;; Version : 1.1.0
10+
;; Version : 1.1.1
1111
;; Keywords : c# languages oop mode
1212
;; X-URL : https://github.com/emacs-csharp/csharp-mode
1313

csharp-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
;; Theodor Thornhill <[email protected]>
88
;; Created : September 2020
99
;; Modified : 2020
10-
;; Version : 1.1.0
10+
;; Version : 1.1.1
1111
;; Keywords : c# languages oop mode
1212
;; X-URL : https://github.com/emacs-csharp/csharp-mode
1313
;; Package-Requires: ((emacs "26.1"))

csharp-tree-sitter.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
;; Theodor Thornhill <[email protected]>
88
;; Created : September 2020
99
;; Modified : 2020
10-
;; Version : 1.1.0
10+
;; Version : 1.1.1
1111
;; Keywords : c# languages oop mode
1212
;; X-URL : https://github.com/emacs-csharp/csharp-mode
1313
;; Package-Requires: ((emacs "26.1") (tree-sitter "0.12.1") (tree-sitter-indent "0.1") (tree-sitter-langs "0.9.1"))

0 commit comments

Comments
 (0)