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.
1 parent 74c5f48 commit b8fc6acCopy full SHA for b8fc6ac
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.6.1"; // TODO: Define and manage this somewhere else
+ const string ServerVersion = "1.7.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