You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <param name="commit">The commit to read from.</param>
33
33
/// <param name="repoRelativeProjectDirectory">The directory to consider when searching for the version.txt file.</param>
34
34
/// <param name="blobVersionCache">An optional blob cache for storing the raw parse results of a version.txt or version.json file (before any inherit merge operations are applied).</param>
35
-
/// <param name="actualDirectory">Receives the full path to the directory in which the version file was found.</param>
35
+
/// <param name="requirements"><inheritdoc cref="GetVersionCore(VersionFileRequirements, out VersionFileLocations)" path="/param[@name='requirements']" /></param>
36
+
/// <param name="locations"><inheritdoc cref="GetVersionCore(VersionFileRequirements, out VersionFileLocations)" path="/param[@name='locations']" /></param>
36
37
/// <returns>The version information read from the file.</returns>
/// Reads the version.json file and returns the <see cref="VersionOptions"/> deserialized from it.
41
43
/// </summary>
42
44
/// <param name="commit">The commit to read from.</param>
43
45
/// <param name="repoRelativeProjectDirectory">The directory to consider when searching for the version.txt file.</param>
44
46
/// <param name="blobVersionCache">An optional blob cache for storing the raw parse results of a version.txt or version.json file (before any inherit merge operations are applied).</param>
45
-
/// <param name="actualDirectory">Receives the full path to the directory in which the version file was found.</param>
47
+
/// <param name="requirements"><inheritdoc cref="GetVersionCore(VersionFileRequirements, out VersionFileLocations)" path="/param[@name='requirements']" /></param>
48
+
/// <param name="locations"><inheritdoc cref="GetVersionCore(VersionFileRequirements, out VersionFileLocations)" path="/param[@name='locations']" /></param>
46
49
/// <returns>The version information read from the file.</returns>
0 commit comments