-
Notifications
You must be signed in to change notification settings - Fork 168
Updates for beta5 #192
Comments
The only change required for Beta5 is to drop the timestamp from the package versions. The packages with no timestamp are not available on aspnet release feed so I didn't drop the timestamp since the samples won't work |
@rustd can you give specific steps on how to test the templates today with the pre-release feed? |
Updating the feed. Set the NuGet feed to be https://www.myget.org/f/aspnetbeta5/api/v2 |
Nancy seems to be left off the list again? |
@Yantrio sorry about that, it was not intentional. I was going off the list of issues that @rustd created, which was based off updates to Visual Studio. @Yantrio can you help with the Nancy template? |
a note, I had
|
@peterblazejewicz @sayedihashimi - just now getting able to bring my head up for air. Is this the current status? |
@spboyer I think you could:
I've changed couple of things - for example there is no flattneded structure of template contents anymore - all is 1to1 compared to generated output, there are single templates with switches for Gulp/Grunt different logic, imports, etc. And Sayed's post has updated lists what's still to be written: |
OK I have just released I will also create a new issue listing the known issues for beta5. |
@peterblazejewicz @spboyer we should write a blog post on the |
@sayedihashimi I'm on my way home, still commuting. Before I'd write something, it'll be a midnight here I think 😀 |
@peterblazejewicz ok that's not a problem. I'll be traveling tmrw anyway so likely can't post it until Friday. |
OK we can now start getting ready for beta5 templates. We should do this work in a new
beta5
branch and then when ready merge tomaster
and then publish.We have the following work ahead of us.
Top priority items
Can be added later
We are hoping to get all changes in by the end of the day on Sunday 6/21 and ready to merge to master after that.
_If you think that you can help with one or more of the items please comment on the item so that we can assign the issue and avoid duplicate work._ I'm planning to work on some of these items tomorrow. I've already created the beta5 branch so we can all start partying on this.
FYI I have created a label for beta5 issues, as well as priority labels. Queries are below. Lower priority means that it's more important.
_Note: beta5 is now on nuget.org, so the info below is no longer needed_
How to test with beta5 before packages go to nuget.org
To be more specific about how to test with
beta5
before the packages go to nuget.org do the following.dnu restore -f https://nuget.org/api/v2/
nuget.config content
Update 6/22
We have new feed locations for the packages they are listed below, I've updated the links above as well. Previous urls will stop working soon.
cc @peterblazejewicz @spboyer @rustd @mayurid
The text was updated successfully, but these errors were encountered: