Skip to content

Commit

Permalink
cleanup: releasenotes and azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
natemcmaster committed Sep 4, 2019
1 parent abdda8a commit 25b7a73
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ stages:
- powershell: ./build.ps1 -ci
displayName: Invoke build.ps1
env:
KEYVAULT_CLIENT_SECRET: kv-access-token
KEYVAULT_CLIENT_SECRET: $(kv-access-token)
- powershell: .\docs\generate.ps1 -Verbose -NoBuild
displayName: Compile documentation
- task: PublishTestResults@2
Expand Down
13 changes: 5 additions & 8 deletions src/CommandLineUtils/releasenotes.props
Original file line number Diff line number Diff line change
@@ -1,24 +1,21 @@
<Project>
<PropertyGroup>
<PackageReleaseNotes Condition="'$(VersionPrefix)' == '2.4.0'">
Features:
Features and bug fixes by some awesome contributors:

* @IanG: Attributes for files and directories that must not exist

Bug fixes by contributors (thanks!):

* @ejball: ArgumentEscaper should escape empty string
* @vpkopylov: Use Pager for help text option only works on top-level help
* @vpkopylov: Add check for subcommand cycle
* @kyle-rader:Multi-line option descriptions do not indent correctly
* @kyle-rader: Multi-line option descriptions do not indent correctly

Other things I fixed:
* Support C# 8.0 and nullable reference types
* Add async methods to CommandLineApplication
* make `CommandLineApplication.ExecuteAsync` actually asynchronous
* add async methods that accept cancellation tokens
* Make `CommandLineApplication.ExecuteAsync` actually asynchronous
* Add async methods that accept cancellation tokens
* Handle CTRL+C by default
* support calling CommandLineApplication.Execute multiple times
* Support calling CommandLineApplication.Execute multiple times
</PackageReleaseNotes>

<PackageReleaseNotes Condition="'$(VersionPrefix)' == '2.3.4'">
Expand Down

0 comments on commit 25b7a73

Please sign in to comment.