Commit graph

1923 commits

Author SHA1 Message Date
Lee Coward 96bd3655b3
Merge pull request #2397 from dotnet/vivpatch
Fixes for 3.0 releases.json
2019-03-07 12:30:19 -08:00
Vivek Mishra 7fd76d5259 Fixes for 3.0 releases.json 2019-03-07 11:51:54 -08:00
N. Taylor Mullen 996c577973
Add C# identifier to snippet 2019-03-07 10:24:35 -08:00
N. Taylor Mullen a239d345cf
Add a better workaround for referencing 3.0.0 libraries. 2019-03-07 10:24:09 -08:00
N. Taylor Mullen 64ee350e35
Add referencing 3.0.0 project limitations
- Added 3 bullet points to encompass 1 primary issue. Basically, referencing any MVC 3.0 library doesn't work as intended. Called out specific use cases of each failure to make the known issues list easier to navigate.
2019-03-06 17:21:26 -08:00
Javier Calvarro Nelson 831fb82622 Update new issues to include SPA template issues (#2393) 2019-03-06 16:30:27 -08:00
Vivek Mishra b1fe54abc7
Fixed rel notes link 2019-03-06 11:38:38 -08:00
Daniel Roth 1fc06ff78a
Add ASP.NET Core 3.0 Preview 3 release notes content (#2390) 2019-03-06 11:14:19 -08:00
Daniel Roth cf2f1e7034
Add ASP.NET Core known issues for 3.0 Preview3 (#2388) 2019-03-06 11:02:32 -08:00
Vivek Mishra 14a9c21cd6
3.0 Preview 3 release artifacts (#2387) 2019-03-06 10:57:47 -08:00
Lee Coward 4b39c16cca
Update linux-setup.md 2019-03-06 08:40:06 -08:00
Lee Coward 1f99a7e460
Merge pull request #2380 from dotnet/leecow-patch
add missing rid info to 1.0 and 1.1 json
2019-03-05 14:17:05 -08:00
Lee Coward 94b41481fa add missing rid info to 1.0 and 1.1 json 2019-03-05 14:16:17 -08:00
Chris Robbers c1efb3b1e4 Typo fix. (#2379)
"distrobution" -> "distribution"
2019-03-05 13:57:44 -08:00
Next Turn 4b17f38b2d Enforce coding styles (#2377) 2019-03-05 08:14:06 -08:00
Regis Bittencourt 85b7db561b Update 3.0.0-preview2-download.md (#2372)
Typo: Missing 'u' in "Linux"
2019-03-04 09:36:17 -08:00
Next Turn 7006053e39 Remove BOM (#2367) 2019-03-03 22:48:21 -08:00
Next Turn f3109f473c Target .NET Core 2 (#2341) 2019-03-02 07:42:29 -08:00
Elton Stoneman 72e6bd1740 Typo :) (#2351)
"Linx" -> "Linux"
2019-03-01 19:46:59 -08:00
Lee Coward e52ec3a0ce
Update microsoft-support.md 2019-02-27 14:14:40 -08:00
Lee Coward b11b0b12ad
Update microsoft-support.md 2019-02-27 14:10:51 -08:00
Lee Coward 9af8f7462d
Merge pull request #2346 from dotnet/leecow-patch
fix field names
2019-02-27 13:34:37 -08:00
Lee Coward 2680ab96de fix field names 2019-02-27 13:33:10 -08:00
Lee Coward 6916eacc9e known issue update 2019-02-27 13:26:39 -08:00
Lee Coward 9f7b680bca
Merge pull request #2326 from arthurrump/master
Fixes for releases.json files (new style)
2019-02-27 12:12:50 -08:00
Pavinthan 718ec9940d Add jetbrains folder to .gitignore (#2320) 2019-02-26 22:10:51 -08:00
Kexy Biscuit 3d95e64f99 Update ASP.NET Core Shared Framework links. (#2339)
Following dotnet/core-sdk#672.
2019-02-26 22:09:37 -08:00
Kexy Biscuit 3e372ffe30 Update README.md of Release Notes. (#2340)
.NET Core February 2019 Updates.
2019-02-26 22:05:38 -08:00
Lee Coward a08d991070
Merge pull request #2336 from dotnet/dougbu/fixup.known-issues
!fixup 2.1.8-known-issues.md
2019-02-22 16:34:33 -08:00
Doug Bunting 0702d44565
Update 2.1.8-known-issues.md 2019-02-22 15:56:49 -08:00
Vivek Mishra f6a873a767
Updated 2.1.8 known issue to add link for 2.1 known issues 2019-02-22 13:14:18 -08:00
Vivek Mishra 8a34f5d9ec
Added the issue number 2019-02-22 13:09:18 -08:00
Vivek Mishra 7f1c8aaa5e
Updated 2.1.8 rel note for known issues link 2019-02-22 13:07:40 -08:00
Doug Bunting 1788070e4f
Add 2.1.8 known issues (#2335) 2019-02-22 10:00:00 -08:00
Arthur Rump 501c2f5386 Replace "vsversion" fields with "vs-version" in releases.json files
Regression introduced partially in 17ab027461
2019-02-18 18:37:33 +01:00
Arthur Rump 81e03ff947 Fix 2.1.0-preview1 release notes link in 2.1/releases.json
Regression introduced in 17ab027461
2019-02-18 18:33:42 +01:00
Arthur Rump 2763b169fb Fix 2.1.502 release notes link in 2.1/releases.json 2019-02-18 18:26:39 +01:00
Arthur Rump eb50135aaf Fix version-aspnetcoremodule fields in 1.0/ and 1.1/releases.json 2019-02-18 18:24:33 +01:00
Arthur Rump 493d94c9b6 Fix vb-version in 3.0/releases.json 2019-02-18 18:22:32 +01:00
Arthur Rump 53c75b2f57 Make eol-date field consistent between index and releases.json files
In releases-index.json the new convention seems to be to use `null` to
indicate that there is no eol-date set. The individual releases.json
files still used the old convention of indicating this with
an empty string.
2019-02-18 18:21:04 +01:00
Arthur Rump 8514f785b7 Fix security field in releases-index.json 2019-02-18 18:07:49 +01:00
Lee Coward ec9ff2d8f4
Merge pull request #2317 from dotnet/leecow-patch
add missing 3.0-preview2 data
2019-02-14 18:11:37 -08:00
Lee Coward ec04053d17 add missing 3.0-preview2 data 2019-02-14 18:08:31 -08:00
Lee Coward 210c68a35b
Merge pull request #2315 from EarthlingRich/fix-microsoft-support
Fix maintenance releases header in microsoft-support.md
2019-02-14 17:58:52 -08:00
Richard Leurs 2f621a9e7c
Fix maintenance releases header 2019-02-14 22:28:13 +01:00
Lee Coward 667bc7bcbb
Merge pull request #2287 from EarthlingRich/roadmap
Update roadmap for 2.2 release and 3.0 preview
2019-02-14 09:23:30 -08:00
Lee Coward 23985e8eca
Merge pull request #2313 from dotnet/leecow-patch
fix json v1 field names for 2.2.2 release
2019-02-14 07:43:15 -08:00
Lee Coward d00ed227d8 fix json v1 field names for 2.2.2 release 2019-02-14 07:41:07 -08:00
Lee Coward b409aae80f
Merge pull request #2309 from dotnet/leecow-patch
fix fieldname for feb release (remove vesion number)
2019-02-13 07:54:28 -08:00
Lee Coward 64868da182 fix fieldname for feb release (remove vesion number) 2019-02-13 07:53:38 -08:00