Skip to content

Commit

Permalink
Merge pull request #48 from team-telnyx/v2.5.0_release
Browse files Browse the repository at this point in the history
update versions for release
  • Loading branch information
d-telnyx authored Mar 29, 2021
2 parents ec18ad0 + 0ef59e8 commit 8298888
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.0
2.5.1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace Telnyx.net.Services.PhoneNumbers.RegulatoryRequirement
{
public class PhoneNumberRegulatoryRequirementService : Service<RegulatoryRequirementPerPhone>
{
public override string BasePath => "/phone_number_regulatory_requirements";
public override string BasePath => "/phone_numbers_regulatory_requirements";
public PhoneNumberRegulatoryRequirementService():base(null)
{

Expand Down
2 changes: 1 addition & 1 deletion src/Telnyx.net/Telnyx.net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Description>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)</Description>
<AssemblyTitle>Telnyx.net</AssemblyTitle>
<VersionPrefix>25.13.0</VersionPrefix>
<Version>2.4.0</Version>
<Version>2.5.1</Version>
<Authors>Telnyx</Authors>
<TargetFrameworks>net45;netstandard2.0;net452;netstandard2.1</TargetFrameworks>
<AssemblyName>Telnyx.net</AssemblyName>
Expand Down
2 changes: 1 addition & 1 deletion src/Telnyx.net/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.0
2.5.1

0 comments on commit 8298888

Please sign in to comment.