This repository was archived by the owner on Dec 22, 2023. It is now read-only.
File tree 3 files changed +8
-8
lines changed 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
3
3
<metadata >
4
4
<id >jacobslusser.ScintillaNET.Signed</id >
5
- <version >3.6.2 </version >
5
+ <version >3.6.3 </version >
6
6
<title >ScintillaNET Source Editing Component - Signed</title >
7
7
<authors >Jacob Slusser</authors >
8
8
<owners >Jacob Slusser</owners >
11
11
<description >A Windows Forms control, wrapper, and bindings for the Scintilla text editor.</description >
12
12
<releaseNotes >Please visit https://github.com/jacobslusser/ScintillaNET/releases to view the release notes.</releaseNotes >
13
13
<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 >
15
15
<language >en-US</language >
16
16
<tags >ScintillaNET Scintilla Editor</tags >
17
17
</metadata >
Original file line number Diff line number Diff line change 2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
3
3
<metadata >
4
4
<id >jacobslusser.ScintillaNET</id >
5
- <version >3.6.2 </version >
5
+ <version >3.6.3 </version >
6
6
<title >ScintillaNET Source Editing Component</title >
7
7
<authors >Jacob Slusser</authors >
8
8
<owners >Jacob Slusser</owners >
11
11
<description >A Windows Forms control, wrapper, and bindings for the Scintilla text editor.</description >
12
12
<releaseNotes >Please visit https://github.com/jacobslusser/ScintillaNET/releases to view the release notes.</releaseNotes >
13
13
<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 >
15
15
<language >en-US</language >
16
16
<tags >ScintillaNET Scintilla Editor</tags >
17
17
</metadata >
Original file line number Diff line number Diff line change 12
12
[ assembly: AssemblyConfiguration ( "" ) ]
13
13
[ assembly: AssemblyCompany ( "Jacob Slusser" ) ]
14
14
[ 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." ) ]
16
16
[ assembly: AssemblyTrademark ( "The MIT License (MIT)" ) ]
17
17
[ assembly: AssemblyCulture ( "" ) ]
18
18
35
35
// You can specify all the values or you can default the Build and Revision Numbers
36
36
// by using the '*' as shown below:
37
37
// [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 " ) ]
41
41
[ assembly: NeutralResourcesLanguageAttribute ( "en-US" ) ]
42
42
43
43
#if ( DEBUG )
You can’t perform that action at this time.
0 commit comments