Commit 6f3deae1 authored by 阿星Plus's avatar 阿星Plus

v1.0.2

parent f15660c1
...@@ -14,13 +14,19 @@ ...@@ -14,13 +14,19 @@
<RepositoryType>git</RepositoryType> <RepositoryType>git</RepositoryType>
<PackageProjectUrl>https://github.com/Meowv/.netcoreplus</PackageProjectUrl> <PackageProjectUrl>https://github.com/Meowv/.netcoreplus</PackageProjectUrl>
<PackageIconUrl>https://avatars2.githubusercontent.com/u/13010050</PackageIconUrl> <PackageIconUrl>https://avatars2.githubusercontent.com/u/13010050</PackageIconUrl>
<PackageLicenseUrl>https://raw.githubusercontent.com/Meowv/.netcoreplus/master/LICENSE</PackageLicenseUrl> <PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageTags>plus;plus.mongodb;.netcoreplus;</PackageTags> <PackageTags>plus;plus.mongodb;.netcoreplus;</PackageTags>
<PackageReleaseNotes>Plus.MongoDb</PackageReleaseNotes> <PackageReleaseNotes>Plus.MongoDb</PackageReleaseNotes>
<Version>1.0.0</Version> <Version>1.0.2</Version>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<NoWarn>1701;1702;1591</NoWarn>
<DocumentationFile>Plus.MongoDb.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<NoWarn>1701;1702;1591</NoWarn>
<DocumentationFile>Plus.MongoDb.xml</DocumentationFile> <DocumentationFile>Plus.MongoDb.xml</DocumentationFile>
</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