Skip to content

Commit b9e8a7e

Browse files
committed
nuget(1.0.3): publish 1.0.3 version to nuget
1 parent 4db4b9b commit b9e8a7e

File tree

4 files changed

+8
-30
lines changed

4 files changed

+8
-30
lines changed

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The MIT License (MIT)
22

3-
Copyright (c) 2016-2018 [Mark Pieszak](https://github.com/MarkPieszak)
3+
Copyright (c) 2016-2019 [Trilon.io](https://trilon.io) & [Mark Pieszak](https://github.com/MarkPieszak)
44

55
* * *
66

README.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ASP.NET Core Vue Starter
1+
# ASP.NET Core & Vue.js Starter
22

33
### Made with :heart: by [Trilon.io](https://trilon.io)
44
<p>
@@ -7,9 +7,6 @@
77
</a>
88
</p>
99

10-
This repo contains an ASP.NET Core + Vue.js 2 starter template (VS2017 or command line). The template is based
11-
on the [original starter templates](https://blogs.msdn.microsoft.com/webdev/2017/02/14/building-single-page-applications-on-asp-net-core-with-javascriptservices/) (Angular, Knockout, React, Aurelia), which can be found [here](https://github.com/aspnet/JavaScriptServices/tree/dev/templates)
12-
1310
_Looking for ASP.NET Core & Angular 7.x+ Universal starter? [click here](https://github.com/TrilonIO/aspnetcore-angular-universal)_
1411

1512
---
@@ -23,7 +20,6 @@ _Looking for ASP.NET Core & Angular 7.x+ Universal starter? [click here](https:/
2320
* [Extras](#extras)
2421
* [Special Thanks](#special-thanks)
2522
* [License](#license)
26-
* [Social Media](#follow-me-online)
2723
* [Trilon - VueJS & Asp.NET Consulting & Training](#trilon---vue-aspnet-nodejs---consulting--training--development)
2824

2925
# Features

aspnetcore-vuejs.nuspec

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
33
<metadata>
44
<id>aspnetcore-vuejs</id>
5-
<version>1.0.2</version>
5+
<version>1.0.3</version>
66
<description>
7-
Template for ASP.NET Core 2 WebApi and Vue.js 2 Client app with webpack and hot reloading
7+
ASP.NET Core & Vue.JS Application Starter Template - with webpack, Web API and other best-practices baked in.
88
</description>
9-
<authors>Mark Pieszak, Mladen Mihajlovic</authors>
10-
<projectUrl>https://github.com/MarkPieszak/aspnetcore-Vue-starter</projectUrl>
11-
<licenseUrl>https://github.com/MarkPieszak/aspnetcore-Vue-starter/blob/master/LICENSE.md</licenseUrl>
9+
<authors>Mark Pieszak</authors>
10+
<projectUrl>https://github.com/TrilonIO/aspnetcore-Vue-starter</projectUrl>
11+
<licenseUrl>https://github.com/TrilonIO/aspnetcore-Vue-starter/blob/master/LICENSE.md</licenseUrl>
1212
<packageTypes>
1313
<packageType name="Template" />
1414
</packageTypes>

content/README.md

+1-19
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ASP.NET Core Vue Starter
1+
# ASP.NET Core & Vue.js Starter
22

33
### Made with :heart: by [Trilon.io](https://trilon.io)
44
<p>
@@ -7,9 +7,6 @@
77
</a>
88
</p>
99

10-
This repo contains an ASP.NET Core + Vue.js 2 starter template (VS2017 or command line). The template is based
11-
on the [original starter templates](https://blogs.msdn.microsoft.com/webdev/2017/02/14/building-single-page-applications-on-asp-net-core-with-javascriptservices/) (Angular, Knockout, React, Aurelia), which can be found [here](https://github.com/aspnet/JavaScriptServices/tree/dev/templates)
12-
1310
_Looking for ASP.NET Core & Angular 7.x+ Universal starter? [click here](https://github.com/TrilonIO/aspnetcore-angular-universal)_
1411

1512
---
@@ -21,9 +18,7 @@ _Looking for ASP.NET Core & Angular 7.x+ Universal starter? [click here](https:/
2118
* [Installation](#installation)
2219
* [Getting Started](#getting-started)
2320
* [Extras](#extras)
24-
* [Special Thanks](#special-thanks)
2521
* [License](#license)
26-
* [Social Media](#follow-me-online)
2722
* [Trilon - VueJS & Asp.NET Consulting & Training](#trilon---vue-aspnet-nodejs---consulting--training--development)
2823

2924
# Features
@@ -75,19 +70,6 @@ Please note that this project is released with a [Contributor Covenant Code of C
7570

7671
----
7772

78-
### Special Thanks
79-
80-
Many thanks go out to Steve Sanderson (@SteveSandersonMS) from Microsoft and his amazing work on [JavaScriptServices](https://blogs.msdn.microsoft.com/webdev/2017/02/14/building-single-page-applications-on-asp-net-core-with-javascriptservices/) and integrating the world of Node with ASP.NET Core.
81-
82-
### Also, a million thanks to key Contributors !
83-
84-
- [@Nordes](https://github.com/Nordes) :sparkles:
85-
- [@mika76](https://github.com/mika76) :sparkles:
86-
- [@vip32](https://github.com/vip32) :sparkles:
87-
- [@anderly](https://github.com/anderly) :sparkles:
88-
89-
----
90-
9173
# License
9274

9375
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](/LICENSE)

0 commit comments

Comments
 (0)