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

Commit f1b8187

Browse files
committed
3.5.1 Release.
1 parent 9664588 commit f1b8187

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.5.0</version>
5+
<version>3.5.1</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.5.0</version>
5+
<version>3.5.1</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.5.0.0")]
39-
[assembly: AssemblyFileVersion("3.5.0.0")]
40-
[assembly: AssemblyInformationalVersion("3.5.0")]
38+
[assembly: AssemblyVersion("3.5.1.0")]
39+
[assembly: AssemblyFileVersion("3.5.1.0")]
40+
[assembly: AssemblyInformationalVersion("3.5.1")]
4141
[assembly: NeutralResourcesLanguageAttribute("en-US")]
4242

4343
#if (DEBUG)

0 commit comments

Comments
 (0)