Closed wtgodbe closed 4 years ago
Once we update AssemblyVersions, we'll need to add mappings into packageIndex.json
for them.
CC @Anipik
~ClrMD versions (and ships) completely independently from .Net Core and its versioning scheme. Is there any expected action for me and the library here? I would like to remain on "ClrMD 2.0" as it makes the most sense for the library.~
Edit: Just realized this is not in relation to ClrMD, I wear too many hats these days...
What will the first version range for .Net 5 look like? I just wanted to confirm it doesn't overlap with Silverlight Watson crashes.
With CoreFx moving to 5.0 branding, we have an opportunity to unify our various versioning schemes. Meaning that
ProductVersion
,FileVersion
,AssemblyVersion
, andPackageVersion
s can likely all be bumped to something in the5
band. We should come up with a plan for what this will look like so we can get into a good state before we start shipping packages to customers.TODO:
AssemblyVersions
for all assembliespackageIndex.json
with new AssemblyVersionsSystem.Reflection.Emit.*
,Microsoft.Bcl.*
)ProductVersion
- done by https://github.com/dotnet/corefx/pull/39503PackageVersions
- done by https://github.com/dotnet/corefx/pull/39503FileVersions
- done by https://github.com/dotnet/corefx/pull/39503netcoreapp5.0
CC @ericstj @leculver @safern @joperezr @danmosemsft