From b93c9584a88bfc706456d1a4510b503c8a61cbfb Mon Sep 17 00:00:00 2001 From: Rachel Guo <35738743+YUNQIUGUO@users.noreply.github.com> Date: Wed, 3 Jan 2024 09:18:13 -0800 Subject: [PATCH] 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 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index ca502be..cdf3dbe 100644 --- a/Package.swift +++ b/Package.swift @@ -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