diff --git a/Sources/Version/Version.swift b/Sources/Version/Version.swift index 3293ad2..bd4dfac 100644 --- a/Sources/Version/Version.swift +++ b/Sources/Version/Version.swift @@ -278,7 +278,7 @@ extension Version: Codable {} extension Bundle { /// The marketing version number of the bundle. public var version: Version? { - #if os(Linux) + #if os(Linux) || os(Windows) return nil #else return self.versionFromInfoDictionary(forKey: String(kCFBundleVersionKey))