From 10ff8aa116acf2611bcfc469ebaaac61c23907ae Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Thu, 3 Mar 2022 12:43:28 -0800 Subject: [PATCH] Fix pinned app name (#18623) * Fix pinned name on Windows * fix distro --- package.json | 2 +- resources/win32/VisualElementsManifest.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 707d0f4545..e8d1c06a7f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "azuredatastudio", "version": "1.36.0", - "distro": "315dcb18cc81bfa733b04746ba9c0131c38d3913", + "distro": "c56461d705cbb7fab980277848260cf579fff140", "author": { "name": "Microsoft Corporation" }, diff --git a/resources/win32/VisualElementsManifest.xml b/resources/win32/VisualElementsManifest.xml index 40efd0a396..6f9a66e0cc 100644 --- a/resources/win32/VisualElementsManifest.xml +++ b/resources/win32/VisualElementsManifest.xml @@ -4,6 +4,6 @@ ShowNameOnSquare150x150Logo="on" Square150x150Logo="resources\app\resources\win32\code_150x150.png" Square70x70Logo="resources\app\resources\win32\code_70x70.png" - ForegroundText="light" - ShortDisplayName="Code - OSS" /> + ForegroundText="light" + ShortDisplayName="Azure Data Studio - OSS" />