-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
New RP version for EventHub #3421
Conversation
@@ -9,5 +9,6 @@ | |||
</PropertyGroup> | |||
<PropertyGroup> | |||
<TargetFrameworks>net452;netstandard1.4</TargetFrameworks> | |||
<Version>2.0.0</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.
@v-Ajnava let's stick with for now.
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.
let's stick with versionPrefix> for now.
@@ -8,7 +8,7 @@ | |||
[assembly: AssemblyDescription("Provides developers with a library to create and manage all Azure Event Hubs resources.")] | |||
|
|||
[assembly: AssemblyVersion("1.0.0.0")] |
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.
@v-Ajnava also AssemblyVersion needs to be bumped
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.
Resolved.
regenerating SDK for the new swagger for RP version 2017-04-01
New RP version swagger:
Azure/azure-rest-api-specs#1305
Azure/azure-rest-api-specs#1357
This checklist is used to make sure that common guidelines for a pull request are followed.
General Guidelines
Testing Guidelines
SDK Generation Guidelines
*.csproj
andAssemblyInfo.cs
files have been updated with the new version of the SDK.