Skip to content

Commit

Permalink
Release 24.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RHeckerIntel committed Nov 6, 2024
1 parent 11a339e commit 24e4015
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/import/public_model.dart
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class _PublicModelPageState extends State<PublicModelPage> {
} on DioException catch(ex) {
if (ex.type == DioExceptionType.connectionError) {
if (context.mounted) {
errorDialog(context, "Connection error", (ex.message ?? "") + "\nPlease disable the proxy or VPN and try again.");
errorDialog(context, "Connection error","Unable to connect to HuggingFace to load the OpenVINO model collections.\nPlease disable your proxy or VPN and try again.");
}
}
}
Expand Down
1 change: 1 addition & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,4 +168,5 @@ msix_config:
show_prompt: true
force_update_from_any_version: false
sign_msix: false
build_windows: false
publisher: "CN=Intel Corporation, O=Intel Corporation, S=California, C=US"
8 changes: 4 additions & 4 deletions windows/runner/Runner.rc
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@ BEGIN
BLOCK "040904e4"
BEGIN
VALUE "CompanyName", "intel.openvino" "\0"
VALUE "FileDescription", "inference" "\0"
VALUE "FileDescription", "OpenVINO Test Drive" "\0"
VALUE "FileVersion", VERSION_AS_STRING "\0"
VALUE "InternalName", "inference" "\0"
VALUE "LegalCopyright", "Copyright (C) 2024 com.example. All rights reserved." "\0"
VALUE "InternalName", "OpenVINO Test Drive" "\0"
VALUE "LegalCopyright", "Copyright (C) 2024. Intel Corporation" "\0"
VALUE "OriginalFilename", "inference.exe" "\0"
VALUE "ProductName", "inference" "\0"
VALUE "ProductName", "OpenVINO Test Drive" "\0"
VALUE "ProductVersion", VERSION_AS_STRING "\0"
END
END
Expand Down

0 comments on commit 24e4015

Please sign in to comment.