File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ You can also build the SDK or create local nuget package from source code direct
5252 - Visual Studio 2013 or above.
5353 - Python 2.7 or above.
5454 - [ Optional] Sandcastle Help File Builder installed (https://github.com/EWSoftware/SHFB/releases ). This is only required for doc generation.
55+ - [ Optional] Visual Studio 2017 or above. This is required to generate .Net Standard package
5556
56572 . Clone the repository and update submodules.
5758 ```
@@ -77,9 +78,8 @@ You can also build the SDK or create local nuget package from source code direct
7778 the included examples as a sanity check.
7879
7980### Create nuget package (This needs to be done on Windows)
80- 1 . Edit ` dropbox-sdk-dotnet/Dropbox.Api/Dropbox.Api.nuspec ` and update release note.
81- 2 . Edit buildall.ps1 and update major version and release version.
82- 3 . In Visual Studio Developer Command Prompt run
81+ 1 . Edit buildall.ps1 and update major version, release version and release notes.
82+ 2 . In Visual Studio Developer Command Prompt run
8383 ```
8484 powershell -ExecutionPolicy Bypass -File buildall.ps1 -testSettings <PATH_TO_TEST_SETTINGS>
8585 ```
You can’t perform that action at this time.
0 commit comments