From 0a216b6b24135efdad38ec0a4952148c6d90b1a0 Mon Sep 17 00:00:00 2001 From: thefringeninja Date: Fri, 15 May 2015 11:06:19 +0200 Subject: [PATCH 1/3] .gitattributes because of line ending differences --- .gitattributes | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..e0d527f36 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,47 @@ +# Set default behaviour, in case users don't have core.autocrlf set. +* text=auto + +# Explicitly declare text files we want to always be normalized and converted +# to native line endings on checkout. +*.c text +*.h text +*.cs text +*.config text +*.xml text +*.manifest text +*.bat text +*.cmd text +*.sh text +*.txt text +*.dat text +*.rc text +*.ps1 text +*.psm1 text +*.js text +*.css text +*.html text +*.sln text +*.DotSettings text +*.csproj text +*.ncrunchproject text +*.fs text +*.fsproj text +*.liquid text +*.boo text +*.pp text +*.targets text +*.markdown text +*.md text +*.bat text +*.xslt text + +# Declare files that will always have CRLF line endings on checkout. + +# Denote all files that are truly binary and should not be modified. +*.ico binary +*.gif binary +*.png binary +*.jpg binary +*.dll binary +*.exe binary +*.pdb binary From 7426fae825e58b5d6ad9c5332365587cb02cc0ba Mon Sep 17 00:00:00 2001 From: thefringeninja Date: Fri, 15 May 2015 11:06:45 +0200 Subject: [PATCH 2/3] convenience --- .../Cedar.EventStore.GetEventStore.csproj | 1 + src/Cedar.EventStore/Cedar.EventStore.csproj | 1 + 2 files changed, 2 insertions(+) diff --git a/src/Cedar.EventStore.GetEventStore/Cedar.EventStore.GetEventStore.csproj b/src/Cedar.EventStore.GetEventStore/Cedar.EventStore.GetEventStore.csproj index 1cbab7aca..c69b435c1 100644 --- a/src/Cedar.EventStore.GetEventStore/Cedar.EventStore.GetEventStore.csproj +++ b/src/Cedar.EventStore.GetEventStore/Cedar.EventStore.GetEventStore.csproj @@ -53,6 +53,7 @@ + diff --git a/src/Cedar.EventStore/Cedar.EventStore.csproj b/src/Cedar.EventStore/Cedar.EventStore.csproj index 45d10cff1..2fddb123e 100644 --- a/src/Cedar.EventStore/Cedar.EventStore.csproj +++ b/src/Cedar.EventStore/Cedar.EventStore.csproj @@ -66,6 +66,7 @@ + From 8fe7882155ad20a659a7f2722aceaa83e9448e57 Mon Sep 17 00:00:00 2001 From: thefringeninja Date: Fri, 15 May 2015 11:06:54 +0200 Subject: [PATCH 3/3] should be targeting lib folder --- .../Cedar.EventStore.GetEventStore.nuspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Cedar.EventStore.GetEventStore/Cedar.EventStore.GetEventStore.nuspec b/src/Cedar.EventStore.GetEventStore/Cedar.EventStore.GetEventStore.nuspec index 81d330374..7d194950a 100644 --- a/src/Cedar.EventStore.GetEventStore/Cedar.EventStore.GetEventStore.nuspec +++ b/src/Cedar.EventStore.GetEventStore/Cedar.EventStore.GetEventStore.nuspec @@ -20,8 +20,8 @@ - - + +