master #16

Merged
mark merged 70 commits from :master into master 2025-01-10 15:39:26 +00:00
Showing only changes of commit 6eb36b2b4f - Show all commits

View File

@ -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";