Skip to content

Commit da8bf88

Browse files
committed
Release v0.10.0-preview.1 — 60 connectors, JSON casing fix, breaking changes
1 parent 203b622 commit da8bf88

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.10.0-preview.1] - 2026-05-11
11+
1012
### Breaking Changes
1113

1214
- **Removed `CamelCase` JSON naming policy** from `ConnectorClientBase.JsonOptions` and `ConnectorJsonSerializer` — properties without `[JsonPropertyName]` attributes now serialize using their C# PascalCase names, matching swagger/connector API expectations. Properties with `[JsonPropertyName]` are unaffected. Also changed `JsonStringEnumConverter` to use default casing instead of camelCase. (#84, #85)

README.md

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

44
# Azure Connectors .NET SDK
55

6-
Type-safe .NET clients for [Azure connectors](https://learn.microsoft.com/connectors/connector-reference/)call Office 365, SharePoint, Teams, Dataverse, and 1,000+ connectors directly from Azure Functions and other .NET apps.
6+
Type-safe .NET clients for [Azure connectors](https://learn.microsoft.com/connectors/connector-reference/)60 generated connector clients for Office 365, SharePoint, Teams, Dataverse, and 1,000+ connectors directly from Azure Functions and other .NET apps.
77

88
> [!CAUTION]
99
> **Early Preview — Not for Production Use**

eng/build/Version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Condition="'$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), Directory.Version.props))' != ''" />
1010

1111
<PropertyGroup>
12-
<VersionPrefix Condition="'$(VersionPrefix)' == ''">0.9.0</VersionPrefix>
12+
<VersionPrefix Condition="'$(VersionPrefix)' == ''">0.10.0</VersionPrefix>
1313
<VersionSuffix Condition="'$(VersionSuffix)' == ''">preview.1</VersionSuffix>
1414
<_BuildNumber>$([System.DateTime]::Now.ToString(yyyyMMdd))</_BuildNumber>
1515
<_BuildNumberYY>$(_BuildNumber.Substring(2, 2))</_BuildNumberYY>

0 commit comments

Comments
 (0)