We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d2b60a commit f0385feCopy full SHA for f0385fe
Package.swift
@@ -8,9 +8,8 @@
8
// A user of the Swift Package Manager (SPM) package will consume this file directly from the ORT SPM github repository.
9
// For context, the end user's config will look something like:
10
//
11
-// TODO: UPDATE VERSION NUMBER HERE ONCE A 1.16.0 RELEASE IS CONDUCTED ON THE SPM REPO
12
// dependencies: [
13
-// .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"),
14
// ...
15
// ],
16
0 commit comments