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

fix: parameters nuget icon #271

Merged

Conversation

amirkaws
Copy link
Contributor

Please provide the issue number

Issue number: #270

Summary

Changes

Please provide a summary of what's being changed

This PR adds AWS Icon to the Parameters NuGet Package

User experience

Please share what the user experience looks like before and after this change

Checklist

Please leave checklist items unchecked if they do not apply to your change.

Is this a breaking change?

RFC issue number:

Checklist:

  • Migration process documented
  • Implement warnings (if it can live side by side)

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.

@auto-assign auto-assign bot requested a review from hjgraca May 12, 2023 14:55
@github-actions github-actions bot added the bug Unexpected, reproducible and unintended software behaviour label May 12, 2023
@codecov-commenter
Copy link

codecov-commenter commented May 12, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (598729c) 62.58% compared to head (7c6df53) 62.58%.

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           
Flag Coverage Δ
unittests 62.58% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@hjgraca hjgraca linked an issue May 12, 2023 that may be closed by this pull request
version.json Outdated
@@ -6,6 +6,6 @@
"Tracing": "1.1.0"
},
"Utilities": {
"Parameters": "0.0.1-preview"
"Parameters": "0.0.2-preview"
Copy link
Contributor

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?

Copy link
Contributor

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

Copy link
Contributor Author

@amirkaws amirkaws May 12, 2023

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.

Copy link
Contributor Author

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.

@hjgraca hjgraca merged commit 5b6ea6d into aws-powertools:develop May 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Unexpected, reproducible and unintended software behaviour
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: Parameters NuGet Package AWS Icon is missing
4 participants