-
Notifications
You must be signed in to change notification settings - Fork 3
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
[HB-6714] VersionCompareTest Fix for NuGet #210
Merged
SCastanedaMunoz
merged 33 commits into
release/4.7.0
from
HB-6714-nuget-package-path-fix
Nov 14, 2023
Merged
[HB-6714] VersionCompareTest Fix for NuGet #210
SCastanedaMunoz
merged 33 commits into
release/4.7.0
from
HB-6714-nuget-package-path-fix
Nov 14, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SCastanedaMunoz
requested review from
a team,
bwised,
cb-jpadilla and
SCastanedaMunoz
and removed request for
a team
November 14, 2023 06:53
SCastanedaMunoz
changed the title
[HB-6714] VersionCompareTest fix for Nuget
[HB-6714] VersionCompareTest Fix for NuGet
Nov 14, 2023
…t-package-path-fix # Conflicts: # NuGet/Chartboost.CSharp.Mediation.Unity.4.7.0.nupkg
…into HB-6714-nuget-package-path-fix
Signed-off-by: kushG <[email protected]>
Signed-off-by: kushG <[email protected]>
Signed-off-by: kushG <[email protected]>
Signed-off-by: kushG <[email protected]>
Signed-off-by: kushG <[email protected]>
Signed-off-by: kushG <[email protected]>
Signed-off-by: kushG <[email protected]>
pleasesavemycat
approved these changes
Nov 14, 2023
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.
lgtm
Signed-off-by: kushG <[email protected]>
…into HB-6714-nuget-package-path-fix
Signed-off-by: kushG <[email protected]>
…into HB-6714-nuget-package-path-fix
SCastanedaMunoz
added a commit
that referenced
this pull request
Nov 14, 2023
* [HB-6747] Passing Context when Getting Partner Consent (#206) * [HB-6715] 4.7.0 `CHANGELOG.md` & Documentation (#207) * [HB-6524] Public NuGet Distribution (#205) * [HB-6714] Compare SDK Version Against Versions in`package.json` and `.nuspec` (#208) * version compare tests added * Updating Chartboost.CSharp.Mediation.Unity.nupkg --------- Co-authored-by: helium-service <[email protected]> * [HB-6524] Update status.yml (#209) * Update status.yml Signed-off-by: kushG <[email protected]> * [HB-6714] VersionCompareTest Fix for NuGet (#210) * Update README.md Signed-off-by: kushG <[email protected]> --------- Signed-off-by: kushG <[email protected]> Co-authored-by: kushG <[email protected]> Co-authored-by: helium-service <[email protected]>
12 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Title
HB-6714 VersionCompareTest fix for Nuget
Description
The earlier PR for this same ticket doesn't work when running on Nuget Demo project due to xmldocument using a namespace. Thi is now fixed in this PR
Type of change
Checklist: