Skip to content

Commit eda0769

Browse files
authored
Update README.md
1 parent 09ba4b0 commit eda0769

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

5657
2. 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
```

0 commit comments

Comments
 (0)