Skip to content

Commit

Permalink
升级ABP3.5至3.6.1,升级NLog至4.5.4 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Atwind authored May 15, 2018
1 parent 94669bc commit 4fb0495
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sources/Abp.Castle.NLog/Abp.Castle.NLog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@
<RepositoryUrl>https://github.com/RiseSoho/Abp.Castle.NLog</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageReleaseNotes>Abp的NLog日志输出模块。</PackageReleaseNotes>
<Version>3.5.0</Version>
<Version>3.6.1</Version>
<PackageProjectUrl>https://github.com/RiseSoho/Abp.Castle.NLog</PackageProjectUrl>
<Authors>atwind</Authors>
<Company>RiseSoho.com</Company>
<PackageIconUrl>https://www.risesoho.com/projects/Abp.Castle.NLog/icon/logo.png</PackageIconUrl>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Abp" Version="3.5.0" />
<PackageReference Include="Abp" Version="3.6.1" />
<PackageReference Include="Castle.Core" Version="4.2.1" />
<PackageReference Include="Castle.LoggingFacility" Version="4.1.0" />
<PackageReference Include="NLog" Version="4.5.1" />
<PackageReference Include="NLog" Version="4.5.4" />
</ItemGroup>

</Project>

0 comments on commit 4fb0495

Please sign in to comment.