-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Update README and upgrade version number #5783
Update README and upgrade version number #5783
Conversation
…ing connectionString)
…/com/azure/data/appconfiguration/ConfigurationClientBuilder.java Co-Authored-By: Connie Yau <[email protected]>
…/com/azure/data/appconfiguration/ConfigurationClientBuilder.java Co-Authored-By: Connie Yau <[email protected]>
…om/mssfang/azure-sdk-for-java into AzConfig-RemoveConfigurationPublic
…e version preview 5
…into AzConfig-RemoveConfigurationPublic
@@ -9,5 +9,5 @@ | |||
class AzureConfiguration { | |||
//TODO: Eventually remove these hardcoded strings with https://github.com/Azure/azure-sdk-for-java/issues/3141 | |||
static final String NAME = "application-configuration"; | |||
static final String VERSION = "1.0.0-preview.4"; | |||
static final String VERSION = "1.0.0-preview.5"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I already have a PR to do this.
https://github.com/Azure/azure-sdk-for-java/pull/5777/files#diff-0f18e2c84df27b7aac38e1364f384ef9L12
<dependency> | ||
<groupId>com.azure</groupId> | ||
<artifactId>azure-core-http-netty</artifactId> | ||
<version>1.0.0-preview.5</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Core http netty version will be preview.7 after I merge this #5777
doc fix