You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release fixes a bug where APIs that used a decimal version number (e.g. v2.1) had underscores instead of dots in the literal of the build overload (e.g. v2_1). This meant that for those APIs the resource returned by build wasn't correctly inferred. The bug happened because the dots were converted to be safe to use in package paths. Now the conversion only happens where the version is actually used in a path.