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

Commit 1249885

Browse files
committed
Update readme, changelog, and version and nuget license.
1 parent 57ebd07 commit 1249885

File tree

3 files changed

+19
-5
lines changed

3 files changed

+19
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# 2.2.0
2+
3+
* [Bugfix] Add support to specify regex as a parameter.
4+
* [Feature] Add experimental support for Yarn runner.
5+
6+
# 2.2.1
7+
8+
Initial Version

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
This is a stand-alone module to add VueCli support to Aspnet Core 2.1.
1+
# VueCliMiddleware
22

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

6-
Usage Example:
5+
This is a stand-alone module to add VueCli support to AspNet Core 2.2.0.
6+
7+
## Usage Example
78
```csharp
89
using VueCliMiddleware;
910

@@ -42,4 +43,8 @@ Usage Example:
4243
});
4344
}
4445
}
45-
```
46+
```
47+
48+
## History
49+
50+
Due to the discussion [here](https://github.com/aspnet/JavaScriptServices/pull/1726), it was decided to not be included in the Microsoft owned package.

src/VueCliMiddleware.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<Authors>EEParker</Authors>
1010
<RepositoryUrl>https://github.com/EEParker/aspnetcore-vueclimiddleware.git</RepositoryUrl>
1111
<PackageProjectUrl>https://github.com/EEParker/aspnetcore-vueclimiddleware.git</PackageProjectUrl>
12+
<PackageLicenseUrl>https://github.com/EEParker/aspnetcore-vueclimiddleware/blob/master/LICENSE.txt</PackageLicenseUrl>
1213
</PropertyGroup>
1314

1415
<ItemGroup>

0 commit comments

Comments
 (0)