Skip to content

Commit 5ec9708

Browse files
author
Chris Young
committed
Merge branch 'hotfix/4.5.1' into develop
2 parents 2cf5d5b + 55d0c17 commit 5ec9708

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,3 +253,5 @@ paket-files/
253253
tools
254254
VersionAssemblyInfo.cs
255255
.dotnet
256+
tools/*
257+
!tools/packages.config

tools/packages.config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<packages>
3+
<package id="Cake" version="0.21.1" />
4+
</packages>

0 commit comments

Comments
 (0)