Commit c454670a authored by yangxiaodong's avatar yangxiaodong

release 0.1.1

parent e7fe6e7f
...@@ -32,3 +32,4 @@ obj/ ...@@ -32,3 +32,4 @@ obj/
bin/ bin/
/.idea/.idea.CAP /.idea/.idea.CAP
/.idea/.idea.CAP /.idea/.idea.CAP
/.idea
...@@ -15,8 +15,8 @@ artifacts: ...@@ -15,8 +15,8 @@ artifacts:
deploy: deploy:
provider: NuGet provider: NuGet
on: on:
appveyor_repo_tag: true appveyor_repo_tag: false
api_key: api_key:
secure: P4da9c6a6-00e1-47d0-a821-b62380362dc9 secure: U62rpGTEqztrUO4ncscm4XSaAoCSmWwT/rOWO/2JJS44psJvl0QpjRL0o0ughMoY
skip_symbols: true skip_symbols: true
artifact: /artifacts\/packages\/.+\.nupkg/ artifact: /artifacts\/packages\/.+\.nupkg/
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<VersionMajor>0</VersionMajor> <VersionMajor>0</VersionMajor>
<VersionMinor>1</VersionMinor> <VersionMinor>1</VersionMinor>
<VersionPatch>0</VersionPatch> <VersionPatch>1</VersionPatch>
<VersionQuality></VersionQuality> <VersionQuality></VersionQuality>
<VersionPrefix>$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix> <VersionPrefix>$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix>
</PropertyGroup> </PropertyGroup>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment