Skip to content

Commit 57cf849

Browse files
chore: release main (#139)
Co-authored-by: release-please-token-provider[bot] <225477224+release-please-token-provider[bot]@users.noreply.github.com>
1 parent 5aedc48 commit 57cf849

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"dotnet/src/Microsoft.Agents.M365Copilot.Beta": "1.0.0-preview.5",
2+
"dotnet/src/Microsoft.Agents.M365Copilot.Beta": "1.0.0-preview.6",
33
"dotnet/src/Microsoft.Agents.M365Copilot.Core": "1.0.0-preview.3",
44
"typescript/packages/agents-m365copilot-beta": "1.0.0-preview.6",
55
"typescript/packages/agents-m365copilot-core": "1.0.0-preview.1",

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.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-08-21)
8+
9+
10+
### Features
11+
12+
* **generation:** update request builders and models for dotnet beta ([#129](https://github.com/microsoft/Agents-M365Copilot/issues/129)) ([5aedc48](https://github.com/microsoft/Agents-M365Copilot/commit/5aedc480de1a37697dbc2530eb5a12ffc7988801))
13+
714
## [1.0.0-preview.5](https://github.com/microsoft/Agents-M365Copilot/compare/Microsoft.Agents.M365Copilot.Beta-v1.0.0-preview.4...Microsoft.Agents.M365Copilot.Beta-v1.0.0-preview.5) (2025-08-20)
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.5</Version>
24+
<Version>1.0.0-preview.6</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. -->

0 commit comments

Comments
 (0)