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

Commit 2e5b28e

Browse files
committed
3.6.3 Release
1 parent 909c2cf commit 2e5b28e

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

src/ScintillaNET.Signed.nuspec

Lines changed: 2 additions & 2 deletions
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.2</version>
5+
<version>3.6.3</version>
66
<title>ScintillaNET Source Editing Component - Signed</title>
77
<authors>Jacob Slusser</authors>
88
<owners>Jacob Slusser</owners>
@@ -11,7 +11,7 @@
1111
<description>A Windows Forms control, wrapper, and bindings for the Scintilla text editor.</description>
1212
<releaseNotes>Please visit https://github.com/jacobslusser/ScintillaNET/releases to view the release notes.</releaseNotes>
1313
<summary>Everything you need to use Scintilla in your Windows Forms project.</summary>
14-
<copyright>Copyright (c) 2016, Jacob Slusser. All rights reserved.</copyright>
14+
<copyright>Copyright (c) 2017, Jacob Slusser. All rights reserved.</copyright>
1515
<language>en-US</language>
1616
<tags>ScintillaNET Scintilla Editor</tags>
1717
</metadata>

src/ScintillaNET.nuspec

Lines changed: 2 additions & 2 deletions
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.2</version>
5+
<version>3.6.3</version>
66
<title>ScintillaNET Source Editing Component</title>
77
<authors>Jacob Slusser</authors>
88
<owners>Jacob Slusser</owners>
@@ -11,7 +11,7 @@
1111
<description>A Windows Forms control, wrapper, and bindings for the Scintilla text editor.</description>
1212
<releaseNotes>Please visit https://github.com/jacobslusser/ScintillaNET/releases to view the release notes.</releaseNotes>
1313
<summary>Everything you need to use Scintilla in your Windows Forms project.</summary>
14-
<copyright>Copyright (c) 2016, Jacob Slusser. All rights reserved.</copyright>
14+
<copyright>Copyright (c) 2017, Jacob Slusser. All rights reserved.</copyright>
1515
<language>en-US</language>
1616
<tags>ScintillaNET Scintilla Editor</tags>
1717
</metadata>

src/ScintillaNET/Properties/AssemblyInfo.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
[assembly: AssemblyConfiguration("")]
1313
[assembly: AssemblyCompany("Jacob Slusser")]
1414
[assembly: AssemblyProduct("ScintillaNET")]
15-
[assembly: AssemblyCopyright("Copyright (c) 2016, Jacob Slusser. All rights reserved.")]
15+
[assembly: AssemblyCopyright("Copyright (c) 2017, Jacob Slusser. All rights reserved.")]
1616
[assembly: AssemblyTrademark("The MIT License (MIT)")]
1717
[assembly: AssemblyCulture("")]
1818

@@ -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.2.0")]
39-
[assembly: AssemblyFileVersion("3.6.2.0")]
40-
[assembly: AssemblyInformationalVersion("3.6.2")]
38+
[assembly: AssemblyVersion("3.6.3.0")]
39+
[assembly: AssemblyFileVersion("3.6.3.0")]
40+
[assembly: AssemblyInformationalVersion("3.6.3")]
4141
[assembly: NeutralResourcesLanguageAttribute("en-US")]
4242

4343
#if (DEBUG)

0 commit comments

Comments
 (0)