commit | 3b3318b64043dcf29d6f06322739f695a5cc257e | [log] [tgz] |
---|---|---|
author | GustavEikaas <gustav.eikaas@gmail.com> | Sun Dec 29 15:08:49 2024 +0100 |
committer | Christian Brabandt <cb@256bit.org> | Sun Dec 29 15:08:49 2024 +0100 |
tree | 3e2d372305c3f62ccef5fc0621f2d2b210d5fdf0 | |
parent | 7b12ac3ad86f02bf26d6830caa991041dd1c4785 [diff] [blame] |
patch 9.1.0971: filetype: SLNX files are not recognized Problem: filetype: SLNX files are not recognized Solution: detect '*.slnx' files as xml filetype (Gustav Eikaas) References: https://blog.ndepend.com/slnx-the-new-net-solution-xml-file-format/ https://blog.jetbrains.com/dotnet/2024/10/04/support-for-slnx-solution-files/ closes: #16334 Signed-off-by: GustavEikaas <gustav.eikaas@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index 8e884af..b1ce2cc 100644 --- a/src/version.c +++ b/src/version.c
@@ -705,6 +705,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 971, +/**/ 970, /**/ 969,