mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-23 01:58:29 +00:00
How to get older template versions? #702
Closed
opened 2025-08-09 17:17:20 +00:00 by fergalmoran
·
0 comments
No Branch/Tag Specified
master
rybrande/masterToSrc
pakrym/no-console-fb
release/2.2
pakrym/remove-obsole-api-usage
maestro/release/2.2
maestro/master
release/2.1
release/2.0
rybrande/MergeRelease21IntoDev
rel/2.0.0-extensions
angular-animations-example
fix-angular-material-publishing
rel/2.0.0-templates
httpwithstatetransfer-example
rel/2.0.0-preview2-templates
aspnet-webpack-react-2.x
angular4-prerender-data-example
version-1.x
angular2-lazy-loading-example
581-isomorphic-react-cookies-example
example-using-typescript-paths-for-494
v1.0.x
angular2-materialize-example
redux-typed-1-x
primeng-example
font-awesome-example
karma-testing-example
2.2.0
2.2.0-preview3
2.2.0-preview2
2.2.0-preview1
2.1.1
2.1.0
2.0.4
2.1.0-rc1-final
2.1.0-preview2-final
2.0.3
2.1.0-preview1-final
2.0.2
2.0.1
rel/2.0.0
rel/2.0.0-preview2
Labels
Clear labels
2 - Working
2 - Working
3 - Done
3 - Done
3 - Done
3 - Done
3 - Done
3 - Done
3 - Done
angular
angular
angular
angular
angular
bug
bug
bug
bug
bug
bug
bug
bug
bug
core
core
core
core
core
core
core
duplicate
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
external
external
P1
P1
P1
P1
P1
P1
P2
P2
P2
P2
P2
P2
P2
P2
P2
PRI: 1 - Required
react
react
task
task
up-for-grabs
up-for-grabs
up-for-grabs
waiting
waiting
waiting
waiting
No Label
Milestone
No items
No Milestone
Projects
Clear projects
No project
Assignees
fergalmoran
Clear assignees
No Assignees
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: github/JavaScriptServices#702
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rgamage on 5/31/2017
We have been using this template for a few projects, but as of today the latest version of the template (0.9.3) is a little too 'bleeding edge' for us, with Angular4, etc. I see there is also code added to reference the Core 2.0 preview runtimes.
If I don't want these latest features, how can I reference version 0.9.1 or 0.9.2? I've tried some things at the command line, like:
npm install -g generator-aspnet-core@0.9.1but it doesn't seem to work. I get an error message about a null path. Also it's not clear to me how to specify / detect which version of the template we are getting when using dotnet new to generate the template. Using yeoman generator, it tells you the version of the generator. There is also an option to update your generator to the latest version, but I could not find out how to downgrade my template version. Using dotnet new I have no idea how to upgrade, read, or set which version of the template to use.
So at the moment I can only generate the latest version. Any method to downgrade would be much appreciated. Also I couldn't find any kind of release notes showing the differences between template 0.9.1 and 0.9.2, for example. That would be extremely helpful. Also would be nice if there was some property somewhere in the template that specifies which version was used to generate that project, so you can find out months later. We've got many of these lying around that were made at different times with who knows which version of the template, it's getting confusing keeping up.
Thanks for all the great work, really appreciate all the effort here!
Randy