Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"dotnet/src/Microsoft.Agents.M365Copilot": "0.1.0-preview.0",
"dotnet/src/Microsoft.Agents.M365Copilot.Beta": "1.0.0-preview.7",
"dotnet/src/Microsoft.Agents.M365Copilot": "0.1.0-preview.1",
"dotnet/src/Microsoft.Agents.M365Copilot.Beta": "1.0.0-preview.8",
"dotnet/src/Microsoft.Agents.M365Copilot.Core": "1.0.0-preview.3",
"typescript/packages/agents-m365copilot-beta": "1.0.0-preview.7",
"typescript/packages/agents-m365copilot-beta": "1.0.0-preview.8",
"typescript/packages/agents-m365copilot-core": "1.0.0-preview.1",
"python/packages/microsoft_agents_m365copilot_beta": "1.0.0-preview.6",
"python/packages/microsoft_agents_m365copilot_beta": "1.0.0-preview.7",
"python/packages/microsoft_agents_m365copilot_core": "1.0.0-preview.2"
}
8 changes: 8 additions & 0 deletions dotnet/src/Microsoft.Agents.M365Copilot.Beta/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.

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

## [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-29)


### Features

* **generation:** update request builders and models for dotnet beta ([4fb1634](https://github.com/microsoft/Agents-M365Copilot/commit/4fb16347322af1e24e3b15605af89a48e103e897))
* **generation:** update request builders and models for dotnet beta ([#199](https://github.com/microsoft/Agents-M365Copilot/issues/199)) ([e1ef7fe](https://github.com/microsoft/Agents-M365Copilot/commit/e1ef7fe971f0bf7f9d63f36b30c5b5a17282bc35))

## [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)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<!-- x-release-please-start-version -->
<Version>1.0.0-preview.7</Version>
<Version>1.0.0-preview.8</Version>
<!-- x-release-please-end -->
<!-- VersionPrefix minor version should not be set when the change comes from the generator. It will be updated automatically. -->
<!-- VersionPrefix minor version must be manually set when making manual changes to code. -->
Expand Down
10 changes: 9 additions & 1 deletion dotnet/src/Microsoft.Agents.M365Copilot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog

## [0.1.0-preview.1](https://github.com/microsoft/Agents-M365Copilot/compare/Microsoft.Agents.M365Copilot-v0.1.0-preview.0...Microsoft.Agents.M365Copilot-v0.1.0-preview.1) (2025-10-29)


### Features

* **generation:** initial add of request builders and models for dotnet v1 ([#197](https://github.com/microsoft/Agents-M365Copilot/issues/197)) ([46481fb](https://github.com/microsoft/Agents-M365Copilot/commit/46481fb8fc00e209ecc0ab7a945e2a381243d88d))

## Changelog

All notable changes to this project will be documented in this file.

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

Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<!-- x-release-please-start-version -->
<Version>0.1.0-preview.0</Version>
<Version>0.1.0-preview.1</Version>
<!-- x-release-please-end -->
<!-- VersionPrefix minor version should not be set when the change comes from the generator. It will be updated automatically. -->
<!-- VersionPrefix minor version must be manually set when making manual changes to code. -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [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-29)


### Features

* **generation:** update request builders and models for python beta ([0a8cc6b](https://github.com/microsoft/Agents-M365Copilot/commit/0a8cc6b6df53575627b6996a9cfa683c7fc48a0c))
* **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))
* **generation:** update request builders and models for python beta ([#198](https://github.com/microsoft/Agents-M365Copilot/issues/198)) ([621035c](https://github.com/microsoft/Agents-M365Copilot/commit/621035c4efac0b98b60c56c5ccbb4c37018ded55))

## [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)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@

# The SDK version
# x-release-please-start-version
VERSION: str = '1.0.0-preview.6'
VERSION: str = '1.0.0-preview.7'
# x-release-please-end
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "microsoft-agents-m365copilot-beta"
# x-release-please-start-version
version = "1.0.0-preview.6"
version = "1.0.0-preview.7"
# x-release-please-end
description = "Microsoft Agents M365 Copilot Python SDK (Beta)"
authors = ["Microsoft <[email protected]>"]
Expand Down
8 changes: 8 additions & 0 deletions typescript/packages/agents-m365copilot-beta/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [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-29)


### Features

* **generation:** update request builders and models for typescript beta ([945899b](https://github.com/microsoft/Agents-M365Copilot/commit/945899bb68b97e169fee781224f1b42378b00136))
* **generation:** update request builders and models for typescript beta ([#200](https://github.com/microsoft/Agents-M365Copilot/issues/200)) ([b82527a](https://github.com/microsoft/Agents-M365Copilot/commit/b82527ab8fd58acd16b43afcebee889cbea08b9c))

## [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)


Expand Down
2 changes: 1 addition & 1 deletion typescript/packages/agents-m365copilot-beta/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/agents-m365copilot-beta",
"version": "1.0.0-preview.7",
"version": "1.0.0-preview.8",
"description": "Microsoft Copilot client library",
"keywords": [
"microsoft",
Expand Down
Loading