Skip to content

Commit f851ac1

Browse files
committed
minor errors
1 parent a81f379 commit f851ac1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CSVSerializer.NET.CS/Deserializer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public Document Deserialize()
6565
doc.AddRow(row);
6666
++index;
6767
}
68-
68+
return doc;
6969
}
7070

7171
//returns the index of the first occurrence of the spacified element

CSVSerializer.NET.sln

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,7 @@ Global
2525
GlobalSection(SolutionProperties) = preSolution
2626
HideSolutionNode = FALSE
2727
EndGlobalSection
28+
GlobalSection(ExtensibilityGlobals) = postSolution
29+
EnterpriseLibraryConfigurationToolBinariesPathV6 = packages\EnterpriseLibrary.TransientFaultHandling.6.0.1304.0\lib\portable-net45+win+wp8;packages\EnterpriseLibrary.TransientFaultHandling.Data.6.0.1304.1\lib\NET45
30+
EndGlobalSection
2831
EndGlobal

0 commit comments

Comments
 (0)