Skip to content

Commit 2f5eecc

Browse files
committed
(#123) Adjust project tags
1 parent 25db14d commit 2f5eecc

File tree

20 files changed

+21
-21
lines changed

20 files changed

+21
-21
lines changed

src/RawRabbit.Compatibility.Legacy/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"packOptions": {
77
"iconUrl": "http://pardahlman.se/raw/icon.png",
88
"projectUrl": "https://github.com/pardahlman/RawRabbit",
9-
"tags": [ "rabbitmq", "raw", "rawrabbit", "attributes" ],
9+
"tags": [ "rabbitmq", "rawrabbit", "compatibility" ],
1010
"publishExclude": [ "**.xproj", "**.user", "**.vspscc" ]
1111
},
1212

src/RawRabbit.DependencyInjection.Autofac/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"packOptions": {
88
"iconUrl": "http://pardahlman.se/raw/icon.png",
99
"projectUrl": "https://github.com/pardahlman/RawRabbit",
10-
"tags": [ "rabbitmq", "raw", "rawrabbit", "autofac" ],
10+
"tags": [ "rabbitmq", "rawrabbit", "autofac", "ioc" ],
1111
"publishExclude": [ "**.xproj", "**.user", "**.vspscc" ]
1212
},
1313

src/RawRabbit.DependencyInjection.Ninject/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"packOptions": {
88
"iconUrl": "http://pardahlman.se/raw/icon.png",
99
"projectUrl": "https://github.com/pardahlman/RawRabbit",
10-
"tags": [ "rabbitmq", "raw", "rawrabbit", "ninject" ],
10+
"tags": [ "rabbitmq", "rawrabbit", "ninject", "ioc" ],
1111
"publishExclude": [ "**.xproj", "**.user", "**.vspscc" ]
1212
},
1313

src/RawRabbit.Enrichers.Attributes/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"packOptions": {
77
"iconUrl": "http://pardahlman.se/raw/icon.png",
88
"projectUrl": "https://github.com/pardahlman/RawRabbit",
9-
"tags": [ "rabbitmq", "raw", "rawrabbit", "attributes" ],
9+
"tags": [ "rabbitmq", "rawrabbit", "attributes" ],
1010
"publishExclude": [ "**.xproj", "**.user", "**.vspscc" ]
1111
},
1212

src/RawRabbit.Enrichers.GlobalExecutionId/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"packOptions": {
77
"iconUrl": "http://pardahlman.se/raw/icon.png",
88
"projectUrl": "https://github.com/pardahlman/RawRabbit",
9-
"tags": [ "rabbitmq", "raw", "rawrabbit", "attributes" ],
9+
"tags": [ "rabbitmq", "rawrabbit", "global", "executionid" ],
1010
"publishExclude": [ "**.xproj", "**.user", "**.vspscc" ]
1111
},
1212

src/RawRabbit.Enrichers.MessageContext.Respond/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"packOptions": {
77
"iconUrl": "http://pardahlman.se/raw/icon.png",
88
"projectUrl": "https://github.com/pardahlman/RawRabbit",
9-
"tags": [ "rabbitmq", "raw", "rawrabbit", "attributes" ],
9+
"tags": [ "rabbitmq", "rawrabbit", "respond", "operation", "messagecontext" ],
1010
"publishExclude": [ "**.xproj", "**.user", "**.vspscc" ]
1111
},
1212

1313
"dependencies": {
14-
"RawRabbit.Operations.Respond": { "target": "project" },
14+
"RawRabbit.Operations.Respond": { "target": "project" }
1515
},
1616

1717
"frameworks": {

src/RawRabbit.Enrichers.MessageContext.Subscribe/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"packOptions": {
77
"iconUrl": "http://pardahlman.se/raw/icon.png",
88
"projectUrl": "https://github.com/pardahlman/RawRabbit",
9-
"tags": [ "rabbitmq", "raw", "rawrabbit", "attributes" ],
9+
"tags": [ "rabbitmq", "rawrabbit", "subscribe", "operation", "messagecontext" ],
1010
"publishExclude": [ "**.xproj", "**.user", "**.vspscc" ]
1111
},
1212

src/RawRabbit.Enrichers.MessageContext/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"packOptions": {
77
"iconUrl": "http://pardahlman.se/raw/icon.png",
88
"projectUrl": "https://github.com/pardahlman/RawRabbit",
9-
"tags": [ "rabbitmq", "raw", "rawrabbit", "attributes" ],
9+
"tags": [ "rabbitmq", "rawrabbit", "messagecontext" ],
1010
"publishExclude": [ "**.xproj", "**.user", "**.vspscc" ]
1111
},
1212

src/RawRabbit.Enrichers.Polly/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"packOptions": {
77
"iconUrl": "http://pardahlman.se/raw/icon.png",
88
"projectUrl": "https://github.com/pardahlman/RawRabbit",
9-
"tags": [ "rabbitmq", "raw", "rawrabbit", "attributes" ],
9+
"tags": [ "rabbitmq", "rawrabbit", "policy", "polly" ],
1010
"publishExclude": [ "**.xproj", "**.user", "**.vspscc" ]
1111
},
1212

src/RawRabbit.Enrichers.QueueSuffix/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"packOptions": {
77
"iconUrl": "http://pardahlman.se/raw/icon.png",
88
"projectUrl": "https://github.com/pardahlman/RawRabbit",
9-
"tags": [ "rabbitmq", "raw", "rawrabbit", "attributes" ],
9+
"tags": [ "rabbitmq", "rawrabbit", "queuesuffix" ],
1010
"publishExclude": [ "**.xproj", "**.user", "**.vspscc" ]
1111
},
1212

0 commit comments

Comments
 (0)