This version of Unity is unsupported.

PBXProject.AddRemotePackageReferenceAtVersionUpToNextMinor

Declaration

public string AddRemotePackageReferenceAtVersionUpToNextMinor(string url, string version);

Parameters

url The URL of the repository.
version The version to use.

Returns

string Returns the GUID of the remote package reference.

Description

Adds a reference to the remote package at the given version and allows updates up to the next minor version.