remove author name from code
This commit is contained in:
parent
7f3b87ae38
commit
6eb36b2b4f
@ -101,7 +101,7 @@ namespace FarmmapsDownloadCL
|
|||||||
//Write full list in csv format to clCsv.
|
//Write full list in csv format to clCsv.
|
||||||
StreamWriter sw = new StreamWriter(clCsv);
|
StreamWriter sw = new StreamWriter(clCsv);
|
||||||
//Write metadata in top: when downloaded
|
//Write metadata in top: when downloaded
|
||||||
sw.WriteLine($"Editeelt codelist {codelistname} downloaded on {DateTime.Now} with the FarmmapsDownloadCL application by Pepijn van Oort (WPR)");
|
sw.WriteLine($"Editeelt codelist {codelistname} downloaded on {DateTime.Now} with the FarmmapsDownloadCL application");
|
||||||
|
|
||||||
//Generic, for any Codelist as long as it is also defined in FarmmapsDownloadCL.Models in
|
//Generic, for any Codelist as long as it is also defined in FarmmapsDownloadCL.Models in
|
||||||
string typerequest = "FarmmapsDownloadCL.Models." + className + ", FarmmapsDownloadCL, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null";
|
string typerequest = "FarmmapsDownloadCL.Models." + className + ", FarmmapsDownloadCL, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null";
|
||||||
|
Loading…
Reference in New Issue
Block a user