Skip to content

Conversation

ThirdEyeSqueegee
Copy link
Member

Issue #, if available:
N/A

Description of changes:
The project version in VersionInfo.cs was incorrectly set to 1.1.0.0. Fixed to match the latest released version of the library (v2.0.0).

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@ThirdEyeSqueegee ThirdEyeSqueegee requested a review from a team as a code owner October 13, 2025 01:33
Copy link

codecov bot commented Oct 13, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.18%. Comparing base (8110366) to head (8f59f4c).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #182      +/-   ##
==========================================
+ Coverage   72.52%   73.18%   +0.65%     
==========================================
  Files           6        5       -1     
  Lines         222      220       -2     
  Branches       23       23              
==========================================
  Hits          161      161              
+ Misses         52       50       -2     
  Partials        9        9              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Comment on lines +1 to +2
// This file is auto-generated during build from PackageVersion in the .csproj file.
// Do not edit manually. See GenerateVersionInfo target in Amazon.SecretsManager.Extensions.Caching.csproj
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The file VersionInfo.g.cs is being auto-generated so why have the file VersionInfo.cs at all? Shouldn't we delete this?
Also, have we tested this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants