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 is a ${{ steps.validate.outputs.prerelease == 'true' && 'prerelease' || 'release' }} of the crate.
74
+
This is a ${{ env.prerelease == 'true' && 'prerelease' || 'release' }} of the crate.
80
75
You can find the [crate here](https://crates.io/crates/${{ github.repository }}).
81
-
This version use is a binding for for the WSLPluginAPI V${{steps.validate.outputs.nuget_version}} avalable on [Nuget](https://www.nuget.org/packages/Microsoft.WSL.PluginApi/${{steps.validate.outputs.nuget_version}}).:
This version is a binding for the WSLPluginAPI v${{ env.nuget_version}} available on [NuGet](https://www.nuget.org/packages/Microsoft.WSL.PluginApi/${{ env.nuget_version}}).
0 commit comments