Update user spm dependency version number in Package.swift (#8)
* update version number in Package.swift * add comment for pointing to latest spm version --------- Co-authored-by: rachguo <rachguo@rachguos-Mac-mini.local>
This commit is contained in:
+3
-3
@@ -8,12 +8,12 @@
|
||||
// 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:
|
||||
//
|
||||
// TODO: UPDATE VERSION NUMBER HERE ONCE A 1.16.0 RELEASE IS CONDUCTED ON THE SPM REPO
|
||||
// dependencies: [
|
||||
// .package(url: "https://github.com/microsoft/onnxruntime-swift-package-manager", from: "1.15.0"),
|
||||
// .package(url: "https://github.com/microsoft/onnxruntime-swift-package-manager", from: "1.16.0"),
|
||||
// ...
|
||||
// ],
|
||||
//
|
||||
// NOTE: For specifying valid and latest release version above, please refer to this page:
|
||||
// https://github.com/microsoft/onnxruntime-swift-package-manager/releases
|
||||
|
||||
import PackageDescription
|
||||
import class Foundation.ProcessInfo
|
||||
|
||||
Reference in New Issue
Block a user