Skip to content

Commit

Permalink
AMD Premium corrected syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ADandyGuyInSpace committed Oct 5, 2024
1 parent b5c17b9 commit 3932275
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.9.1
2.9.2
4 changes: 2 additions & 2 deletions src/Telnyx.net/Services/Calls/Models/AnsweringMachineEnum.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public enum AnsweringMachineEnum
[EnumMember(Value = "greeting_end")]
GreetingEnd = 4,

[EnumMember(Value = "premium_detect")]
PremiumDetect = 5,
[EnumMember(Value = "premium")]
Premium = 5,
}
}
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.9.1</Version>
<Version>2.9.2</Version>
<Authors>Telnyx;wildCursor</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.9.1
2.9.2

0 comments on commit 3932275

Please sign in to comment.