We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c67afa commit 28c8d43Copy full SHA for 28c8d43
Libraries/Directory.Build.targets
@@ -3,13 +3,13 @@
3
<When Condition="$([System.String]::Copy('$(PackageId)').StartsWith('Microsoft.Teams.Plugins.External.Mcp'))">
4
<PropertyGroup>
5
<!-- package version for `Microsoft.Teams.Plugins.External.Mcp` and `Microsoft.Teams.Plugins.External.McpClient` packages -->
6
- <Version>2.0.0-preview.13</Version>
+ <Version>2.0.0-preview.14</Version>
7
</PropertyGroup>
8
</When>
9
<Otherwise>
10
11
<!-- package version for all other packages -->
12
+ <Version>2.0.0</Version>
13
14
</Otherwise>
15
</Choose>
0 commit comments