We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e78db5d commit 90ef2f5Copy full SHA for 90ef2f5
src/Cuiliang.AliyunOssSdk.csproj
@@ -1,10 +1,12 @@
1
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
2
<PropertyGroup>
3
+ <Version>0.2.0</Version>
4
<TargetFramework>netstandard2.0</TargetFramework>
5
<Authors>cuiliang.bj@gmail.com</Authors>
6
<Description>Aliyun oss sdk for dotnet core.</Description>
7
<PackageTags>Aliyun</PackageTags>
8
<RepositoryUrl>https://github.com/cuiliang/Cuiliang.AliyunOssSdk</RepositoryUrl>
9
+ <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
10
</PropertyGroup>
11
<ItemGroup>
12
<Folder Include="Properties\" />
0 commit comments