Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-02-23Drop useless appveyor build recipe linenulltoken
2015-02-06Make version comply to SemVernulltoken
2015-02-01Release LibGit2Sharp v0.21v0.21nulltoken
2015-02-01Make AppVeyor display the LibGit2Sharp versionnulltoken
2015-02-01Always build NuGet packagenulltoken
But limit publishing of artifacts on merge
2015-01-21Merge remote-tracking branch 'origin/master' into vNextnulltoken
2015-01-21Make AppVeyor display the sha of the commit being builtnulltoken
2015-01-20Make AppVeyor create NuGet packages upon a mergenulltoken
Prior to generating the packages, the AssemblyInfo.cs is patched with the build version. Additionally, the assembly informational version will bear a `-pre` suffix would this build result from a push on a branch which isn't `master`. Produced packages will be published as build artifacts. No packaging will be performed when the build has been triggered from a Pull Request.
2015-01-20Minor tweaks to appveyor build scriptnulltoken
- Fail the whole build upon a job failure - Cache the NuGet packages - Prefix the build version with the Assembly file version
2015-01-05Leverage NuGet restore for development dependenciesJamie Humphries
Fix #872
2015-01-04Add AppVeyor build scriptnulltoken