From 08ce3b20bc5457592e33e995d6c81d3d19f84341 Mon Sep 17 00:00:00 2001 From: Matthew Herman Date: Thu, 15 Apr 2021 09:54:11 -0500 Subject: [PATCH] Update csproj for v5.0.0-rc7 --- .gitignore | 4 +++- MbDotNet/MbDotNet.csproj | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 04380ac..5ec77d1 100644 --- a/.gitignore +++ b/.gitignore @@ -239,4 +239,6 @@ _Pvt_Extensions # mountebank files mb.pid -mb*.log \ No newline at end of file +mb*.log + +.ionide/ \ No newline at end of file diff --git a/MbDotNet/MbDotNet.csproj b/MbDotNet/MbDotNet.csproj index 0158b0e..e787b89 100644 --- a/MbDotNet/MbDotNet.csproj +++ b/MbDotNet/MbDotNet.csproj @@ -11,7 +11,7 @@ 5.0.0.0 - 5.0.0-rc6 + 5.0.0-rc7 MbDotNet MbDotNet Matthew Herman @@ -20,7 +20,7 @@ false MIT http://github.com/mattherman/MbDotNet - https://github.com/mattherman/MbDotNet/releases/tag/v5.0.0-rc6 + https://github.com/mattherman/MbDotNet/releases/tag/v5.0.0-rc7 mountebank client wrapper lib