We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2.0.2
1 parent b9fc1fc commit 9ff4cc9Copy full SHA for 9ff4cc9
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.1-preview.14</Version>
+ <Version>2.0.2-preview.14</Version>
7
</PropertyGroup>
8
</When>
9
<Otherwise>
10
11
<!-- package version for all other packages -->
12
- <Version>2.0.1</Version>
+ <Version>2.0.2</Version>
13
14
</Otherwise>
15
</Choose>
0 commit comments