diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index a14f9a4..91dd315 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.3.6.0")] -[assembly: AssemblyFileVersion("2.3.6.0")] +[assembly: AssemblyVersion("2.3.7.0")] +[assembly: AssemblyFileVersion("2.3.7.0")] diff --git a/Sites/IMDb.cs b/Sites/IMDb.cs index ad2d3f0..77fe56d 100644 --- a/Sites/IMDb.cs +++ b/Sites/IMDb.cs @@ -756,6 +756,12 @@ private void SetCSVHelperOptions() }; } + /// + /// Returns records of a IMDb CSV rating or list file. + /// + /// IMDbListItem or IMDbRateItem + /// Full path to CSV file to read + /// Records of type T private List ParseCsvFile(string aFilename) { using (var reader = new StreamReader(aFilename))