From 2f5eecc2315863af5e98d9bfecbddef73e9663ae Mon Sep 17 00:00:00 2001 From: "par.dahlman" Date: Sun, 19 Feb 2017 16:36:04 +0100 Subject: [PATCH] (#123) Adjust project tags --- src/RawRabbit.Compatibility.Legacy/project.json | 2 +- src/RawRabbit.DependencyInjection.Autofac/project.json | 2 +- src/RawRabbit.DependencyInjection.Ninject/project.json | 2 +- src/RawRabbit.Enrichers.Attributes/project.json | 2 +- src/RawRabbit.Enrichers.GlobalExecutionId/project.json | 2 +- src/RawRabbit.Enrichers.MessageContext.Respond/project.json | 4 ++-- src/RawRabbit.Enrichers.MessageContext.Subscribe/project.json | 2 +- src/RawRabbit.Enrichers.MessageContext/project.json | 2 +- src/RawRabbit.Enrichers.Polly/project.json | 2 +- src/RawRabbit.Enrichers.QueueSuffix/project.json | 2 +- src/RawRabbit.Logging.Log4Net/project.json | 2 +- src/RawRabbit.Operations.Get/project.json | 2 +- src/RawRabbit.Operations.MessageSequence/project.json | 2 +- src/RawRabbit.Operations.Publish/project.json | 2 +- src/RawRabbit.Operations.Request/project.json | 2 +- src/RawRabbit.Operations.Respond/project.json | 2 +- src/RawRabbit.Operations.StateMachine/project.json | 2 +- src/RawRabbit.Operations.Subscribe/project.json | 2 +- src/RawRabbit.vNext/project.json | 2 +- src/RawRabbit/project.json | 2 +- 20 files changed, 21 insertions(+), 21 deletions(-) diff --git a/src/RawRabbit.Compatibility.Legacy/project.json b/src/RawRabbit.Compatibility.Legacy/project.json index 0db3f717..d6ea0006 100644 --- a/src/RawRabbit.Compatibility.Legacy/project.json +++ b/src/RawRabbit.Compatibility.Legacy/project.json @@ -6,7 +6,7 @@ "packOptions": { "iconUrl": "http://pardahlman.se/raw/icon.png", "projectUrl": "https://github.com/pardahlman/RawRabbit", - "tags": [ "rabbitmq", "raw", "rawrabbit", "attributes" ], + "tags": [ "rabbitmq", "rawrabbit", "compatibility" ], "publishExclude": [ "**.xproj", "**.user", "**.vspscc" ] }, diff --git a/src/RawRabbit.DependencyInjection.Autofac/project.json b/src/RawRabbit.DependencyInjection.Autofac/project.json index 722ff24e..56c9aed2 100644 --- a/src/RawRabbit.DependencyInjection.Autofac/project.json +++ b/src/RawRabbit.DependencyInjection.Autofac/project.json @@ -7,7 +7,7 @@ "packOptions": { "iconUrl": "http://pardahlman.se/raw/icon.png", "projectUrl": "https://github.com/pardahlman/RawRabbit", - "tags": [ "rabbitmq", "raw", "rawrabbit", "autofac" ], + "tags": [ "rabbitmq", "rawrabbit", "autofac", "ioc" ], "publishExclude": [ "**.xproj", "**.user", "**.vspscc" ] }, diff --git a/src/RawRabbit.DependencyInjection.Ninject/project.json b/src/RawRabbit.DependencyInjection.Ninject/project.json index b1a0fa39..b0687272 100644 --- a/src/RawRabbit.DependencyInjection.Ninject/project.json +++ b/src/RawRabbit.DependencyInjection.Ninject/project.json @@ -7,7 +7,7 @@ "packOptions": { "iconUrl": "http://pardahlman.se/raw/icon.png", "projectUrl": "https://github.com/pardahlman/RawRabbit", - "tags": [ "rabbitmq", "raw", "rawrabbit", "ninject" ], + "tags": [ "rabbitmq", "rawrabbit", "ninject", "ioc" ], "publishExclude": [ "**.xproj", "**.user", "**.vspscc" ] }, diff --git a/src/RawRabbit.Enrichers.Attributes/project.json b/src/RawRabbit.Enrichers.Attributes/project.json index 84744fc5..ad08118b 100644 --- a/src/RawRabbit.Enrichers.Attributes/project.json +++ b/src/RawRabbit.Enrichers.Attributes/project.json @@ -6,7 +6,7 @@ "packOptions": { "iconUrl": "http://pardahlman.se/raw/icon.png", "projectUrl": "https://github.com/pardahlman/RawRabbit", - "tags": [ "rabbitmq", "raw", "rawrabbit", "attributes" ], + "tags": [ "rabbitmq", "rawrabbit", "attributes" ], "publishExclude": [ "**.xproj", "**.user", "**.vspscc" ] }, diff --git a/src/RawRabbit.Enrichers.GlobalExecutionId/project.json b/src/RawRabbit.Enrichers.GlobalExecutionId/project.json index 39fe9842..a8106333 100644 --- a/src/RawRabbit.Enrichers.GlobalExecutionId/project.json +++ b/src/RawRabbit.Enrichers.GlobalExecutionId/project.json @@ -6,7 +6,7 @@ "packOptions": { "iconUrl": "http://pardahlman.se/raw/icon.png", "projectUrl": "https://github.com/pardahlman/RawRabbit", - "tags": [ "rabbitmq", "raw", "rawrabbit", "attributes" ], + "tags": [ "rabbitmq", "rawrabbit", "global", "executionid" ], "publishExclude": [ "**.xproj", "**.user", "**.vspscc" ] }, diff --git a/src/RawRabbit.Enrichers.MessageContext.Respond/project.json b/src/RawRabbit.Enrichers.MessageContext.Respond/project.json index 371a26bb..91a49d0b 100644 --- a/src/RawRabbit.Enrichers.MessageContext.Respond/project.json +++ b/src/RawRabbit.Enrichers.MessageContext.Respond/project.json @@ -6,12 +6,12 @@ "packOptions": { "iconUrl": "http://pardahlman.se/raw/icon.png", "projectUrl": "https://github.com/pardahlman/RawRabbit", - "tags": [ "rabbitmq", "raw", "rawrabbit", "attributes" ], + "tags": [ "rabbitmq", "rawrabbit", "respond", "operation", "messagecontext" ], "publishExclude": [ "**.xproj", "**.user", "**.vspscc" ] }, "dependencies": { - "RawRabbit.Operations.Respond": { "target": "project" }, + "RawRabbit.Operations.Respond": { "target": "project" } }, "frameworks": { diff --git a/src/RawRabbit.Enrichers.MessageContext.Subscribe/project.json b/src/RawRabbit.Enrichers.MessageContext.Subscribe/project.json index f80c10d0..cd8a7307 100644 --- a/src/RawRabbit.Enrichers.MessageContext.Subscribe/project.json +++ b/src/RawRabbit.Enrichers.MessageContext.Subscribe/project.json @@ -6,7 +6,7 @@ "packOptions": { "iconUrl": "http://pardahlman.se/raw/icon.png", "projectUrl": "https://github.com/pardahlman/RawRabbit", - "tags": [ "rabbitmq", "raw", "rawrabbit", "attributes" ], + "tags": [ "rabbitmq", "rawrabbit", "subscribe", "operation", "messagecontext" ], "publishExclude": [ "**.xproj", "**.user", "**.vspscc" ] }, diff --git a/src/RawRabbit.Enrichers.MessageContext/project.json b/src/RawRabbit.Enrichers.MessageContext/project.json index d2a735e8..5b842141 100644 --- a/src/RawRabbit.Enrichers.MessageContext/project.json +++ b/src/RawRabbit.Enrichers.MessageContext/project.json @@ -6,7 +6,7 @@ "packOptions": { "iconUrl": "http://pardahlman.se/raw/icon.png", "projectUrl": "https://github.com/pardahlman/RawRabbit", - "tags": [ "rabbitmq", "raw", "rawrabbit", "attributes" ], + "tags": [ "rabbitmq", "rawrabbit", "messagecontext" ], "publishExclude": [ "**.xproj", "**.user", "**.vspscc" ] }, diff --git a/src/RawRabbit.Enrichers.Polly/project.json b/src/RawRabbit.Enrichers.Polly/project.json index 76aaee4d..bdbe2aa5 100644 --- a/src/RawRabbit.Enrichers.Polly/project.json +++ b/src/RawRabbit.Enrichers.Polly/project.json @@ -6,7 +6,7 @@ "packOptions": { "iconUrl": "http://pardahlman.se/raw/icon.png", "projectUrl": "https://github.com/pardahlman/RawRabbit", - "tags": [ "rabbitmq", "raw", "rawrabbit", "attributes" ], + "tags": [ "rabbitmq", "rawrabbit", "policy", "polly" ], "publishExclude": [ "**.xproj", "**.user", "**.vspscc" ] }, diff --git a/src/RawRabbit.Enrichers.QueueSuffix/project.json b/src/RawRabbit.Enrichers.QueueSuffix/project.json index 57b3c283..a9d48832 100644 --- a/src/RawRabbit.Enrichers.QueueSuffix/project.json +++ b/src/RawRabbit.Enrichers.QueueSuffix/project.json @@ -6,7 +6,7 @@ "packOptions": { "iconUrl": "http://pardahlman.se/raw/icon.png", "projectUrl": "https://github.com/pardahlman/RawRabbit", - "tags": [ "rabbitmq", "raw", "rawrabbit", "attributes" ], + "tags": [ "rabbitmq", "rawrabbit", "queuesuffix" ], "publishExclude": [ "**.xproj", "**.user", "**.vspscc" ] }, diff --git a/src/RawRabbit.Logging.Log4Net/project.json b/src/RawRabbit.Logging.Log4Net/project.json index 02e1692c..bd468095 100644 --- a/src/RawRabbit.Logging.Log4Net/project.json +++ b/src/RawRabbit.Logging.Log4Net/project.json @@ -7,7 +7,7 @@ "packOptions": { "iconUrl": "http://pardahlman.se/raw/icon.png", "projectUrl": "https://github.com/pardahlman/RawRabbit", - "tags": [ "raw", "rabbit", "rawrabbit", "rabbitmq", "logger", "log4net" ], + "tags": [ "rawrabbit", "rabbitmq", "logger", "log4net" ], "publishExclude": [ "**.xproj", "**.user", "**.vspscc" ] }, diff --git a/src/RawRabbit.Operations.Get/project.json b/src/RawRabbit.Operations.Get/project.json index 225eb381..3d9a9e79 100644 --- a/src/RawRabbit.Operations.Get/project.json +++ b/src/RawRabbit.Operations.Get/project.json @@ -6,7 +6,7 @@ "packOptions": { "iconUrl": "http://pardahlman.se/raw/icon.png", "projectUrl": "https://github.com/pardahlman/RawRabbit", - "tags": [ "rabbitmq", "raw", "rawrabbit", "attributes" ], + "tags": [ "rabbitmq", "rawrabbit", "operation", "get" ], "publishExclude": [ "**.xproj", "**.user", "**.vspscc" ] }, diff --git a/src/RawRabbit.Operations.MessageSequence/project.json b/src/RawRabbit.Operations.MessageSequence/project.json index 32e1fa81..7eea5337 100644 --- a/src/RawRabbit.Operations.MessageSequence/project.json +++ b/src/RawRabbit.Operations.MessageSequence/project.json @@ -6,7 +6,7 @@ "packOptions": { "iconUrl": "http://pardahlman.se/raw/icon.png", "projectUrl": "https://github.com/pardahlman/RawRabbit", - "tags": [ "rabbitmq", "raw", "rawrabbit", "attributes" ], + "tags": [ "rabbitmq", "rawrabbit", "operation", "messagesequence" ], "publishExclude": [ "**.xproj", "**.user", "**.vspscc" ] }, diff --git a/src/RawRabbit.Operations.Publish/project.json b/src/RawRabbit.Operations.Publish/project.json index e75a42c0..e50dc3bb 100644 --- a/src/RawRabbit.Operations.Publish/project.json +++ b/src/RawRabbit.Operations.Publish/project.json @@ -6,7 +6,7 @@ "packOptions": { "iconUrl": "http://pardahlman.se/raw/icon.png", "projectUrl": "https://github.com/pardahlman/RawRabbit", - "tags": [ "rabbitmq", "raw", "rawrabbit", "attributes" ], + "tags": [ "rabbitmq", "rawrabbit", "operation", "publish" ], "publishExclude": [ "**.xproj", "**.user", "**.vspscc" ] }, diff --git a/src/RawRabbit.Operations.Request/project.json b/src/RawRabbit.Operations.Request/project.json index f434324f..3ea3b7b5 100644 --- a/src/RawRabbit.Operations.Request/project.json +++ b/src/RawRabbit.Operations.Request/project.json @@ -6,7 +6,7 @@ "packOptions": { "iconUrl": "http://pardahlman.se/raw/icon.png", "projectUrl": "https://github.com/pardahlman/RawRabbit", - "tags": [ "rabbitmq", "raw", "rawrabbit", "attributes" ], + "tags": [ "rabbitmq", "rawrabbit", "operation", "request" ], "publishExclude": [ "**.xproj", "**.user", "**.vspscc" ] }, diff --git a/src/RawRabbit.Operations.Respond/project.json b/src/RawRabbit.Operations.Respond/project.json index 2ee02b2e..3173b01a 100644 --- a/src/RawRabbit.Operations.Respond/project.json +++ b/src/RawRabbit.Operations.Respond/project.json @@ -6,7 +6,7 @@ "packOptions": { "iconUrl": "http://pardahlman.se/raw/icon.png", "projectUrl": "https://github.com/pardahlman/RawRabbit", - "tags": [ "rabbitmq", "raw", "rawrabbit", "attributes" ], + "tags": [ "rabbitmq", "rawrabbit", "operation", "respond" ], "publishExclude": [ "**.xproj", "**.user", "**.vspscc" ] }, diff --git a/src/RawRabbit.Operations.StateMachine/project.json b/src/RawRabbit.Operations.StateMachine/project.json index 3128ee29..29bca14d 100644 --- a/src/RawRabbit.Operations.StateMachine/project.json +++ b/src/RawRabbit.Operations.StateMachine/project.json @@ -6,7 +6,7 @@ "packOptions": { "iconUrl": "http://pardahlman.se/raw/icon.png", "projectUrl": "https://github.com/pardahlman/RawRabbit", - "tags": [ "rabbitmq", "raw", "rawrabbit", "attributes" ], + "tags": [ "rabbitmq", "rawrabbit", "operation", "statemachine", "stateless" ], "publishExclude": [ "**.xproj", "**.user", "**.vspscc" ] }, diff --git a/src/RawRabbit.Operations.Subscribe/project.json b/src/RawRabbit.Operations.Subscribe/project.json index 0c898452..d4982ccb 100644 --- a/src/RawRabbit.Operations.Subscribe/project.json +++ b/src/RawRabbit.Operations.Subscribe/project.json @@ -6,7 +6,7 @@ "packOptions": { "iconUrl": "http://pardahlman.se/raw/icon.png", "projectUrl": "https://github.com/pardahlman/RawRabbit", - "tags": [ "rabbitmq", "raw", "rawrabbit", "attributes" ], + "tags": [ "rabbitmq", "rawrabbit", "operation", "subscribe" ], "publishExclude": [ "**.xproj", "**.user", "**.vspscc" ] }, diff --git a/src/RawRabbit.vNext/project.json b/src/RawRabbit.vNext/project.json index c34be3f4..a4b7c2a6 100644 --- a/src/RawRabbit.vNext/project.json +++ b/src/RawRabbit.vNext/project.json @@ -5,7 +5,7 @@ "packOptions": { "iconUrl": "http://pardahlman.se/raw/icon.png", "projectUrl": "https://github.com/pardahlman/RawRabbit", - "tags": [ "rabbitmq", "raw", "rawrabbit", "attributes" ], + "tags": [ "rabbitmq", "raw", "rawrabbit", "vnext" ], "publishExclude": [ "**.xproj", "**.user", "**.vspscc" ] }, diff --git a/src/RawRabbit/project.json b/src/RawRabbit/project.json index e7dfedb5..f73e7bd0 100644 --- a/src/RawRabbit/project.json +++ b/src/RawRabbit/project.json @@ -6,7 +6,7 @@ "packOptions": { "iconUrl": "http://pardahlman.se/raw/icon.png", "projectUrl": "https://github.com/pardahlman/RawRabbit", - "tags": [ "rabbitmq", "raw", "rawrabbit", "attributes" ], + "tags": [ "rabbitmq", "rawrabbit", "amqp" ], "publishExclude": [ "**.xproj", "**.user", "**.vspscc" ] },