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

Using single overload of WithSecret() but with params #162

Merged
merged 2 commits into from
Mar 23, 2018

Conversation

abatishchev
Copy link
Member

@abatishchev abatishchev commented Mar 23, 2018

  • Adding NuGet.config
  • Removing, updating packages
  • Using single overload of WithSecret() but with params
  • Bumping nuget version

@abatishchev abatishchev added this to the 5.0 milestone Mar 23, 2018
@abatishchev abatishchev self-assigned this Mar 23, 2018
/// </remarks>
/// <returns>Current builder instance</returns>
public JwtBuilder WithSecrets(string[] secrets)
public JwtBuilder WithSecret(params string[] secrets)
Copy link
Member Author

Choose a reason for hiding this comment

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

@codingmate what would you say?

Copy link
Contributor

Choose a reason for hiding this comment

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

Way better.
How did I miss that, duh 😃

@abatishchev abatishchev merged commit 076f413 into master Mar 23, 2018
@abatishchev abatishchev deleted the alex/secrets-2 branch March 23, 2018 18:36
abatishchev added a commit that referenced this pull request Mar 23, 2018
* Adding NuGet.config
* Removing, updating packages
* Using single overload of WithSecret() but with params
* Bumping nuget version
@abatishchev
Copy link
Member Author

Pushed to NuGet as 5.0.0-beta2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants