Skip to content

Commit 0cdca40

Browse files
committed
fix release: the VSSDK tooling does not allow passing & to the package name, hence we use 'and'
1 parent 27a4fb1 commit 0cdca40

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Directory.Build.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
</PropertyGroup>
1111

1212
<PropertyGroup>
13-
<ReqnrollPackageDisplayName>Reqnroll for Visual Studio 2022 &amp; 2026</ReqnrollPackageDisplayName>
13+
<!-- note: the VSSDK tooling does not allow passing &amp; to the package name, hence we use 'and' -->
14+
<ReqnrollPackageDisplayName>Reqnroll for Visual Studio 2022 and 2026</ReqnrollPackageDisplayName>
1415
</PropertyGroup>
1516

1617
<PropertyGroup>

0 commit comments

Comments
 (0)