From 7aa1722a97b173c8d92ef74bb1a24a1544f81937 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 26 Nov 2019 09:00:21 +0200 Subject: [PATCH] Update change-version.js (#29736) Add `.nuspec` to the extensions list --- build/change-version.js | 1 + 1 file changed, 1 insertion(+) diff --git a/build/change-version.js b/build/change-version.js index 48b2eb7292..f068e2a703 100755 --- a/build/change-version.js +++ b/build/change-version.js @@ -95,6 +95,7 @@ function main(args) { '.js', '.json', '.md', + '.nuspec', '.scss', '.txt', '.yml'