From e96ffd078bcc787cd964c21369f0e9cd1a50ea64 Mon Sep 17 00:00:00 2001 From: Jake Fullerton Date: Tue, 5 Dec 2023 16:54:08 -0500 Subject: [PATCH] manually add version --- cs/Directory.Build.props | 1 + ts/package-lock.json | 6 ++++-- ts/package.json | 3 ++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/cs/Directory.Build.props b/cs/Directory.Build.props index b53411c9..9d09842b 100644 --- a/cs/Directory.Build.props +++ b/cs/Directory.Build.props @@ -20,6 +20,7 @@ MIT https://github.com/microsoft/dev-tunnels https://github.com/microsoft/dev-tunnels + 1.0.7500 diff --git a/ts/package-lock.json b/ts/package-lock.json index 1051684d..c774617c 100644 --- a/ts/package-lock.json +++ b/ts/package-lock.json @@ -46,7 +46,8 @@ "typescript": "^4.9.5", "websocket": "^1.0.28", "yargs": "^17.2.1" - } + }, + "version": "1.0.7500" }, "node_modules/@es-joy/jsdoccomment": { "version": "0.37.0", @@ -4872,5 +4873,6 @@ "url": "https://github.com/sponsors/sindresorhus" } } - } + }, + "version": "1.0.7500" } diff --git a/ts/package.json b/ts/package.json index 03173e47..fedfed6e 100644 --- a/ts/package.json +++ b/ts/package.json @@ -109,5 +109,6 @@ "trailingComma": "all", "arrowParens": "always", "parser": "typescript" - } + }, + "version": "1.0.7500" }