Skip to content

Commit

Permalink
修改版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
Varorbc committed May 5, 2018
1 parent 11ada96 commit d006ac4
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions src/PaySharp.Alipay/PaySharp.Alipay.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
<Title>PaySharp.Alipay</Title>
<Authors>Varorbc</Authors>
<Description>支付宝支付</Description>
<Version>1.0.0-alpha</Version>
<Version>1.0.0-preview1</Version>
<PackageTags>dotnetcore;pay;alipay;</PackageTags>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/Varorbc/PaySharp</RepositoryUrl>
<PackageLicenseUrl>https://github.com/Varorbc/PaySharp/blob/master/LICENSE</PackageLicenseUrl>
<Copyright>Varorbc</Copyright>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>PaySharp.snk</AssemblyOriginatorKeyFile>
<PackageIconUrl>https://github.com/Varorbc/PaySharp/logo.png</PackageIconUrl>
<PackageIconUrl>https://github.com/Varorbc/PaySharp/blob/master/logo.png</PackageIconUrl>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down
4 changes: 2 additions & 2 deletions src/PaySharp.Core.Mvc/PaySharp.Core.Mvc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
<Title>PaySharp.Core.Mvc</Title>
<Authors>Varorbc</Authors>
<Description>Mvc</Description>
<Version>1.0.0-alpha</Version>
<Version>1.0.0-preview1</Version>
<PackageTags>dotnetcore;pay;</PackageTags>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/Varorbc/PaySharp</RepositoryUrl>
<PackageLicenseUrl>https://github.com/Varorbc/PaySharp/blob/master/LICENSE</PackageLicenseUrl>
<Copyright>Varorbc</Copyright>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>PaySharp.snk</AssemblyOriginatorKeyFile>
<PackageIconUrl>https://github.com/Varorbc/PaySharp/logo.png</PackageIconUrl>
<PackageIconUrl>https://github.com/Varorbc/PaySharp/blob/master/logo.png</PackageIconUrl>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down
4 changes: 2 additions & 2 deletions src/PaySharp.Core/PaySharp.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
<Title>PaySharp.Core</Title>
<Authors>Varorbc</Authors>
<Description>支付核心</Description>
<Version>1.0.0-alpha</Version>
<Version>1.0.0-preview1</Version>
<PackageTags>dotnetcore;pay;</PackageTags>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/Varorbc/PaySharp</RepositoryUrl>
<PackageLicenseUrl>https://github.com/Varorbc/PaySharp/blob/master/LICENSE</PackageLicenseUrl>
<Copyright>Varorbc</Copyright>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>PaySharp.snk</AssemblyOriginatorKeyFile>
<PackageIconUrl>https://github.com/Varorbc/PaySharp/logo.png</PackageIconUrl>
<PackageIconUrl>https://github.com/Varorbc/PaySharp/blob/master/logo.png</PackageIconUrl>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down
4 changes: 2 additions & 2 deletions src/PaySharp.Unionpay/PaySharp.Unionpay.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
<Title>PaySharp.Unionpay</Title>
<Authors>Varorbc</Authors>
<Description>银联支付</Description>
<Version>1.0.0-alpha</Version>
<Version>1.0.0-preview1</Version>
<PackageTags>dotnetcore;pay;unionpay;</PackageTags>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/Varorbc/PaySharp</RepositoryUrl>
<PackageLicenseUrl>https://github.com/Varorbc/PaySharp/blob/master/LICENSE</PackageLicenseUrl>
<Copyright>Varorbc</Copyright>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>PaySharp.snk</AssemblyOriginatorKeyFile>
<PackageIconUrl>https://github.com/Varorbc/PaySharp/logo.png</PackageIconUrl>
<PackageIconUrl>https://github.com/Varorbc/PaySharp/blob/master/logo.png</PackageIconUrl>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down
4 changes: 2 additions & 2 deletions src/PaySharp.Wechatpay/PaySharp.Wechatpay.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
<Title>PaySharp.Wechatpay</Title>
<Authors>Varorbc</Authors>
<Description>微信支付</Description>
<Version>1.0.0-alpha</Version>
<Version>1.0.0-preview1</Version>
<PackageTags>dotnetcore;pay;wechatpay;</PackageTags>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/Varorbc/PaySharp</RepositoryUrl>
<PackageLicenseUrl>https://github.com/Varorbc/PaySharp/blob/master/LICENSE</PackageLicenseUrl>
<Copyright>Varorbc</Copyright>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>PaySharp.snk</AssemblyOriginatorKeyFile>
<PackageIconUrl>https://github.com/Varorbc/PaySharp/logo.png</PackageIconUrl>
<PackageIconUrl>https://github.com/Varorbc/PaySharp/blob/master/logo.png</PackageIconUrl>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down

0 comments on commit d006ac4

Please sign in to comment.