Skip to content
This repository was archived by the owner on Dec 22, 2023. It is now read-only.

Commit 909c2cf

Browse files
committed
Upgraded SciLexer to v3.7.2.
1 parent 58b5c23 commit 909c2cf

15 files changed

+7
-7
lines changed

src/ScintillaNET.Signed.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>jacobslusser.ScintillaNET.Signed</id>
5-
<version>3.6.1</version>
5+
<version>3.6.2</version>
66
<title>ScintillaNET Source Editing Component - Signed</title>
77
<authors>Jacob Slusser</authors>
88
<owners>Jacob Slusser</owners>

src/ScintillaNET.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>jacobslusser.ScintillaNET</id>
5-
<version>3.6.1</version>
5+
<version>3.6.2</version>
66
<title>ScintillaNET Source Editing Component</title>
77
<authors>Jacob Slusser</authors>
88
<owners>Jacob Slusser</owners>

src/ScintillaNET/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
// You can specify all the values or you can default the Build and Revision Numbers
3636
// by using the '*' as shown below:
3737
// [assembly: AssemblyVersion("1.0.*")]
38-
[assembly: AssemblyVersion("3.6.1.0")]
39-
[assembly: AssemblyFileVersion("3.6.1.0")]
40-
[assembly: AssemblyInformationalVersion("3.6.1")]
38+
[assembly: AssemblyVersion("3.6.2.0")]
39+
[assembly: AssemblyFileVersion("3.6.2.0")]
40+
[assembly: AssemblyInformationalVersion("3.6.2")]
4141
[assembly: NeutralResourcesLanguageAttribute("en-US")]
4242

4343
#if (DEBUG)

src/ScintillaNET/x64/SciLexer.dll

512 Bytes
Binary file not shown.

src/ScintillaNET/x64/SciLexer.dll.gz

354 Bytes
Binary file not shown.

src/ScintillaNET/x64/SciLexer.exp

0 Bytes
Binary file not shown.

src/ScintillaNET/x64/SciLexer.lib

0 Bytes
Binary file not shown.

src/ScintillaNET/x64/SciLexer.pdb

0 Bytes
Binary file not shown.

src/ScintillaNET/x64/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
371
1+
372

src/ScintillaNET/x86/SciLexer.dll

0 Bytes
Binary file not shown.

src/ScintillaNET/x86/SciLexer.dll.gz

328 Bytes
Binary file not shown.

src/ScintillaNET/x86/SciLexer.exp

0 Bytes
Binary file not shown.

src/ScintillaNET/x86/SciLexer.lib

0 Bytes
Binary file not shown.

src/ScintillaNET/x86/SciLexer.pdb

0 Bytes
Binary file not shown.

src/ScintillaNET/x86/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
371
1+
372

0 commit comments

Comments
 (0)