Skip to content

Commit

Permalink
Merge pull request #85 from guibranco/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 7, 2020
2 parents 48f3580 + 384ebe0 commit c5bbf86
Show file tree
Hide file tree
Showing 22 changed files with 1,696 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CrispyWaffle.sln
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CrispyWaffle.Elmah", "Src\C
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CrispyWaffle.Log4Net", "Src\CrispyWaffle.Log4Net\CrispyWaffle.Log4Net.csproj", "{D6164E04-F1C9-4D86-9B9C-41036B816C4A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CrispyWaffle.Redis", "Src\CrispyWaffle.Redis\CrispyWaffle.Redis.csproj", "{47DB173E-BC2B-4C16-B2A9-9506E57D6D9E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CrispyWaffle.Tests", "Tests\CrispyWaffle.Tests\CrispyWaffle.Tests.csproj", "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
EndProject
Global
Expand Down Expand Up @@ -49,6 +51,10 @@ Global
{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}.Release|Any CPU.Build.0 = Release|Any CPU
{47DB173E-BC2B-4C16-B2A9-9506E57D6D9E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47DB173E-BC2B-4C16-B2A9-9506E57D6D9E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47DB173E-BC2B-4C16-B2A9-9506E57D6D9E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47DB173E-BC2B-4C16-B2A9-9506E57D6D9E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -59,6 +65,7 @@ Global
{687F6153-2295-40A6-8673-1359482F928B} = {2FD912BD-34A5-4F9E-8192-CD7AEFD572B5}
{D6164E04-F1C9-4D86-9B9C-41036B816C4A} = {2FD912BD-34A5-4F9E-8192-CD7AEFD572B5}
{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} = {AA14B952-E519-4983-BF49-E106490AAF1F}
{47DB173E-BC2B-4C16-B2A9-9506E57D6D9E} = {2FD912BD-34A5-4F9E-8192-CD7AEFD572B5}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FAE960DB-B996-4FB3-858C-61BA7C7CD86E}
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Download the latest zip file from the [Release](https://github.com/GuiBranco/Cri
| **CrispyWaffle.Configuration** | [![CrispyWaffle Configuration NuGet Version](https://img.shields.io/nuget/v/CrispyWaffle.Configuration.svg?style=flat)](https://www.nuget.org/packages/CrispyWaffle.Configuration/) | [![CrispyWaffle Configuration NuGet Downloads](https://img.shields.io/nuget/dt/CrispyWaffle.Configuration.svg?style=flat)](https://www.nuget.org/packages/CrispyWaffle.Configuration/) |
| **CrispyWaffle.Elmah** | [![CrispyWaffle ELMAH NuGet Version](https://img.shields.io/nuget/v/CrispyWaffle.Elmah.svg?style=flat)](https://www.nuget.org/packages/CrispyWaffle.Elmah/) | [![CrispyWaffle ELMAH NuGet Downloads](https://img.shields.io/nuget/dt/CrispyWaffle.Elmah.svg?style=flat)](https://www.nuget.org/packages/CrispyWaffle.Elmah/) |
| **CrispyWaffle.Log4Net** | [![CrispyWaffle Log4Net NuGet Version](https://img.shields.io/nuget/v/CrispyWaffle.Log4Net.svg?style=flat)](https://www.nuget.org/packages/CrispyWaffle.Log4Net/) | [![CrispyWaffle Log4Net NuGet Downloads](https://img.shields.io/nuget/dt/CrispyWaffle.Log4Net.svg?style=flat)](https://www.nuget.org/packages/CrispyWaffle.Log4Net/) |
| **CrispyWaffle.Redis** | [![CrispyWaffle Redis NuGet Version](https://img.shields.io/nuget/v/CrispyWaffle.Redis.svg?style=flat)](https://www.nuget.org/packages/CrispyWaffle.Redis/) | [![CrispyWaffle Redis NuGet Downloads](https://img.shields.io/nuget/dt/CrispyWaffle.Redis.svg?style=flat)](https://www.nuget.org/packages/CrispyWaffle.Redis/) |

More information avaiable [here](https://guibranco.github.io/CrispyWaffle/installation/).

Expand Down

0 comments on commit c5bbf86

Please sign in to comment.