File tree Expand file tree Collapse file tree 8 files changed +28
-7
lines changed
dotnet/src/Microsoft.Agents.M365Copilot.Beta
python/packages/microsoft_agents_m365copilot_beta
typescript/packages/agents-m365copilot-beta Expand file tree Collapse file tree 8 files changed +28
-7
lines changed Original file line number Diff line number Diff line change 11{
2- "dotnet/src/Microsoft.Agents.M365Copilot.Beta" : " 1.0.0-preview.3 " ,
2+ "dotnet/src/Microsoft.Agents.M365Copilot.Beta" : " 1.0.0-preview.4 " ,
33 "dotnet/src/Microsoft.Agents.M365Copilot.Core" : " 1.0.0-preview.3" ,
4- "typescript/packages/agents-m365copilot-beta" : " 1.0.0-preview.3 " ,
4+ "typescript/packages/agents-m365copilot-beta" : " 1.0.0-preview.4 " ,
55 "typescript/packages/agents-m365copilot-core" : " 1.0.0-preview.1" ,
6- "python/packages/microsoft_agents_m365copilot_beta" : " 1.0.0-preview.3 " ,
6+ "python/packages/microsoft_agents_m365copilot_beta" : " 1.0.0-preview.4 " ,
77 "python/packages/microsoft_agents_m365copilot_core" : " 1.0.0-preview.1"
88}
Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) , and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 1.0.0-preview.4] ( https://github.com/microsoft/Agents-M365Copilot/compare/Microsoft.Agents.M365Copilot.Beta-v1.0.0-preview.3...Microsoft.Agents.M365Copilot.Beta-v1.0.0-preview.4 ) (2025-07-16)
8+
9+
10+ ### Features
11+
12+ * ** generation:** update request builders and models for dotnet beta ([ #106 ] ( https://github.com/microsoft/Agents-M365Copilot/issues/106 ) ) ([ d8e5452] ( https://github.com/microsoft/Agents-M365Copilot/commit/d8e54529e289fdaabd338d4ad8bac6027b1a4c82 ) )
13+
714## [ 1.0.0-preview.3] ( https://github.com/microsoft/Agents-M365Copilot/compare/Microsoft.Agents.M365Copilot.Beta-v1.0.0-preview.2...Microsoft.Agents.M365Copilot.Beta-v1.0.0-preview.3 ) (2025-07-15)
815
916
Original file line number Diff line number Diff line change 2121
2222 <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
2323 <!-- x-release-please-start-version -->
24- <Version >1.0.0-preview.3 </Version >
24+ <Version >1.0.0-preview.4 </Version >
2525 <!-- x-release-please-end -->
2626 <!-- VersionPrefix minor version should not be set when the change comes from the generator. It will be updated automatically. -->
2727 <!-- VersionPrefix minor version must be manually set when making manual changes to code. -->
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.0.0-preview.4] ( https://github.com/microsoft/Agents-M365Copilot/compare/microsoft_agents_m365copilot_beta-v1.0.0-preview.3...microsoft_agents_m365copilot_beta-v1.0.0-preview.4 ) (2025-07-16)
4+
5+
6+ ### Features
7+
8+ * ** generation:** update request builders and models for python beta ([ #105 ] ( https://github.com/microsoft/Agents-M365Copilot/issues/105 ) ) ([ ce78b34] ( https://github.com/microsoft/Agents-M365Copilot/commit/ce78b34e94bcd52cc374ae9670d8eca5e8a19e6a ) )
9+
310## [ 1.0.0-preview.3] ( https://github.com/microsoft/Agents-M365Copilot/compare/microsoft_agents_m365copilot_beta-v1.0.0-preview.2...microsoft_agents_m365copilot_beta-v1.0.0-preview.3 ) (2025-07-15)
411
512
Original file line number Diff line number Diff line change 11# The SDK version
22# x-release-please-start-version
3- VERSION : str = '1.0.0-preview.3 '
3+ VERSION : str = '1.0.0-preview.4 '
44# x-release-please-end
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55[tool .poetry ]
66name = " microsoft-agents-m365copilot-beta"
77# x-release-please-start-version
8- version = " 1.0.0-preview.3 "
8+ version = " 1.0.0-preview.4 "
99# x-release-please-end
1010description = " Microsoft Agents M365 Copilot Python SDK (Beta)"
1111authors = [" Microsoft <graphtooling+ccspython@microsoft.com>" ]
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.0.0-preview.4] ( https://github.com/microsoft/Agents-M365Copilot/compare/@microsoft/agents-m365copilot-beta-v1.0.0-preview.3...@microsoft/agents-m365copilot-beta-v1.0.0-preview.4 ) (2025-07-16)
4+
5+
6+ ### Features
7+
8+ * ** generation:** update request builders and models for typescript beta ([ #107 ] ( https://github.com/microsoft/Agents-M365Copilot/issues/107 ) ) ([ 588df76] ( https://github.com/microsoft/Agents-M365Copilot/commit/588df76d66d141356018d815380d2816c2c47bf3 ) )
9+
310## [ 1.0.0-preview.3] ( https://github.com/microsoft/Agents-M365Copilot/compare/@microsoft/agents-m365copilot-beta-v1.0.0-preview.2...@microsoft/agents-m365copilot-beta-v1.0.0-preview.3 ) (2025-07-15)
411
512
Original file line number Diff line number Diff line change 11{
22 "name" : " @microsoft/agents-m365copilot-beta" ,
3- "version" : " 1.0.0-preview.3 " ,
3+ "version" : " 1.0.0-preview.4 " ,
44 "description" : " Microsoft Copilot client library" ,
55 "keywords" : [
66 " microsoft" ,
You can’t perform that action at this time.
0 commit comments