Skip to content

Commit 2f046b3

Browse files
committed
Merge branch 'hotfix/0.4.1'
* hotfix/0.4.1: (#136) Ensure VSIX identity is different
2 parents b50715f + 410c7a5 commit 2f046b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cake.VisualStudio.2022/source.extension.vsixmanifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
33
<Metadata>
4-
<Identity Id="3cf9b016-d63f-44ee-849d-6f3efc996134" Version="0.1.1.0" Language="en-US" Publisher="Cake Build" />
4+
<Identity Id="ad71f4ec-6358-47a3-8a27-d9dc61d0606b" Version="0.1.1.0" Language="en-US" Publisher="Cake Build" />
55
<DisplayName>Cake for Visual Studio 2022</DisplayName>
66
<Description xml:space="preserve">Adds support for the Cake build tool in Visual Studio 2022. Includes support for the Task Runner Explorer, new templates and bootstrapping important Cake files.</Description>
77
<MoreInfo>https://github.com/cake-build/cake-vs</MoreInfo>

0 commit comments

Comments
 (0)