Skip to content

Commit 961b66b

Browse files
authored
Checkin of 4.0.6 (#61)
1 parent 5e314f7 commit 961b66b

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

Diff for: client/fin.desktop.Excel.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ class ExcelApplication extends RpcDispatcher_1.RpcDispatcher {
558558
constructor(connectionUuid, logger) {
559559
super(logger);
560560
this.workbooks = {};
561-
this.version = { clientVersion: "4.0.5", buildVersion: "4.0.5.0" };
561+
this.version = { clientVersion: "4.0.6", buildVersion: "4.0.6.0" };
562562
this.loggerName = "ExcelApplication";
563563
this.processExcelEvent = (data, uuid) => {
564564
var eventType = data.event;

Diff for: demo/app.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"licenseKey": "64605fac-add3-48a0-8710-64b38e96a2dd",
33
"startup_app": {
44
"name": "Excel-API-Example",
5-
"url": "https://cdn.openfin.co/release/exceljs/4.0.5/demo/index.html",
5+
"url": "https://cdn.openfin.co/release/exceljs/4.0.6/demo/index.html",
66
"uuid": "excel-api-example",
7-
"applicationIcon": "https://cdn.openfin.co/release/exceljs/4.0.5/demo/openfin-excel.ico",
7+
"applicationIcon": "https://cdn.openfin.co/release/exceljs/4.0.6/demo/openfin-excel.ico",
88
"autoShow": true,
99
"defaultWidth": 760,
1010
"defaultHeight": 704,
@@ -21,17 +21,17 @@
2121
"arguments": "",
2222
"version": "14.78.48.16"
2323
},
24-
"splashScreenImage": "https://cdn.openfin.co/release/exceljs/4.0.5/demo/splash_excel.png",
24+
"splashScreenImage": "https://cdn.openfin.co/release/exceljs/4.0.6/demo/splash_excel.png",
2525
"shortcut": {
2626
"company": "OpenFin",
2727
"description": "excel-api-example",
28-
"icon": "https://cdn.openfin.co/release/exceljs/4.0.5/demo/openfin-excel.ico",
28+
"icon": "https://cdn.openfin.co/release/exceljs/4.0.6/demo/openfin-excel.ico",
2929
"name": "excel-api-example"
3030
},
3131
"services": [
3232
{
3333
"name": "excel",
34-
"manifestUrl": "https://cdn.openfin.co/release/exceljs/4.0.5/provider/app.json"
34+
"manifestUrl": "https://cdn.openfin.co/release/exceljs/4.0.6/provider/app.json"
3535
}
3636
]
3737
}

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "excel-api-example",
3-
"version": "4.0.5",
3+
"version": "4.0.6",
44
"description": "Excel integration for OpenFin",
55
"main": "main.js",
66
"dependencies": {},

Diff for: provider/add-in.zip

-1.36 MB
Binary file not shown.

Diff for: provider/app.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"licenseKey": "64605fac-add3-48a0-8710-64b38e96a2dd",
33
"startup_app": {
44
"name": "Excel-Service-Manager",
5-
"url": "https://cdn.openfin.co/release/exceljs/4.0.5/provider/provider.html",
5+
"url": "https://cdn.openfin.co/release/exceljs/4.0.6/provider/provider.html",
66
"uuid": "excel-service-manager",
77
"permissions": {
88
"System": {
@@ -17,9 +17,9 @@
1717
},
1818
"appAssets": [
1919
{
20-
"src": "https://cdn.openfin.co/release/exceljs/4.0.5/provider/add-in.zip",
20+
"src": "https://cdn.openfin.co/release/exceljs/4.0.6/provider/add-in.zip",
2121
"alias": "excel-api-addin",
22-
"version": "4.0.5"
22+
"version": "4.0.6"
2323
}
2424
]
2525
}

Diff for: provider/dev-app.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
{
2121
"src": "http://localhost:8080/provider/add-in.zip",
2222
"alias": "excel-api-addin",
23-
"version": "4.0.5",
23+
"version": "4.0.6",
2424
"forceDownload": true
2525
}
2626
]

Diff for: provider/provider.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
8383
// XLL Add-In has been installed. If not, it will perform the deployment, registration,
8484
// and start the service process
8585
fin.desktop.main(() => __awaiter(this, void 0, void 0, function* () {
86-
const providerVersion = "4.0.5";
87-
const buildVersion = "4.0.5.0";
86+
const providerVersion = "4.0.6";
87+
const buildVersion = "4.0.6.0";
8888
const excelAssetAlias = 'excel-api-addin';
8989
const excelServiceUuid = '886834D1-4651-4872-996C-7B2578E953B9';
9090
const installFolder = '%localappdata%\\OpenFin\\shared\\assets\\excel-api-addin';

0 commit comments

Comments
 (0)