-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
par.dahlman
committed
May 21, 2016
1 parent
63028a4
commit 55d39a9
Showing
41 changed files
with
393 additions
and
381 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
{ | ||
"projects": [ "src", "test" ], | ||
"sdk": { | ||
"version": "1.0.0-rc1-update2" | ||
} | ||
"sdk": { "version": "1.0.0-preview1-002702" } | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,23 @@ | ||
{ | ||
"version": "1.9.1-*", | ||
"authors": ["pardahlman"], | ||
"description": "Configure messages and topology with attributes.", | ||
"iconUrl": "http://pardahlman.se/raw/icon.png", | ||
"projectUrl": "https://github.com/pardahlman/RawRabbit", | ||
"title": "RawRabbit.Attributes", | ||
"tags": ["rabbitmq", "raw", "rawrabbit", "attributes"], | ||
"version": "1.9.2-*", | ||
"authors": [ "pardahlman" ], | ||
"description": "Configure messages and topology with attributes.", | ||
"packOptions": { | ||
"iconUrl": "http://pardahlman.se/raw/icon.png", | ||
"projectUrl": "https://github.com/pardahlman/RawRabbit", | ||
"tags": [ "rabbitmq", "raw", "rawrabbit", "attributes" ], | ||
"publishExclude": [ "**.xproj", "**.user", "**.vspscc" ] | ||
}, | ||
|
||
"dependencies": { | ||
"RawRabbit": "" | ||
}, | ||
"commands": { | ||
"test": "xunit.runner.dnx" | ||
"RawRabbit": {"target": "project" } | ||
}, | ||
|
||
"frameworks": { | ||
"dnx45": { }, | ||
"dnx451": { }, | ||
"dnx50": { }, | ||
"net45": { }, | ||
"net451": { }, | ||
"net452": { }, | ||
"net46": { }, | ||
"net50": { } | ||
}, | ||
|
||
"publishExclude": [ | ||
"**.xproj", | ||
"**.user", | ||
"**.vspscc" | ||
], | ||
|
||
"exclude": [ | ||
] | ||
"net46": { } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,24 @@ | ||
{ | ||
"title": "RawRabbit.DependencyInjection.Autofac", | ||
"version": "1.9.2-*", | ||
"authors": [ "par.dahlman" ], | ||
"description": "Wire up RawRabbit with Autfac!", | ||
|
||
"packOptions": { | ||
"iconUrl": "http://pardahlman.se/raw/icon.png", | ||
"projectUrl": "https://github.com/pardahlman/RawRabbit", | ||
"tags": [ "rabbitmq", "raw", "rawrabbit", "autofac" ], | ||
"publishExclude": [ "**.xproj", "**.user", "**.vspscc" ] | ||
}, | ||
|
||
"dependencies": { | ||
"RawRabbit": "", | ||
"Autofac": "2.2.4.900" | ||
"RawRabbit": { "target": "project" }, | ||
"Autofac": "3.5.2" | ||
}, | ||
"description": "Wire up RawRabbit with Autfac!", | ||
"frameworks": { | ||
"dnx45": { }, | ||
"dnx451": { }, | ||
"dnx50": { }, | ||
"net45": { }, | ||
"net451": { }, | ||
"net452": { }, | ||
"net46": { }, | ||
"net50": { } | ||
}, | ||
"iconUrl": "http://pardahlman.se/raw/icon.png", | ||
"projectUrl": "https://github.com/pardahlman/RawRabbit", | ||
"tags": [ "rabbitmq", "raw", "rawrabbit", "autofac" ], | ||
"title": "RawRabbit.DependencyInjection.Autofac", | ||
"version": "1.9.1-*" | ||
"net46": { } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.