Update to Open.NAT 2.1.0

This commit is contained in:
Matthias Mailänder
2016-08-07 10:14:43 +02:00
parent 90ab5023a6
commit 392fa3730e
2 changed files with 2 additions and 2 deletions

View File

@@ -85,7 +85,7 @@ fi
if [ ! -f Open.Nat.dll ]; then
echo "Fetching Open.Nat from NuGet"
get Open.Nat 2.0.16
get Open.Nat 2.1.0
cp ./Open.Nat/lib/net45/Open.Nat.dll .
rm -rf Open.Nat
fi