Skip to content

Commit

Permalink
Finish 0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
natemcmaster committed May 10, 2018
1 parent c344600 commit a4bb4b0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,13 @@ deploy:
symbol_server: https://www.myget.org/F/natemcmaster/api/v2/package
api_key:
secure: KF1yGk4IHJyyfiHfFSCxJ+p5iZX+KPfCTnCihjD5iIZjasTS1lHeilpbaon4wvcM
- provider: GitHub
description: 'See https://github.com/natemcmaster/dotnet-serve/blob/master/CHANGELOG.md for details'
auth_token:
secure: 7gza5cyC0Fwp5LcFPz9dGMcHXP2jxbrnu7er9R/HkdvnhzGJVADvOtfYO7+Vow5p
artifact: Packages
draft: false
prerelease: true
on:
branch: master # release from master branch only
appveyor_repo_tag: true # deploy on tag push only
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Changelog

## [Unreleased]
## [v0.4.0]

- Add support for configuring HTTPs
- Update to 2.1.0-rc1
- Update runtime to use 2.1.0-rc1

## [v0.3.0]

Expand Down Expand Up @@ -41,7 +41,8 @@ Changes:
Initial release
- Provides a simple command-line web server for dotnet

[Unreleased]: https://github.com/natemcmaster/dotnet-serve/compare/v0.3.0...HEAD
[Unreleased]: https://github.com/natemcmaster/dotnet-serve/compare/v0.4.0...HEAD
[v0.4.0]: https://github.com/natemcmaster/dotnet-serve/compare/v0.3.0...v0.4.0
[v0.3.0]: https://github.com/natemcmaster/dotnet-serve/compare/v0.2.1...v0.3.0
[v0.2.1]: https://github.com/natemcmaster/dotnet-serve/compare/v0.2.0...v0.2.1
[v0.2.0]: https://github.com/natemcmaster/dotnet-serve/compare/v0.1.0...v0.2.0
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,8 @@ dotnet serve -S

### Defaults

If you just run `dotnet serve -S`, it will attempt to find a .pfx, .pem, or ASP.NET Core dev cert automatically.
If you just run `dotnet serve -S`, it will attempt to find a .pfx or ASP.NET Core dev cert automatically.

It will look for, in order:
- A pair of files named `cert.pem` and `private.key` in the current directory
- A file named `cert.pfx` in the current directory
- The ASP.NET Core Developer Certificate

0 comments on commit a4bb4b0

Please sign in to comment.