Skip to content

Commit e5ab2e6

Browse files
chore: release main (#109)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent ce78b34 commit e5ab2e6

File tree

8 files changed

+28
-7
lines changed

8 files changed

+28
-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.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
}

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.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

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.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. -->

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.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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

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.3"
8+
version = "1.0.0-preview.4"
99
# x-release-please-end
1010
description = "Microsoft Agents M365 Copilot Python SDK (Beta)"
1111
authors = ["Microsoft <graphtooling+ccspython@microsoft.com>"]

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.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

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.3",
3+
"version": "1.0.0-preview.4",
44
"description": "Microsoft Copilot client library",
55
"keywords": [
66
"microsoft",

0 commit comments

Comments
 (0)