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:
Rachel Guo
2024-01-03 09:18:13 -08:00
committed by GitHub
parent ff46084dea
commit b93c9584a8
+3 -3
View File
@@ -8,12 +8,12 @@
// A user of the Swift Package Manager (SPM) package will consume this file directly from the ORT SPM 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: // 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: [ // 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 PackageDescription
import class Foundation.ProcessInfo import class Foundation.ProcessInfo