-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[KeyVault] reving package versions to republish with symbols #5143
Conversation
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.
Please update AssemblyFile version as well.
But other than that, looks good.
@@ -5,11 +5,11 @@ | |||
<Description>Microsoft Azure Key Vault Core Class Library</Description> | |||
<AssemblyTitle>Microsoft Azure Key Vault Core</AssemblyTitle> | |||
<AssemblyName>Microsoft.Azure.KeyVault.Core</AssemblyName> | |||
<Version>3.0.1</Version> | |||
<Version>3.0.2</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.
Would it make sense to make all these 3.0.3 and share this version in a common props file for all these projects? As part of my changes I was planning to do that.
@@ -1,17 +1,11 @@ | |||
<Project Sdk="Microsoft.NET.Sdk"> | |||
<Import Project="$([MSBuild]::GetPathOfFileAbove('AzSdk.props'))" /> | |||
<Import Project="$([MSBuild]::GetPathOfFileAbove('KeyVault.package.props'))" /> |
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.
You can rename the file Directory.Build.props
and it will get imported automatically.
Description
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.