-
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-6524] Public NuGet Distribution #205
Merged
SCastanedaMunoz
merged 99 commits into
release/4.7.0
from
HB-6524-public-nu-get-distribution-of-unity-sdk
Nov 14, 2023
Merged
[HB-6524] Public NuGet Distribution #205
SCastanedaMunoz
merged 99 commits into
release/4.7.0
from
HB-6524-public-nu-get-distribution-of-unity-sdk
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
…get-distribution-of-unity-sdk # Conflicts: # com.chartboost.mediation.demo.upm/Assets/com.chartboost.mediation/Editor/selections.json
kushG
changed the title
Hb 6524 public nu get distribution of unity sdk
[HB-6524] Public Nuget Distribution
Nov 8, 2023
Signed-off-by: kushG <[email protected]>
…on-of-unity-sdk' into HB-6524-public-nu-get-distribution-of-unity-sdk
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]>
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.
Look at comments.
…on-of-unity-sdk' into HB-6524-public-nu-get-distribution-of-unity-sdk
Signed-off-by: kushG <[email protected]>
SCastanedaMunoz
changed the title
[HB-6524] Public Nuget Distribution
[HB-6524] Public NuGet Distribution
Nov 13, 2023
com.chartboost.mediation/Dependencies/ChartboostMediationDependencyPackageInstaller.cs
Outdated
Show resolved
Hide resolved
com.chartboost.mediation/Runtime/Utilities/ChartboostMediationUtils.cs
Outdated
Show resolved
Hide resolved
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.
Look at comments
…on-of-unity-sdk' into HB-6524-public-nu-get-distribution-of-unity-sdk
SCastanedaMunoz
approved these changes
Nov 13, 2023
Signed-off-by: kushG <[email protected]>
Signed-off-by: kushG <[email protected]>
SCastanedaMunoz
deleted the
HB-6524-public-nu-get-distribution-of-unity-sdk
branch
November 14, 2023 00:54
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-6524 Public Nuget Distribution
Description
Enables NuGet distribution of Chartboost Mediation Unity SDK
To accommodate Nuget distribution and UPM distribution together within this same repository the project structure is restructured as below
CI tasks run on both
com.chartboost.mediation.demo.upm
andcom.chartboost.mediation.demo.nuget
with the latter requiring a nuget packaging job as a prerequisite.Type of change
Checklist: