Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-xu committed Oct 23, 2017
2 parents 96a7f9c + 2ef199f commit ce7ca06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -7,4 +7,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [3.3.0] - 2017-10-23

### Removed
- Dropped support for ASP.NET MVC 1,2,3,4.
- Dropped support for ASP.NET MVC 1,2,3,4.
5 changes: 3 additions & 2 deletions appveyor.yml
Expand Up @@ -21,16 +21,17 @@ dotnet_csproj:

cache:
- '%LocalAppData%\NuGet\v3-cache -> **\*.csproj'
- packages -> **\packages.config

before_build:
- dotnet restore --verbosity quiet
- nuget restore -Verbosity quiet

build:
parallel: true
verbosity: minimal

artifacts:
- path: '**\*.nupkg'
- path: 'src\**\*.nupkg'

deploy:
provider: NuGet
Expand Down

0 comments on commit ce7ca06

Please sign in to comment.