Commit Graph

17 Commits (259a629826d228024428736f9b4ad148491449d2)

Author SHA1 Message Date
Scott Addie 2efb4554f8
Mention namespace changes in Identity 2.0 (#12868)
* Mention namespace changes in Identity 2.0

* More edits
2019-06-18 13:29:24 -05:00
Nick Schonning 86ae5a9c29 typo: Authenicator -> Authenticator (#11574) 2019-03-19 09:32:10 -05:00
Luke Latham 5704de168e Implicit versioning of the All package (#9223)
Fixes #9219 

@JunTaoLuo Dan calls out the implicit versioning "for 2.1 SDK or later;" however, we don't usually version the doc content by SDK release. We might need to say something for this update in the passage that I'm adding to the All topic (*aspnetcore/fundamentals/metapackage.md*) about which SDK version this applies to. I don't know if that's something that you would like to do or what version to call out.

I also remove the version from the samples. We also assume that devs are using the latest SDK with our samples.
2018-10-25 15:16:50 -10:00
Luke Latham 46f41d4774
Update All and App package versions (#8513) 2018-09-13 11:39:23 -05:00
Luke Latham 1a0f79a8fe
Update All/App package version (#8489) 2018-09-11 08:53:03 -05:00
Luke Latham 232d345f9e
Specify "Core" for ASP.NET Core refs (#8110) 2018-08-15 22:30:29 -05:00
Scott Addie f077d45a75 Merge pull request #4453 from isaac2004/4277-changes
Document configuration migration to 2.0 steps
2017-10-03 21:23:09 -05:00
Scott Addie 755819ea19 Remove comment 2017-10-03 20:42:53 -05:00
Isaac Levin 192db09718 sample to clear sources for IConfigurationBuilder 2017-10-03 16:51:27 -04:00
Isaac Levin 39f886ce98 remove unneeded statements from ConfigureApp 2017-10-02 16:48:48 -04:00
Isaac Levin b479902b7d show non-default config provider 2017-10-02 16:19:15 -04:00
Isaac Levin 4a62308d74 added code snippets to files 2017-10-02 13:55:40 -04:00
Leonard Meerwood 6cd5a3a887 Added @ symbol to make C# code work
In line 6 an @ symbol was forgotten. This made ViewData["Title"] render in HTML instead of being parsed as C#.
2017-10-02 21:59:25 +10:00
Scott Addie cbb1028529 Add DB init code location recommendation (#4253)
* Add DB init code location recommendation

* React to feedback
2017-09-14 11:34:12 -05:00
Luke Latham b71d2350b8 Update Localization sample app to 2.0 (#4219)
* Update Localization sample app

Fixes #2943

* Takes the sample to 2.0
* HTML5 (I gave this some thought, and I still prefer unclosed void
elements. Content-Type = "text/html" and doctype is HTML5. I think the
spec (making the closure optional) is a bit of a hack on their part.
These tags do not contain content, so imo they really shouldn't be
closed (logically).
* Bower out: Adds too many complications. We have *www/lib* locked out
of the source; therefore, the sample will break if the machine is
offline and Bower isn't run. Bower requires npm. Many *many* devs and
shops don't like it and don't want it. It has nothing to do with
localization. imo samples should run everywhere possible with minimal
config and setup and only use the tech required to demo the focused
tech.
*

Add one file

Updates

* React to feedback

Also patched the title, description, and keywords on this pass.
2017-09-06 15:11:18 -05:00
Scott Addie 67ade2b6ba Fix version number and region issue in 2.0 migration doc (#4026) 2017-08-18 12:04:55 -04:00
Scott Addie 0b6c8e6d81 2.0 migration reference doc
- Fixes #3548 
- Fixes #3054
2017-08-10 21:09:38 -05:00