From 1d26083c7723635a1c644f064432daa40eca8ff8 Mon Sep 17 00:00:00 2001 From: Xuanye Wong Date: Wed, 31 Jul 2019 17:52:33 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E8=B2=8C=E4=BC=BC=E5=B0=91=E4=BA=86?= =?UTF-8?q?=E4=B8=A4=E4=B8=AA=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 - build/releasenotes.props | 10 ++++++++++ build/version.props | 6 ++++++ 3 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 build/releasenotes.props create mode 100644 build/version.props diff --git a/.gitignore b/.gitignore index 90dcdf2..069b0d8 100644 --- a/.gitignore +++ b/.gitignore @@ -56,7 +56,6 @@ _ReSharper* _NCrunch_* artifacts/ -build/ # NuGet Packages Directory packages diff --git a/build/releasenotes.props b/build/releasenotes.props new file mode 100644 index 0000000..2a76566 --- /dev/null +++ b/build/releasenotes.props @@ -0,0 +1,10 @@ + + + + 1. 修复回调一次过多的问题 + + + 1. 实现基本的Hessian协议 + + + diff --git a/build/version.props b/build/version.props new file mode 100644 index 0000000..f536820 --- /dev/null +++ b/build/version.props @@ -0,0 +1,6 @@ + + + 1.0.8 + 1.0.1 + +