Skip to content

Commit

Permalink
Squashed 'src/SfsClient/sfs-client/' changes from cf18b357..ff315ecf
Browse files Browse the repository at this point in the history
ff315ecf User/xiangweiniu/fix missing tab (microsoft#196)
da601af9 Bumping version to 1.0.0 (microsoft#195)

git-subtree-dir: src/SfsClient/sfs-client
git-subtree-split: ff315ecfa2ef2953d8a808e51e8a61a4e0759180
  • Loading branch information
yao-msft committed May 30, 2024
1 parent f598670 commit d71f0da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ endif()
# 1. MAJOR version when you make incompatible API changes
# 2. MINOR version when you add functionality in a backward compatible manner
# 3. PATCH version when you make backward compatible bug fixes
set(SFS_LIBRARY_VERSION "0.1.0")
set(SFS_LIBRARY_VERSION "1.0.0")

project(
sfsclient
Expand Down
2 changes: 1 addition & 1 deletion samples/tool/SFSClientTool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ void DisplayUsage()
<< "Options:" << std::endl
<< " -h, --help\t\t\tDisplay this help message" << std::endl
<< " -v, --version\t\t\tDisplay the library version" << std::endl
<< " --isApp\t\tIndicates the specific product is an App" << std::endl
<< " --isApp\t\t\tIndicates the specific product is an App" << std::endl
<< " --instanceId <id>\t\tA custom SFS instance ID" << std::endl
<< " --namespace <ns>\t\tA custom SFS namespace" << std::endl
<< " --customUrl <url>\t\tA custom URL for the SFS service. Library must have been built with SFS_ENABLE_OVERRIDES"
Expand Down

0 comments on commit d71f0da

Please sign in to comment.