Skip to content

Commit

Permalink
Updating release notes for dotnet-svcutil 2.0.1 (dotnet#3776)
Browse files Browse the repository at this point in the history
  • Loading branch information
dasetser authored Jul 29, 2019
1 parent 5e517d4 commit 0d1b3d9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion release-notes/dotnet-svcutil-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ Getting Started instructions can be found in the [usage guide](https://go.micros

## Version History

### 2.0.1 (7/29/2019)
* Added --sync option to generate synchronous operations in addition to async operations ([#654](https://github.com/dotnet/wcf/issues/654)).
* Bug fixes ([#3494](https://github.com/dotnet/wcf/issues/3494), [#3542](https://github.com/dotnet/wcf/issues/3542), [#3681](https://github.com/dotnet/wcf/issues/3681), [#3226](https://github.com/dotnet/wcf/issues/3226), [#2332](https://github.com/dotnet/wcf/issues/2332), [#3682](https://github.com/dotnet/wcf/issues/3682)).

### 2.0.0 (2/18/2019)
* Changed from a per-project CLI tool to a global CLI tool. ([#3071](https://github.com/dotnet/wcf/issues/3071)). Instead of adding a DotNetCliToolReference to each project in order to use the tool, you can now install it once globally with `dotnet tool install --global dotnet-svcutil`. This requires the .NET Core 2.1 SDK or later.
* Added new options to support the tool being run from a outside a project context. These are normally inferred based on the project the tool is run on. Since it can now be run with no project context these options allow you to control these settings manually. New options include: --outputDir, --outputFile, --projectFile, --runtimeIdentifier, and --targetFramework. See `dotnet-svcutil --help` for usage.
Expand All @@ -32,4 +36,4 @@ Getting Started instructions can be found in the [usage guide](https://go.micros
* First stable release

### 1.0.0-preview-20522-1161 (05/23/2018)
* Initial release
* Initial release

0 comments on commit 0d1b3d9

Please sign in to comment.