Skip to content

Commit de139f4

Browse files
authored
build: pinned cake package versions
1 parent aa216ef commit de139f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/anglesharp.cake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#addin "Cake.FileHelpers"
2-
#addin "Octokit"
1+
#addin nuget:?package=Cake.FileHelpers&version=3.2.0
2+
#addin nuget:?package=Octokit&version=0.32.0
33
using Octokit;
44

55
var configuration = Argument("configuration", "Release");

0 commit comments

Comments
 (0)