Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Commit

Permalink
Update readme, changelog, and version and nuget license.
Browse files Browse the repository at this point in the history
  • Loading branch information
EEParker committed Jan 7, 2019
1 parent 57ebd07 commit 1249885
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# 2.2.0

* [Bugfix] Add support to specify regex as a parameter.
* [Feature] Add experimental support for Yarn runner.

# 2.2.1

Initial Version
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
This is a stand-alone module to add VueCli support to Aspnet Core 2.1.
# VueCliMiddleware

Due to the discussion here, it was decided to not be included in the Microsoft owned package.
https://github.com/aspnet/JavaScriptServices/pull/1726
[![](https://img.shields.io/nuget/v/VueCliMiddleware.svg)](https://www.nuget.org/packages/VueCliMiddleware/)

Usage Example:
This is a stand-alone module to add VueCli support to AspNet Core 2.2.0.

## Usage Example
```csharp
using VueCliMiddleware;

Expand Down Expand Up @@ -42,4 +43,8 @@ Usage Example:
});
}
}
```
```

## History

Due to the discussion [here](https://github.com/aspnet/JavaScriptServices/pull/1726), it was decided to not be included in the Microsoft owned package.
1 change: 1 addition & 0 deletions src/VueCliMiddleware.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<Authors>EEParker</Authors>
<RepositoryUrl>https://github.com/EEParker/aspnetcore-vueclimiddleware.git</RepositoryUrl>
<PackageProjectUrl>https://github.com/EEParker/aspnetcore-vueclimiddleware.git</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/EEParker/aspnetcore-vueclimiddleware/blob/master/LICENSE.txt</PackageLicenseUrl>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 1249885

Please sign in to comment.