Skip to content

Commit

Permalink
#6 - fix description for nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
astaerk committed Aug 31, 2018
1 parent 281a177 commit e87035c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Unity.AutoRegistration/Unity.AutoRegistration.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<RootNamespace>Unity.AutoRegistration</RootNamespace>
<Description>Unity Auto Registration extends the Unity IoC container and provides a fluent syntax to configure rules for automatic type registration. Using few lines of code you can scan specified assemblies and register all types that satisfy your rules.

Rules for determining whether to include/exclude types/assemblies are predicates (Predicate&amp;lt;T&amp;gt;) so you can use lambda syntax or direct method name to specify them. There are a few methods in an If helper class (like Implements, DecoratedWith) to cover some common scenarios of type registration.</Description>
Rules for determining whether to include/exclude types/assemblies are predicates (Predicate&lt;T&gt;) so you can use lambda syntax or direct method name to specify them. There are a few methods in an If helper class (like Implements, DecoratedWith) to cover some common scenarios of type registration.</Description>
<Copyright>Artem Govorov &amp; Alexander Stärk</Copyright>
<PackageId>UnityAutoRegistration</PackageId>
<Product>Unity Auto Registration</Product>
Expand Down

0 comments on commit e87035c

Please sign in to comment.