Skip to content

Commit d71f0da

Browse files
committed
Squashed 'src/SfsClient/sfs-client/' changes from cf18b357..ff315ecf
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
1 parent f598670 commit d71f0da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ endif()
2727
# 1. MAJOR version when you make incompatible API changes
2828
# 2. MINOR version when you add functionality in a backward compatible manner
2929
# 3. PATCH version when you make backward compatible bug fixes
30-
set(SFS_LIBRARY_VERSION "0.1.0")
30+
set(SFS_LIBRARY_VERSION "1.0.0")
3131

3232
project(
3333
sfsclient

samples/tool/SFSClientTool.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ void DisplayUsage()
3030
<< "Options:" << std::endl
3131
<< " -h, --help\t\t\tDisplay this help message" << std::endl
3232
<< " -v, --version\t\t\tDisplay the library version" << std::endl
33-
<< " --isApp\t\tIndicates the specific product is an App" << std::endl
33+
<< " --isApp\t\t\tIndicates the specific product is an App" << std::endl
3434
<< " --instanceId <id>\t\tA custom SFS instance ID" << std::endl
3535
<< " --namespace <ns>\t\tA custom SFS namespace" << std::endl
3636
<< " --customUrl <url>\t\tA custom URL for the SFS service. Library must have been built with SFS_ENABLE_OVERRIDES"

0 commit comments

Comments
 (0)