Skip to content

Commit

Permalink
nuget(1.0.3): publish 1.0.3 version to nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkPieszak committed Mar 18, 2019
1 parent 4db4b9b commit b9e8a7e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 30 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The MIT License (MIT)

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

* * *

Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ASP.NET Core Vue Starter
# ASP.NET Core & Vue.js Starter

### Made with :heart: by [Trilon.io](https://trilon.io)
<p>
Expand All @@ -7,9 +7,6 @@
</a>
</p>

This repo contains an ASP.NET Core + Vue.js 2 starter template (VS2017 or command line). The template is based
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)

_Looking for ASP.NET Core & Angular 7.x+ Universal starter? [click here](https://github.com/TrilonIO/aspnetcore-angular-universal)_

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

# Features
Expand Down
10 changes: 5 additions & 5 deletions aspnetcore-vuejs.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>aspnetcore-vuejs</id>
<version>1.0.2</version>
<version>1.0.3</version>
<description>
Template for ASP.NET Core 2 WebApi and Vue.js 2 Client app with webpack and hot reloading
ASP.NET Core & Vue.JS Application Starter Template - with webpack, Web API and other best-practices baked in.
</description>
<authors>Mark Pieszak, Mladen Mihajlovic</authors>
<projectUrl>https://github.com/MarkPieszak/aspnetcore-Vue-starter</projectUrl>
<licenseUrl>https://github.com/MarkPieszak/aspnetcore-Vue-starter/blob/master/LICENSE.md</licenseUrl>
<authors>Mark Pieszak</authors>
<projectUrl>https://github.com/TrilonIO/aspnetcore-Vue-starter</projectUrl>
<licenseUrl>https://github.com/TrilonIO/aspnetcore-Vue-starter/blob/master/LICENSE.md</licenseUrl>
<packageTypes>
<packageType name="Template" />
</packageTypes>
Expand Down
20 changes: 1 addition & 19 deletions content/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ASP.NET Core Vue Starter
# ASP.NET Core & Vue.js Starter

### Made with :heart: by [Trilon.io](https://trilon.io)
<p>
Expand All @@ -7,9 +7,6 @@
</a>
</p>

This repo contains an ASP.NET Core + Vue.js 2 starter template (VS2017 or command line). The template is based
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)

_Looking for ASP.NET Core & Angular 7.x+ Universal starter? [click here](https://github.com/TrilonIO/aspnetcore-angular-universal)_

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

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

----

### Special Thanks

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.

### Also, a million thanks to key Contributors !

- [@Nordes](https://github.com/Nordes) :sparkles:
- [@mika76](https://github.com/mika76) :sparkles:
- [@vip32](https://github.com/vip32) :sparkles:
- [@anderly](https://github.com/anderly) :sparkles:

----

# License

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

0 comments on commit b9e8a7e

Please sign in to comment.