Skip to content

Commit 3ed8803

Browse files
[.NET] Bump versions for 5/19/2026 release (#1338)
## Services - Fix how ADR client uses telemetry codegen layer (#1329) ## Connector - Fix bug where updating an asset would not cancel previously invoked 'WhileAssetIsAvailable' callback (#1323)
1 parent b137636 commit 3ed8803

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dotnet/src/Azure.Iot.Operations.Connector/Azure.Iot.Operations.Connector.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<LicenseUrl>https://github.com/Azure/iot-operations-sdks/blob/main/LICENSE</LicenseUrl>
88
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
99
<Authors>Microsoft</Authors>
10-
<VersionPrefix>1.1.0</VersionPrefix>
10+
<VersionPrefix>1.1.1</VersionPrefix>
1111
<ImplicitUsings>enable</ImplicitUsings>
1212
<Nullable>enable</Nullable>
1313
<PackageReadmeFile>README.md</PackageReadmeFile>

dotnet/src/Azure.Iot.Operations.Services/Azure.Iot.Operations.Services.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<PackageLicenseExpression>MIT</PackageLicenseExpression>
77
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
88
<Authors>Microsoft</Authors>
9-
<VersionPrefix>1.2.0</VersionPrefix>
9+
<VersionPrefix>1.2.1</VersionPrefix>
1010
<ImplicitUsings>enable</ImplicitUsings>
1111
<Nullable>enable</Nullable>
1212
<PackageReadmeFile>README.md</PackageReadmeFile>

0 commit comments

Comments
 (0)