The reason for the \ property is to specify the .nuspec <repository type= attribute value. I've never seen the value GitHub before; with GitHub projects, everyone uses git that I've seen. The \ value is referring to the protocol used to programmatically connect to the <repository url= URL.
The reason for the \ property is to specify the .nuspec value is referring to the protocol used to programmatically connect to the
<repository type=
attribute value. I've never seen the valueGitHub
before; with GitHub projects, everyone usesgit
that I've seen. The \<repository url=
URL.https://docs.microsoft.com/en-us/nuget/reference/nuspec#repository shows an example which has a GitHub URL and a
git
repository type, so I'm pretty sure that's what it should be: