From 483b36ce6324aebae9367bcc2c5db50289f12811 Mon Sep 17 00:00:00 2001 From: Dan Tolbert Date: Mon, 29 Mar 2021 16:06:55 -0400 Subject: [PATCH 1/2] update versions for release --- VERSION | 2 +- src/Telnyx.net/Telnyx.net.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 197c4d5..437459c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.4.0 +2.5.0 diff --git a/src/Telnyx.net/Telnyx.net.csproj b/src/Telnyx.net/Telnyx.net.csproj index de1040e..ce6c7cd 100644 --- a/src/Telnyx.net/Telnyx.net.csproj +++ b/src/Telnyx.net/Telnyx.net.csproj @@ -5,7 +5,7 @@ Telnyx.net is a sync/async .NET Framework 4.5+ and .NETStandard 2.0 client, and a portable class library for the Telnyx API. (Official Library) Telnyx.net 25.13.0 - 2.4.0 + 2.5.0 Telnyx net45;netstandard2.0;net452;netstandard2.1 Telnyx.net From 0ef59e831b76612df1ca012b267d0058f7672ca5 Mon Sep 17 00:00:00 2001 From: Dan Tolbert Date: Mon, 29 Mar 2021 16:27:08 -0400 Subject: [PATCH 2/2] update phone number(S) path --- VERSION | 2 +- .../PhoneNumberRegulatoryRequirementService.cs | 2 +- src/Telnyx.net/Telnyx.net.csproj | 2 +- src/Telnyx.net/VERSION | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 437459c..73462a5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.5.0 +2.5.1 diff --git a/src/Telnyx.net/Services/PhoneNumbers/RegulatoryRequirement/PhoneNumberRegulatoryRequirementService.cs b/src/Telnyx.net/Services/PhoneNumbers/RegulatoryRequirement/PhoneNumberRegulatoryRequirementService.cs index 59fbdcd..aea75a5 100644 --- a/src/Telnyx.net/Services/PhoneNumbers/RegulatoryRequirement/PhoneNumberRegulatoryRequirementService.cs +++ b/src/Telnyx.net/Services/PhoneNumbers/RegulatoryRequirement/PhoneNumberRegulatoryRequirementService.cs @@ -11,7 +11,7 @@ namespace Telnyx.net.Services.PhoneNumbers.RegulatoryRequirement { public class PhoneNumberRegulatoryRequirementService : Service { - public override string BasePath => "/phone_number_regulatory_requirements"; + public override string BasePath => "/phone_numbers_regulatory_requirements"; public PhoneNumberRegulatoryRequirementService():base(null) { diff --git a/src/Telnyx.net/Telnyx.net.csproj b/src/Telnyx.net/Telnyx.net.csproj index ce6c7cd..f7bf827 100644 --- a/src/Telnyx.net/Telnyx.net.csproj +++ b/src/Telnyx.net/Telnyx.net.csproj @@ -5,7 +5,7 @@ Telnyx.net is a sync/async .NET Framework 4.5+ and .NETStandard 2.0 client, and a portable class library for the Telnyx API. (Official Library) Telnyx.net 25.13.0 - 2.5.0 + 2.5.1 Telnyx net45;netstandard2.0;net452;netstandard2.1 Telnyx.net diff --git a/src/Telnyx.net/VERSION b/src/Telnyx.net/VERSION index 197c4d5..73462a5 100644 --- a/src/Telnyx.net/VERSION +++ b/src/Telnyx.net/VERSION @@ -1 +1 @@ -2.4.0 +2.5.1