Skip to content

Commit 817c73d

Browse files
chore: release main
1 parent eac1906 commit 817c73d

File tree

8 files changed

+29
-7
lines changed

8 files changed

+29
-7
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"dotnet/src/Microsoft.Agents.M365Copilot.Beta": "1.0.0-preview.7",
2+
"dotnet/src/Microsoft.Agents.M365Copilot.Beta": "1.0.0-preview.8",
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
}

dotnet/src/Microsoft.Agents.M365Copilot.Beta/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44

55
The 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.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)
8+
9+
10+
### Features
11+
12+
* **generation:** update request builders and models for dotnet beta ([4fb1634](https://github.com/microsoft/Agents-M365Copilot/commit/4fb16347322af1e24e3b15605af89a48e103e897))
13+
714
## [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)
815

916

dotnet/src/Microsoft.Agents.M365Copilot.Beta/Microsoft.Agents.M365Copilot.Beta.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
2323
<!-- x-release-please-start-version -->
24-
<Version>1.0.0-preview.7</Version>
24+
<Version>1.0.0-preview.8</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. -->

python/packages/microsoft_agents_m365copilot_beta/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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 ([0a8cc6b](https://github.com/microsoft/Agents-M365Copilot/commit/0a8cc6b6df53575627b6996a9cfa683c7fc48a0c))
9+
* **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))
10+
311
## [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)
412

513

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)