From d7a879a2a546252d5349d13b613376ce10a51c1c Mon Sep 17 00:00:00 2001 From: Scott Xu Date: Fri, 20 Oct 2017 09:08:10 +0800 Subject: [PATCH 1/2] Update appveyor.yml --- appveyor.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 3d111f5..1b050c3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 From 2ef199fc176e37e173d43eb4805f4b70fed51583 Mon Sep 17 00:00:00 2001 From: Scott Xu Date: Fri, 20 Oct 2017 09:09:46 +0800 Subject: [PATCH 2/2] 3.3.0-beta1 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0280b3d..7c69006 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased] - 2017-10-19 +## [3.3.0-beta1] - 2017-10-20 ### Removed -- Dropped support for ASP.NET MVC 1,2,3,4. \ No newline at end of file +- Dropped support for ASP.NET MVC 1,2,3,4.