-
Notifications
You must be signed in to change notification settings - Fork 80
Incorrect link to GitLink? #149
Comments
Hi @Korporal , The frontpage shows the current develop branch which we are actively working on (but represents the prerelease of GL 3.0). If you check the master branch, you should see the correct docs. Sorry for the temporary inconvenience. |
Thanks @GeertvanHorrik but on that other readme I see now mention at all of adding a NuGet package to a project. I just tried to add GitLinkTask but it fails if proj is .Net 4.5.2 or 4.5 - no idea what min target framework must be. Also what is the GitLink nuget package for if GitLinkTask is the one you really want us to install? |
It's the exe itself (installed as a tool). In v3, you will only have to install GitLink itself since it contains both the msbuild integration as the tool. @AArnott did all the hard work there, so he can best explain that process if you need more info. |
@GeertvanHorrik Thx PS: installation also fails for .Net 3.5 and .Net 3.0: "You are trying to install this package into a project that targets '.NETFramework,Version=v3.0', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author." |
Please install the latest pre-release, that's what we are going to recommend on the short term anyway. It should automatically integrate with msbuild, right @AArnott ? |
@GeertvanHorrik is correct. |
@GeertvanHorrik @AArnott Thanks PS: I'm genuinely trying to evaluate this system, it sounds very good but the questions I'm asking are real, they stem from me trying to understand what's written here and what's published here. |
@hgleaves-ncuadmin Different question: what system are your targeting, that's easier for us to answer. I believe both use .NET FX 4.0 as base, so should work on everything above that. If it's an msbuild task, the target platform should be irrelevant (since it's msbuild invoking the assembly). @AArnott can you confirm I'm not making a mistake here? |
Wow. I just downloaded the GitLinkTask 2.4.1 package (I've never looked at it before). It only has a |
@hgleaves-ncuadmin let's ignore the current (soon to be old) version of GitLink. Could you please try the unstable GitLink msbuild integration to see if that works out for you? |
I was reading the readme which has a link to the NuGet package to install into Visual Studio. However it seems to be wrong (if you read issue #140).
Why do you have users install GitLInk nuget package rather than the GitLinkTask package which (it seems) is the one they should be installing?
Thanks
The text was updated successfully, but these errors were encountered: