Skip to content

Commit

Permalink
Merge pull request #1509 from WeihanLi/internals-enhancement
Browse files Browse the repository at this point in the history
  • Loading branch information
clairernovotny authored May 30, 2024
2 parents db48c88 + 6774cc5 commit aaca290
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 5 additions & 0 deletions src/Humanizer/Humanizer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<DebugType Condition=" '$(BuildingForLiveUnitTesting)' != 'true' ">embedded</DebugType>
<NoWarn>CS1573;CS1591</NoWarn>
<IsTrimmable>true</IsTrimmable>
<PublicKey>0024000004800000940000000602000000240000525341310004000001000100F9104F5F9BDB168AE140366EB1CD84C469B020EA3423D5D29996D5214CE2BD9B7C0BA3EAD1CA545C4399668AB8911E61CC1CC83C7DF6D50FD6B781365B467E65173F40A11C957D27C5AA0CB0F8DA9C91C988203CC8AEF1468C74A472839D0FD870DA8D13A4DC6B3AAFDAF0384D8E18E393C613D88BF02A64467A119902204FCC</PublicKey>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
Expand Down Expand Up @@ -57,4 +58,8 @@
<ItemGroup>
<Service Include="{508349b6-6b84-4df5-91f0-309beebad82d}" />
</ItemGroup>
<ItemGroup>
<InternalsVisibleTo Include="Humanizer.Tests" />
<InternalsVisibleTo Include="Benchmarks" />
</ItemGroup>
</Project>
4 changes: 0 additions & 4 deletions src/Humanizer/InternalsVisibleTo.cs

This file was deleted.

0 comments on commit aaca290

Please sign in to comment.