-
Notifications
You must be signed in to change notification settings - Fork 24
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
fix: parameters nuget icon #271
fix: parameters nuget icon #271
Conversation
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## develop #271 +/- ##
========================================
Coverage 62.58% 62.58%
========================================
Files 61 61
Lines 2627 2627
========================================
Hits 1644 1644
Misses 983 983
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
version.json
Outdated
@@ -6,6 +6,6 @@ | |||
"Tracing": "1.1.0" | |||
}, | |||
"Utilities": { | |||
"Parameters": "0.0.1-preview" | |||
"Parameters": "0.0.2-preview" |
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.
Do we need to update the version? There are no code changes. If we push to nuget does it not update if the version is there already?
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 wouldn't say so
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.
There is a change in dll metadata at least, we are deploying a new NuGet package, and our deployment are immutable.
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.
Removed the version change, icon will be fixed with next release.
Issue number: #270
Summary
Changes
This PR adds AWS Icon to the Parameters NuGet Package
User experience
Checklist
Please leave checklist items unchecked if they do not apply to your change.
Is this a breaking change?
RFC issue number:
Checklist:
Acknowledgment
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Disclaimer: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.