-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Improved color faker - Added XML Documentation to generated released (should be deployed with nuget install) - Removed FFaker.Net dependency Signed-off-by: PulsarBlow <pulsarblow@gmail.com>
- Loading branch information
1 parent
05c06a8
commit fe76943
Showing
27 changed files
with
188 additions
and
168 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
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
19 changes: 19 additions & 0 deletions
19
Source/SuperMassive.ExceptionHandling.Logging/SuperMassive.ExceptionHandling.Logging.nuspec
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0"?> | ||
<package > | ||
<metadata> | ||
<id>$id$</id> | ||
<version>$version$</version> | ||
<title>$title$</title> | ||
<authors>$author$</authors> | ||
<owners>$author$</owners> | ||
<copyright>$copyright$</copyright> | ||
<description>SuperMassive is a small condensed framework of reusable .NET components and utility classes. It's your supermassive swiss army knife.</description> | ||
<licenseUrl>https://raw.github.com/PulsarBlow/SuperMassive/master/LICENCE</licenseUrl> | ||
<projectUrl>http://github.com/PulsarBlow/SuperMassive</projectUrl> | ||
<iconUrl>https://raw.githubusercontent.com/PulsarBlow/SuperMassive/master/supermassive.png</iconUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<tags>SuperMassive Exception Handling ExceptionHandling Logging</tags> | ||
<summary>SuperMassive exception handling with logging. Plug logging features to your exception handling pipeline.</summary> | ||
<releaseNotes></releaseNotes> | ||
</metadata> | ||
</package> |
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
19 changes: 19 additions & 0 deletions
19
Source/SuperMassive.ExceptionHandling/SuperMassive.ExceptionHandling.nuspec
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0"?> | ||
<package > | ||
<metadata> | ||
<id>$id$</id> | ||
<version>$version$</version> | ||
<title>$title$</title> | ||
<authors>$author$</authors> | ||
<owners>$author$</owners> | ||
<copyright>$copyright$</copyright> | ||
<description>SuperMassive is a small condensed framework of reusable .NET components and utility classes. It's your supermassive swiss army knife.</description> | ||
<licenseUrl>https://raw.github.com/PulsarBlow/SuperMassive/master/LICENCE</licenseUrl> | ||
<projectUrl>http://github.com/PulsarBlow/SuperMassive</projectUrl> | ||
<iconUrl>https://raw.githubusercontent.com/PulsarBlow/SuperMassive/master/supermassive.png</iconUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<tags>SuperMassive Exception Handling ExceptionHandling Abstraction</tags> | ||
<summary>SuperMassive Exception Handling. Handle your application exceptions like a pro.</summary> | ||
<releaseNotes></releaseNotes> | ||
</metadata> | ||
</package> |
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
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,17 +1,19 @@ | ||
<?xml version="1.0"?> | ||
<package > | ||
<metadata> | ||
<id>$id$</id> | ||
<version>$version$</version> | ||
<title>$title$</title> | ||
<authors>$author$</authors> | ||
<owners>$author$</owners> | ||
<licenseUrl>https://raw.github.com/PulsarBlow/SuperMassive/master/LICENCE</licenseUrl> | ||
<projectUrl>http://github.com/PulsarBlow/SuperMassive</projectUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>$description$</description> | ||
<releaseNotes>Initial release</releaseNotes> | ||
<copyright>Copyright 2014 PulsarBlow (A.M.)</copyright> | ||
<tags>SuperMassive framework Toolbox</tags> | ||
</metadata> | ||
<metadata> | ||
<id>$id$</id> | ||
<version>$version$</version> | ||
<title>$title$</title> | ||
<authors>$author$</authors> | ||
<owners>$author$</owners> | ||
<copyright>$copyright$</copyright> | ||
<description>SuperMassive is a small condensed framework of reusable .NET components and utility classes. It's your supermassive swiss army knife.</description> | ||
<licenseUrl>https://raw.github.com/PulsarBlow/SuperMassive/master/LICENCE</licenseUrl> | ||
<projectUrl>http://github.com/PulsarBlow/SuperMassive</projectUrl> | ||
<iconUrl>https://raw.githubusercontent.com/PulsarBlow/SuperMassive/master/supermassive.png</iconUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<tags>SuperMassive Faker Data Generator Testing TestData</tags> | ||
<summary>SuperMassive fake data generators. Feed your hungry tests with real looking data.</summary> | ||
<releaseNotes></releaseNotes> | ||
</metadata> | ||
</package> |
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.