Skip to content

Commit

Permalink
(#123) Adjust project tags
Browse files Browse the repository at this point in the history
  • Loading branch information
pardahlman committed Feb 19, 2017
1 parent 25db14d commit 2f5eecc
Show file tree
Hide file tree
Showing 20 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion src/RawRabbit.Compatibility.Legacy/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
},

Expand Down
2 changes: 1 addition & 1 deletion src/RawRabbit.DependencyInjection.Autofac/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
},

Expand Down
2 changes: 1 addition & 1 deletion src/RawRabbit.DependencyInjection.Ninject/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
},

Expand Down
2 changes: 1 addition & 1 deletion src/RawRabbit.Enrichers.Attributes/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
},

Expand Down
2 changes: 1 addition & 1 deletion src/RawRabbit.Enrichers.GlobalExecutionId/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
},

Expand Down
4 changes: 2 additions & 2 deletions src/RawRabbit.Enrichers.MessageContext.Respond/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
},

Expand Down
2 changes: 1 addition & 1 deletion src/RawRabbit.Enrichers.MessageContext/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
},

Expand Down
2 changes: 1 addition & 1 deletion src/RawRabbit.Enrichers.Polly/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
},

Expand Down
2 changes: 1 addition & 1 deletion src/RawRabbit.Enrichers.QueueSuffix/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
},

Expand Down
2 changes: 1 addition & 1 deletion src/RawRabbit.Logging.Log4Net/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
},

Expand Down
2 changes: 1 addition & 1 deletion src/RawRabbit.Operations.Get/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
},

Expand Down
2 changes: 1 addition & 1 deletion src/RawRabbit.Operations.MessageSequence/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
},

Expand Down
2 changes: 1 addition & 1 deletion src/RawRabbit.Operations.Publish/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
},

Expand Down
2 changes: 1 addition & 1 deletion src/RawRabbit.Operations.Request/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
},

Expand Down
2 changes: 1 addition & 1 deletion src/RawRabbit.Operations.Respond/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
},

Expand Down
2 changes: 1 addition & 1 deletion src/RawRabbit.Operations.StateMachine/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
},

Expand Down
2 changes: 1 addition & 1 deletion src/RawRabbit.Operations.Subscribe/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
},

Expand Down
2 changes: 1 addition & 1 deletion src/RawRabbit.vNext/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
},

Expand Down
2 changes: 1 addition & 1 deletion src/RawRabbit/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
},

Expand Down

0 comments on commit 2f5eecc

Please sign in to comment.