File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
NuGet/ExcelDna.IntelliSense
ExcelDna.IntelliSense.Host/Properties
ExcelDna.IntelliSense.Tools/Properties Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 22<package xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
33 <metadata >
44 <id >ExcelDna.IntelliSense</id >
5- <version >1.4.1 </version >
5+ <version >1.4.2 </version >
66 <title >Excel-DNA IntelliSense Extension</title >
77 <authors >Excel-DNA Contributors</authors >
88 <owners >Excel-DNA Contributors</owners >
Original file line number Diff line number Diff line change 3131// You can specify all the values or you can default the Build and Revision Numbers
3232// by using the '*' as shown below:
3333// [assembly: AssemblyVersion("1.0.*")]
34- [ assembly: AssemblyVersion ( "1.4.1 .0" ) ]
35- [ assembly: AssemblyFileVersion ( "1.4.1 .0" ) ]
36- [ assembly: AssemblyInformationalVersion ( "1.4.1 " ) ]
34+ [ assembly: AssemblyVersion ( "1.4.2 .0" ) ]
35+ [ assembly: AssemblyFileVersion ( "1.4.2 .0" ) ]
36+ [ assembly: AssemblyInformationalVersion ( "1.4.2 " ) ]
Original file line number Diff line number Diff line change 3131// You can specify all the values or you can default the Build and Revision Numbers
3232// by using the '*' as shown below:
3333// [assembly: AssemblyVersion("1.0.*")]
34- [ assembly: AssemblyVersion ( "1.4.1 .0" ) ]
35- [ assembly: AssemblyFileVersion ( "1.4.1 .0" ) ]
36- [ assembly: AssemblyInformationalVersion ( "1.4.1 " ) ]
34+ [ assembly: AssemblyVersion ( "1.4.2 .0" ) ]
35+ [ assembly: AssemblyFileVersion ( "1.4.2 .0" ) ]
36+ [ assembly: AssemblyInformationalVersion ( "1.4.2 " ) ]
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ namespace ExcelDna.IntelliSense
3030 // REMEMBER: COM events are not necessarily safe macro contexts.
3131 public static class IntelliSenseServer
3232 {
33- const string ServerVersion = "1.4.1 " ; // TODO: Define and manage this somewhere else
33+ const string ServerVersion = "1.4.2 " ; // TODO: Define and manage this somewhere else
3434
3535 // NOTE: Do not change these constants in custom versions.
3636 // They are part of the co-operative safety mechanism allowing different add-ins providing IntelliSense to work together safely.
Original file line number Diff line number Diff line change 3131// You can specify all the values or you can default the Build and Revision Numbers
3232// by using the '*' as shown below:
3333// [assembly: AssemblyVersion("1.0.*")]
34- [ assembly: AssemblyVersion ( "1.4.1 .0" ) ]
35- [ assembly: AssemblyFileVersion ( "1.4.1 .0" ) ]
36- [ assembly: AssemblyInformationalVersion ( "1.4.1 " ) ]
34+ [ assembly: AssemblyVersion ( "1.4.2 .0" ) ]
35+ [ assembly: AssemblyFileVersion ( "1.4.2 .0" ) ]
36+ [ assembly: AssemblyInformationalVersion ( "1.4.2 " ) ]
You can’t perform that action at this time.
0 commit comments