This repository was archived by the owner on Dec 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
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.5.0 </version >
5
+ <version >3.5.1 </version >
6
6
<title >ScintillaNET Source Editing Component - Signed</title >
7
7
<authors >Jacob Slusser</authors >
8
8
<owners >Jacob Slusser</owners >
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.5.0 </version >
5
+ <version >3.5.1 </version >
6
6
<title >ScintillaNET Source Editing Component</title >
7
7
<authors >Jacob Slusser</authors >
8
8
<owners >Jacob Slusser</owners >
Original file line number Diff line number Diff line change 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.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 " ) ]
41
41
[ assembly: NeutralResourcesLanguageAttribute ( "en-US" ) ]
42
42
43
43
#if ( DEBUG )
You can’t perform that action at this time.
0 commit comments