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.0.6 </version >
5+ <version >1.0.7 </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 1010[ assembly: AssemblyConfiguration ( "" ) ]
1111[ assembly: AssemblyCompany ( "Excel-DNA" ) ]
1212[ assembly: AssemblyProduct ( "Excel-DNA IntelliSense" ) ]
13- [ assembly: AssemblyCopyright ( "Copyright © Excel-DNA Contributors 2013-2017 " ) ]
13+ [ assembly: AssemblyCopyright ( "Copyright © Excel-DNA Contributors 2013-2018 " ) ]
1414[ assembly: AssemblyTrademark ( "" ) ]
1515[ assembly: AssemblyCulture ( "" ) ]
1616
3232// You can specify all the values or you can default the Build and Revision Numbers
3333// by using the '*' as shown below:
3434// [assembly: AssemblyVersion("1.0.*")]
35- [ assembly: AssemblyVersion ( "1.0.6 .*" ) ]
36- [ assembly: AssemblyFileVersion ( "1.0.6 .0" ) ]
35+ [ assembly: AssemblyVersion ( "1.0.7 .*" ) ]
36+ [ assembly: AssemblyFileVersion ( "1.0.7 .0" ) ]
Original file line number Diff line number Diff line change 1010[ assembly: AssemblyConfiguration ( "" ) ]
1111[ assembly: AssemblyCompany ( "" ) ]
1212[ assembly: AssemblyProduct ( "ExcelDna.IntelliSense.Tools" ) ]
13- [ assembly: AssemblyCopyright ( "Copyright © Excel-DNA Contributors 2013-2017 " ) ]
13+ [ assembly: AssemblyCopyright ( "Copyright © Excel-DNA Contributors 2013-2018 " ) ]
1414[ assembly: AssemblyTrademark ( "" ) ]
1515[ assembly: AssemblyCulture ( "" ) ]
1616
3232// You can specify all the values or you can default the Build and Revision Numbers
3333// by using the '*' as shown below:
3434// [assembly: AssemblyVersion("1.0.*")]
35- [ assembly: AssemblyVersion ( "1.0.6 .*" ) ]
36- [ assembly: AssemblyFileVersion ( "1.0.6 .0" ) ]
35+ [ assembly: AssemblyVersion ( "1.0.7 .*" ) ]
36+ [ assembly: AssemblyFileVersion ( "1.0.7 .0" ) ]
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ namespace ExcelDna.IntelliSense
2828 // REMEMBER: COM events are not necessarily safe macro contexts.
2929 public static class IntelliSenseServer
3030 {
31- const string ServerVersion = "1.0.6 " ; // TODO: Define and manage this somewhere else
31+ const string ServerVersion = "1.0.7 " ; // TODO: Define and manage this somewhere else
3232
3333 // NOTE: Do not change these constants in custom versions.
3434 // 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 1010[ assembly: AssemblyConfiguration ( "" ) ]
1111[ assembly: AssemblyCompany ( "Excel-DNA" ) ]
1212[ assembly: AssemblyProduct ( "Excel-DNA IntelliSense" ) ]
13- [ assembly: AssemblyCopyright ( "Copyright © Excel-DNA Contributors 2013-2017 " ) ]
13+ [ assembly: AssemblyCopyright ( "Copyright © Excel-DNA Contributors 2013-2018 " ) ]
1414[ assembly: AssemblyTrademark ( "" ) ]
1515[ assembly: AssemblyCulture ( "" ) ]
1616
3232// You can specify all the values or you can default the Build and Revision Numbers
3333// by using the '*' as shown below:
3434// [assembly: AssemblyVersion("1.0.*")]
35- [ assembly: AssemblyVersion ( "1.0.6 .*" ) ]
36- [ assembly: AssemblyFileVersion ( "1.0.6 .0" ) ]
35+ [ assembly: AssemblyVersion ( "1.0.7 .*" ) ]
36+ [ assembly: AssemblyFileVersion ( "1.0.7 .0" ) ]
You can’t perform that action at this time.
0 commit comments