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 8e0561c commit 280439aCopy full SHA for 280439a
Source/ExcelDna.IntelliSense/IntelliSenseServer.cs
@@ -47,7 +47,7 @@ namespace ExcelDna.IntelliSense
47
// REMEMBER: COM events are not necessarily safe macro contexts.
48
public static class IntelliSenseServer
49
{
50
- const string ServerVersion = "0.0.2"; // TODO: Define and manage this somewhere else
+ const string ServerVersion = "0.0.3"; // TODO: Define and manage this somewhere else
51
52
// NOTE: Do not change these constants in custom versions.
53
// They are part of the co-operative safety mechanism allowing different add-ins providing IntelliSense to work together safely.
0 commit comments