Skip to content

Commit bf9c223

Browse files
chore: release main
1 parent f5f44f9 commit bf9c223

File tree

6 files changed

+19
-5
lines changed

6 files changed

+19
-5
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"dotnet/src/Microsoft.Agents.M365Copilot.Beta": "1.0.0-preview.7",
33
"dotnet/src/Microsoft.Agents.M365Copilot.Core": "1.0.0-preview.3",
4-
"typescript/packages/agents-m365copilot-beta": "1.0.0-preview.7",
4+
"typescript/packages/agents-m365copilot-beta": "1.0.0-preview.8",
55
"typescript/packages/agents-m365copilot-core": "1.0.0-preview.1",
6-
"python/packages/microsoft_agents_m365copilot_beta": "1.0.0-preview.6",
6+
"python/packages/microsoft_agents_m365copilot_beta": "1.0.0-preview.7",
77
"python/packages/microsoft_agents_m365copilot_core": "1.0.0-preview.2"
88
}

python/packages/microsoft_agents_m365copilot_beta/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.0.0-preview.7](https://github.com/microsoft/Agents-M365Copilot/compare/microsoft_agents_m365copilot_beta-v1.0.0-preview.6...microsoft_agents_m365copilot_beta-v1.0.0-preview.7) (2025-10-09)
4+
5+
6+
### Features
7+
8+
* **generation:** update request builders and models for python beta ([#171](https://github.com/microsoft/Agents-M365Copilot/issues/171)) ([2251b94](https://github.com/microsoft/Agents-M365Copilot/commit/2251b94e05d17e08075dfbc34b5c04527cbb6ea0))
9+
310
## [1.0.0-preview.6](https://github.com/microsoft/Agents-M365Copilot/compare/microsoft_agents_m365copilot_beta-v1.0.0-preview.5...microsoft_agents_m365copilot_beta-v1.0.0-preview.6) (2025-09-09)
411

512

python/packages/microsoft_agents_m365copilot_beta/microsoft_agents_m365copilot_beta/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55

66
# The SDK version
77
# x-release-please-start-version
8-
VERSION: str = '1.0.0-preview.6'
8+
VERSION: str = '1.0.0-preview.7'
99
# x-release-please-end

python/packages/microsoft_agents_m365copilot_beta/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55
[tool.poetry]
66
name = "microsoft-agents-m365copilot-beta"
77
# x-release-please-start-version
8-
version = "1.0.0-preview.6"
8+
version = "1.0.0-preview.7"
99
# x-release-please-end
1010
description = "Microsoft Agents M365 Copilot Python SDK (Beta)"
1111
authors = ["Microsoft <[email protected]>"]

typescript/packages/agents-m365copilot-beta/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.0.0-preview.8](https://github.com/microsoft/Agents-M365Copilot/compare/@microsoft/agents-m365copilot-beta-v1.0.0-preview.7...@microsoft/agents-m365copilot-beta-v1.0.0-preview.8) (2025-10-09)
4+
5+
6+
### Features
7+
8+
* **generation:** update request builders and models for typescript beta ([945899b](https://github.com/microsoft/Agents-M365Copilot/commit/945899bb68b97e169fee781224f1b42378b00136))
9+
310
## [1.0.0-preview.7](https://github.com/microsoft/Agents-M365Copilot/compare/@microsoft/agents-m365copilot-beta-v1.0.0-preview.6...@microsoft/agents-m365copilot-beta-v1.0.0-preview.7) (2025-09-09)
411

512

typescript/packages/agents-m365copilot-beta/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/agents-m365copilot-beta",
3-
"version": "1.0.0-preview.7",
3+
"version": "1.0.0-preview.8",
44
"description": "Microsoft Copilot client library",
55
"keywords": [
66
"microsoft",

0 commit comments

Comments
 (0)