Skip to content

Commit

Permalink
Update releases.json with latest 1X LTS flag (#1996)
Browse files Browse the repository at this point in the history
  • Loading branch information
vivmishra authored Oct 11, 2018
1 parent e222d10 commit e46cb34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions release-notes/releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"checksums-runtime": "https://dotnetcli.blob.core.windows.net/dotnet/checksums/1.1.10-runtime-sha.txt",
"checksums-sdk": "https://dotnetcli.blob.core.windows.net/dotnet/checksums/1.1.11-sdk-sha.txt",
"security": "TRUE",
"lts-runtime": "FALSE",
"lts-runtime": "TRUE",
"lts-sdk": "FALSE",
"vs-version": "15.0",
"csharp-language": "7.0",
Expand Down Expand Up @@ -77,7 +77,7 @@
"checksums-runtime": "https://dotnetcli.blob.core.windows.net/dotnet/checksums/1.0.13-runtime-sha.txt",
"checksums-sdk": "https://dotnetcli.blob.core.windows.net/dotnet/checksums/1.1.11-sdk-sha.txt",
"security": "TRUE",
"lts-runtime": "FALSE",
"lts-runtime": "TRUE",
"lts-sdk": "FALSE",
"vs-version": "15.0",
"csharp-language": "7.0",
Expand Down Expand Up @@ -920,7 +920,7 @@
"checksums-runtime": "https://dotnetcli.blob.core.windows.net/dotnet/checksums/1.0.11-runtime-sha.txt",
"checksums-sdk": "https://dotnetcli.blob.core.windows.net/dotnet/checksums/1.1.9-sdk-sha.txt",
"security": "FALSE",
"lts-runtime": "TRUE",
"lts-runtime": "FALSE",
"lts-sdk": "FALSE",
"vs-version": "15.0",
"csharp-language": "7.0",
Expand Down

0 comments on commit e46cb34

Please sign in to comment.