Skip to content

Commit 90ef2f5

Browse files
committed
Set package version to 0.2.0
1 parent e78db5d commit 90ef2f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Cuiliang.AliyunOssSdk.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
22
<PropertyGroup>
3+
<Version>0.2.0</Version>
34
<TargetFramework>netstandard2.0</TargetFramework>
45
<Authors>cuiliang.bj@gmail.com</Authors>
56
<Description>Aliyun oss sdk for dotnet core.</Description>
67
<PackageTags>Aliyun</PackageTags>
78
<RepositoryUrl>https://github.com/cuiliang/Cuiliang.AliyunOssSdk</RepositoryUrl>
9+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
810
</PropertyGroup>
911
<ItemGroup>
1012
<Folder Include="Properties\" />

0 commit comments

Comments
 (0)