TrilonIO / aspnetcore-Vue-starter

*NEW* Asp.net Core & Vue.js (ES6) SPA Starter kit - Vuex, webpack, Web API, Docker, and more! By @TrilonIO
https://www.trilon.io
MIT License
1.22k stars 266 forks source link

dotnet new is not installing the latest version of this starter project referencing aspnet core 2.1 #102

Closed kirk-quinbar closed 5 years ago

kirk-quinbar commented 6 years ago

per your readme, I ran this command to install this template: dotnet new -i aspnetcore-vuejs

when i created a new template from that, i noticed that the aspnet core version was still 2.0.3 and not 2.1.x. Did you deploy any of the latest changes so the dotnet new command pulls the newer version.

This is what dotnet new installed Installing aspnetcore-vuejs 1.0.1.

thoughts?

MarkPieszak commented 6 years ago

@mika76 Hey Mladen, can you add me to the nuget package owner list so I can update it as well, looks like you're the only Owner of it at the moment.

MarkPieszak commented 5 years ago

I have permissions now let me try and update the package today!

mika76 commented 5 years ago

Fantastic. Good luck!

On Tue, 21 Aug 2018 at 16:32, Mark Pieszak notifications@github.com wrote:

I have permissions now let me try and update the package today!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/MarkPieszak/aspnetcore-Vue-starter/issues/102#issuecomment-414695075, or mute the thread https://github.com/notifications/unsubscribe-auth/AAN_v27GCWcPDedGdD79rpkKj2Gg8PAiks5uTBn5gaJpZM4V-OZ1 .

adyra commented 5 years ago

Looks like it's still pulling old version template when running dotnet command. Have you manage to update nugget package?

MarkPieszak commented 5 years ago

Sorry for the delay! Just published it now, it looks like it's validating so hopefully 1.0.2 will be up there soon with the latest & greatest from the Repo here. :+1:

https://www.nuget.org/packages/aspnetcore-vuejs/

@adyra @kirk-quinbar

MarkPieszak commented 5 years ago

Alright, looks like it published!

dotnet new -i aspnetcore-vuejs should now install 1.0.2 with all the latest things from the repo :)