Skip to content

Commit 198ef1b

Browse files
committed
add package id
1 parent e8e4ea8 commit 198ef1b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/Qiniu/Qiniu.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,17 @@
2727
<PropertyGroup>
2828
<PostBuildEvent>
2929
</PostBuildEvent>
30+
<ProjectId>Qiniu</ProjectId>
3031
<Version>8.0.0</Version>
32+
<Authors>Rong Zhou, Qiniu SDK</Authors>
3133
<Company>Shanghai Qiniu Information Technology Co., Ltd.</Company>
3234
<Description>Qiniu Resource (Cloud) Storage SDK for C#</Description>
3335
</PropertyGroup>
34-
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
36+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
3537
Other similar extension points exist, see Microsoft.Common.targets.
3638
<Target Name="BeforeBuild">
3739
</Target>
3840
<Target Name="AfterBuild">
3941
</Target>
4042
-->
41-
</Project>
43+
</Project>

0 commit comments

Comments
 (0)