diff --git a/Directory.Build.props b/Directory.Build.props index 5f07ef1..9980be2 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -13,7 +13,7 @@ lepo.co lepo.co ReflectionEventing - lepoco;events;eventing;reflection;client;toolkit + lepoco;events;eventing;reflection;client;toolkit;extensions;bus;eventbus;messages MIT true (c) lepo.co | Leszek Pomianowski and Contributors. All rights reserved. diff --git a/src/ReflectionEventing.Autofac/ReflectionEventing.Autofac.csproj b/src/ReflectionEventing.Autofac/ReflectionEventing.Autofac.csproj index 9b69006..111e9f8 100644 --- a/src/ReflectionEventing.Autofac/ReflectionEventing.Autofac.csproj +++ b/src/ReflectionEventing.Autofac/ReflectionEventing.Autofac.csproj @@ -6,6 +6,8 @@ true true true + $(CommonTags);autofac;module + Autofac Container module with ReflectionEventing, which promotes better Inversion of Control (IoC), reducing coupling and enhancing the modularity and flexibility of your applications. diff --git a/src/ReflectionEventing.Castle.Windsor/ReflectionEventing.Castle.Windsor.csproj b/src/ReflectionEventing.Castle.Windsor/ReflectionEventing.Castle.Windsor.csproj index a4fadee..8b71ecd 100644 --- a/src/ReflectionEventing.Castle.Windsor/ReflectionEventing.Castle.Windsor.csproj +++ b/src/ReflectionEventing.Castle.Windsor/ReflectionEventing.Castle.Windsor.csproj @@ -6,6 +6,8 @@ true true true + $(CommonTags);castle;windsor;installer + Castle Windsor installer with ReflectionEventing, which promotes better Inversion of Control (IoC), reducing coupling and enhancing the modularity and flexibility of your applications. diff --git a/src/ReflectionEventing.DependencyInjection/ReflectionEventing.DependencyInjection.csproj b/src/ReflectionEventing.DependencyInjection/ReflectionEventing.DependencyInjection.csproj index c23d8b5..f6fae58 100644 --- a/src/ReflectionEventing.DependencyInjection/ReflectionEventing.DependencyInjection.csproj +++ b/src/ReflectionEventing.DependencyInjection/ReflectionEventing.DependencyInjection.csproj @@ -6,6 +6,8 @@ true true true + $(CommonTags);microsoft;dependency;injection;services;extensions + Micosoft Dependency Injection service extensions with ReflectionEventing, which promotes better Inversion of Control (IoC), reducing coupling and enhancing the modularity and flexibility of your applications. diff --git a/src/ReflectionEventing.Ninject/ReflectionEventing.Ninject.csproj b/src/ReflectionEventing.Ninject/ReflectionEventing.Ninject.csproj index 261d2f9..5b18ce2 100644 --- a/src/ReflectionEventing.Ninject/ReflectionEventing.Ninject.csproj +++ b/src/ReflectionEventing.Ninject/ReflectionEventing.Ninject.csproj @@ -6,6 +6,7 @@ true true true + Ninject module with ReflectionEventing, which promotes better Inversion of Control (IoC), reducing coupling and enhancing the modularity and flexibility of your applications. diff --git a/src/ReflectionEventing.Unity/ReflectionEventing.Unity.csproj b/src/ReflectionEventing.Unity/ReflectionEventing.Unity.csproj index d7b17d5..dbe03fc 100644 --- a/src/ReflectionEventing.Unity/ReflectionEventing.Unity.csproj +++ b/src/ReflectionEventing.Unity/ReflectionEventing.Unity.csproj @@ -6,6 +6,8 @@ true true true + $(CommonTags);unity;container + Unity container extensions with ReflectionEventing, which promotes better Inversion of Control (IoC), reducing coupling and enhancing the modularity and flexibility of your applications. diff --git a/src/ReflectionEventing/ReflectionEventing.csproj b/src/ReflectionEventing/ReflectionEventing.csproj index 7dc7642..3a3b1be 100644 --- a/src/ReflectionEventing/ReflectionEventing.csproj +++ b/src/ReflectionEventing/ReflectionEventing.csproj @@ -6,6 +6,7 @@ true true true + By leveraging the power of Dependency Injection (DI) and eventing, ReflectionEventing promotes better Inversion of Control (IoC), reducing coupling and enhancing the modularity and flexibility of your applications.