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 + +