diff --git a/Package.swift b/Package.swift index 6d09521..29c2247 100644 --- a/Package.swift +++ b/Package.swift @@ -5,12 +5,11 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // -// A user of the Swift Package Manager (SPM) package will consume this file directly from the ORT github repository. +// A user of the Swift Package Manager (SPM) package will consume this file directly from the ORT SPM github repository. // For context, the end user's config will look something like: // // dependencies: [ -// #TODO: update to use release 'version' and the new repo url here when available -// .package(url: "https://github.com/microsoft/onnxruntime", branch: "rel-1.15.0"), +// .package(url: "https://github.com/microsoft/onnxruntime-swift-package-manager", from: "1.15.0"), // ... // ], //