Skip to content

Commit 28c8d43

Browse files
authored
ga (#143)
1 parent 0c67afa commit 28c8d43

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.0-preview.13</Version>
6+
<Version>2.0.0-preview.14</Version>
77
</PropertyGroup>
88
</When>
99
<Otherwise>
1010
<PropertyGroup>
1111
<!-- package version for all other packages -->
12-
<Version>2.0.0-preview.13</Version>
12+
<Version>2.0.0</Version>
1313
</PropertyGroup>
1414
</Otherwise>
1515
</Choose>

0 commit comments

Comments
 (0)