Replies: 2 comments
-
Maybe this is the best/only answer (inspect git info in the package created with something like Source Link) |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is weird $ git show fc93e595ceffbb1e3e85532bf454e92a6a80dd6b
fatal: bad object fc93e595ceffbb1e3e85532bf454e92a6a80dd6b And this link is invalid dotnet/razor@fc93e59 Are released commits synced/pushed from outside github? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
For the 5.0.1 of the
Microsoft.AspNetCore.Razor.Language
package from the dotnet/aspnetcore-tooling repo (undersrc/Razor/src/Microsoft.AspNetCore.Razor.Language
), I can't seem to find a 'git tag' corresponding to the released versionCan someone help explain the correspondence between the source (github) and the nupkg version?
My guess is releases for the overall repo follows visual studio releases (v16.8, v16.9 will be created based on some release/v16.9 branch), But I am only interested in the Razor language package at the moment.
Beta Was this translation helpful? Give feedback.
All reactions