We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ServerVersion
1 parent 851c751 commit 824003eCopy full SHA for 824003e
Source/ExcelDna.IntelliSense/IntelliSenseServer.cs
@@ -30,7 +30,7 @@ namespace ExcelDna.IntelliSense
30
// REMEMBER: COM events are not necessarily safe macro contexts.
31
public static class IntelliSenseServer
32
{
33
- const string ServerVersion = "1.0.10"; // TODO: Define and manage this somewhere else
+ const string ServerVersion = "1.2.0"; // TODO: Define and manage this somewhere else
34
35
// NOTE: Do not change these constants in custom versions.
36
// They are part of the co-operative safety mechanism allowing different add-ins providing IntelliSense to work together safely.
0 commit comments