Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typescript versioning inconsitencies #32729

Closed
olmobrutall opened this issue Aug 6, 2019 · 16 comments
Closed

Typescript versioning inconsitencies #32729

olmobrutall opened this issue Aug 6, 2019 · 16 comments
Assignees
Labels
Website Deprecated - please forward issue to microsoft/TypeScript-Website

Comments

@olmobrutall
Copy link

Is there any reason for the inconsistencies? It makes it hard to tell collegues what version of TS to install.

@RyanCavanaugh
Copy link
Member

Following the blog, looks like we are in Typescript 3.5, and TS 3.6 is in Beta

This is correct!

But somehow the Microsoft.TypeScript.MSBuild 3.6 Nuget is already released for 18 days

This is the beta. NuGet does not support non-numeric version numbers, so this is kind of what we have to do.

At the same time if you go to www.typescriptlang.org download for VS 2019, it recoments Typescript 3.4.1

The website needs a link update. This should point to https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.typescript-353

@RyanCavanaugh RyanCavanaugh added the Website Deprecated - please forward issue to microsoft/TypeScript-Website label Aug 6, 2019
@MartinJohns
Copy link
Contributor

This is the beta. NuGet does not support non-numeric version numbers [..]

NuGet supports pre-release packages with non-numeric characters in the pre-release version. You could use the version 3.6.0-beta.

@RyanCavanaugh
Copy link
Member

Sorry, misunderstood what my coworker wrote. Our publishing script doesn't support publishing version numbers like that 🙃. We're looking into that for next version.

@orta
Copy link
Contributor

orta commented Aug 14, 2019

The website links are now automated on deploys 👍

@HolgerJeromin
Copy link
Contributor

@orta
Copy link
Contributor

orta commented Oct 4, 2019

This was all deployed, and maybe the site hadn't been updated at that point because it looks like everything is now up to date so I'm closing this issue

@orta orta closed this as completed Oct 4, 2019
@olmobrutall
Copy link
Author

@orta another TS version (3.7) and the Visual Studio 2019 download links in https://www.typescriptlang.org/#download-links are pointing again to an outdated version https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.typescript-364

@olmobrutall
Copy link
Author

Cmon guys.... you go here https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-7.html and looks like the page is updated

image

But then you click in Get and and the Visual Studio 2019 link is still pointing to https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.typescript-364

@orta
Copy link
Contributor

orta commented Dec 5, 2019

Looks like the script to find the latest isn't finding 3.7.2, I Wonder why

@orta
Copy link
Contributor

orta commented Dec 5, 2019

I've updated the script microsoft/TypeScript-Website#146

@HolgerJeromin
Copy link
Contributor

The page links to the newest vspackage. Thanks for that.
But what is the status of 3.7.3?

cc @weswigham

@weswigham
Copy link
Member

It's published to npm 🤷‍♀

@HolgerJeromin
Copy link
Contributor

I am missing a Typescript SDK in Visual Studio Marketplace for VS2019 and nuget packages. Like the releases before...

@uniqueiniquity
Copy link
Contributor

Hello @HolgerJeromin,

The NuGet package and TypeScript SDK will be available soon (within the next 30 minutes).
I apologize for the delay!

@HolgerJeromin
Copy link
Contributor

Groundhog Day!
Again, no release-notes and no up to date link for VisualStudio. 8-(
3.8 was released 5 days ago...

@HolgerJeromin
Copy link
Contributor

HolgerJeromin commented May 13, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Website Deprecated - please forward issue to microsoft/TypeScript-Website
Projects
None yet
Development

No branches or pull requests

7 participants