Skip to content

Commit 9ff4cc9

Browse files
authored
Release 2.0.2 (#164)
1 parent b9fc1fc commit 9ff4cc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Libraries/Directory.Build.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<When Condition="$([System.String]::Copy('$(PackageId)').StartsWith('Microsoft.Teams.Plugins.External.Mcp'))">
44
<PropertyGroup>
55
<!-- package version for `Microsoft.Teams.Plugins.External.Mcp` and `Microsoft.Teams.Plugins.External.McpClient` packages -->
6-
<Version>2.0.1-preview.14</Version>
6+
<Version>2.0.2-preview.14</Version>
77
</PropertyGroup>
88
</When>
99
<Otherwise>
1010
<PropertyGroup>
1111
<!-- package version for all other packages -->
12-
<Version>2.0.1</Version>
12+
<Version>2.0.2</Version>
1313
</PropertyGroup>
1414
</Otherwise>
1515
</Choose>

0 commit comments

Comments
 (0)