From e62f66c76b933bc1db4b14883b906cb316a5bfaa Mon Sep 17 00:00:00 2001 From: Ronnie Geraghty Date: Tue, 12 Mar 2024 11:27:02 -0700 Subject: [PATCH] Fixes for .NET release notes (#7332) --- _data/releases/2024-03/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/releases/2024-03/dotnet.yml b/_data/releases/2024-03/dotnet.yml index 93938842ab2..5cccf2727f5 100644 --- a/_data/releases/2024-03/dotnet.yml +++ b/_data/releases/2024-03/dotnet.yml @@ -381,7 +381,7 @@ entries: - Removed the `SendMessageOptions` class in favor of more granular method overloads (`NotificationContent` subclasses) in `NotificationMessagesClient`. - Changed the way to construct MessageTemplate including message template bindings and values. - Changed `MessageTemplateItem` class to support polymorphism, with the introduction of a child class `WhatsAppMessageTemplateItem` containing WhatsApp-specific template contracts. - - Added `GeoPosition`` struct to encapsulate geographic coordinates into a single entity. This change affects any functionality that previously required separate latitude and longitude inputs. + - Added `GeoPosition` struct to encapsulate geographic coordinates into a single entity. This change affects any functionality that previously required separate latitude and longitude inputs. - Name: System.ClientModel Version: 1.1.0-beta.2 DisplayName: System.ClientModel