Skip to content

Commit

Permalink
修改nuget包作者
Browse files Browse the repository at this point in the history
  • Loading branch information
cdpidan committed May 25, 2018
1 parent b1d43a8 commit 9a99fd3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Abp.ElasticSearch/Abp.ElasticSearch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>Abp</RootNamespace>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>pidan</Authors>
<Authors>cdpidan</Authors>
<PackageId>Abp.ElasticSearch.Core</PackageId>
<PackageProjectUrl>https://github.com/cdpidan/Abp.ElasticSearch</PackageProjectUrl>
<PackageIconUrl>http://www.aspnetboilerplate.com/images/abp_nupkg.png</PackageIconUrl>
<RepositoryUrl>https://github.com/cdpidan/Abp.ElasticSearch</RepositoryUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageLicenseUrl>https://github.com/cdpidan/Abp.ElasticSearch/blob/master/LICENSE</PackageLicenseUrl>
<Copyright>MIT</Copyright>
<AssemblyVersion>0.1.0.0</AssemblyVersion>
<FileVersion>0.1.0.0</FileVersion>
<Version>0.1.0</Version>
<AssemblyVersion>0.1.1.0</AssemblyVersion>
<FileVersion>0.1.1.0</FileVersion>
<Version>0.1.1</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Abp" Version="3.6.2" />
Expand Down

0 comments on commit 9a99fd3

Please sign in to comment.