Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DX-2200 Voice, Answering machine detection #33

Merged
merged 6 commits into from
Sep 14, 2021

Conversation

hamermike
Copy link
Contributor

No description provided.

@hamermike hamermike marked this pull request as ready for review September 13, 2021 21:10
}.ToImmutableList();
private IList<HttpMethod> requestMethodsToRetry = new List<string>
{
"GET", "PUT", "GET", "PUT",
"GET", "PUT", "GET", "PUT"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are these duplicated? #justAPIMaticThings?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure why that's the case but... It's been like that and I'm scared to change it.

@ajrice6713
Copy link
Contributor

@hamermike Only thing I couldnt comment on was the package version - looks like its still 1.0.0 in the .csproj file

@hamermike
Copy link
Contributor Author

@hamermike Only thing I couldnt comment on was the package version - looks like its still 1.0.0 in the .csproj file

This is okay. We're using tags to version when pushing to NuGet. The version in the .csproj is ignored.

@ckoegel ckoegel merged commit 1ec39c9 into main Sep 14, 2021
@ckoegel ckoegel deleted the release/2021-09-13-14-52-27 branch September 14, 2021 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants