Skip to content
This repository has been archived by the owner on Mar 11, 2020. It is now read-only.

Commit

Permalink
Merge branch 'release/v2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Antoine O'Neill committed Mar 9, 2015
2 parents fc85937 + 0007d4f commit 435a264
Show file tree
Hide file tree
Showing 727 changed files with 661,032 additions and 54,701 deletions.
9 changes: 6 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#All dll trackable
#All dependency DLLs trackable (except our Dynamite DLL Fakes, which change too often and thus would cause repo size to grow too fast - see below)
!*.dll

#Not ignore Nuget.exe for packages restore
!NuGet.exe

#Fakes generated folders
FakesAssemblies/
#Fakes generated files
*GSoft.Dynamite.Fakes.*

# Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
[Bb]in/
Expand All @@ -14,6 +14,9 @@ FakesAssemblies/
# mstest test results
TestResults

# NUnit test results
*results.xml

## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.

Expand Down
Binary file removed Binaries/JohnHolliday.Caml.Net.dll
Binary file not shown.
4 changes: 4 additions & 0 deletions Source/.nuget/packages.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Pester" version="3.3.5" />
</packages>
171 changes: 0 additions & 171 deletions Source/GSoft.Dynamite.DI.Autofac/AutofacDynamiteRegistrationModule.cs

This file was deleted.

144 changes: 0 additions & 144 deletions Source/GSoft.Dynamite.DI.Autofac/AutofacRegistrationModuleContainer.cs

This file was deleted.

Loading

0 comments on commit 435a264

Please sign in to comment.