diff --git a/.gitignore b/.gitignore
index 90ec6acf..d5894a08 100644
--- a/.gitignore
+++ b/.gitignore
@@ -346,3 +346,4 @@ Backup*/
UpgradeLog*.XML
MP.Prog/Shared/MainLayout.razor
+MP.Stats/temp/*.csv
diff --git a/MP.Stats/Components/DataPager.razor b/MP.Stats/Components/DataPager.razor
index bf75fb07..085c9b87 100644
--- a/MP.Stats/Components/DataPager.razor
+++ b/MP.Stats/Components/DataPager.razor
@@ -50,7 +50,7 @@
}
else
{
- Download Data
+ Download Data
}
}
diff --git a/MP.Stats/MP.Stats.csproj b/MP.Stats/MP.Stats.csproj
index 386c5d07..988f9641 100644
--- a/MP.Stats/MP.Stats.csproj
+++ b/MP.Stats/MP.Stats.csproj
@@ -4,7 +4,7 @@
net5.0
MP.Stats
826e877c-ba70-4253-84cb-d0b1cafd4440
- 6.14.2109.3018
+ 6.14.2109.3019
@@ -43,6 +43,12 @@
+
+
+ Always
+
+
+
PreserveNewest
diff --git a/MP.Stats/Pages/Download.cshtml.cs b/MP.Stats/Pages/Download.cshtml.cs
index 2556693b..4d60f0e1 100644
--- a/MP.Stats/Pages/Download.cshtml.cs
+++ b/MP.Stats/Pages/Download.cshtml.cs
@@ -40,7 +40,7 @@ namespace MP.Stats.Pages
{
fileName = Request.Query["fileName"];
}
- var filePath = Path.Combine(_env.ContentRootPath, fileName);
+ var filePath = Path.Combine(_env.ContentRootPath, "temp\\", fileName);
//var filePath = Path.Combine(_env.WebRootPath, "..\\temp\\", fileName);
byte[] fileBytes = System.IO.File.ReadAllBytes(filePath);
diff --git a/MP.Stats/Resources/ChangeLog.html b/MP.Stats/Resources/ChangeLog.html
index dd111479..12e9f1a1 100644
--- a/MP.Stats/Resources/ChangeLog.html
+++ b/MP.Stats/Resources/ChangeLog.html
@@ -1,6 +1,6 @@
Modulo statistiche MAPO
- Versione: 6.14.2109.3018
+ Versione: 6.14.2109.3019
Note di rilascio:
diff --git a/MP.Stats/Resources/VersNum.txt b/MP.Stats/Resources/VersNum.txt
index 7a93d651..4e302d02 100644
--- a/MP.Stats/Resources/VersNum.txt
+++ b/MP.Stats/Resources/VersNum.txt
@@ -1 +1 @@
-6.14.2109.3018
+6.14.2109.3019
diff --git a/MP.Stats/Resources/manifest.xml b/MP.Stats/Resources/manifest.xml
index 9cefd91b..d3b9d8fe 100644
--- a/MP.Stats/Resources/manifest.xml
+++ b/MP.Stats/Resources/manifest.xml
@@ -1,6 +1,6 @@
-
- 6.14.2109.3018
+ 6.14.2109.3019
https://nexus.steamware.net/repository/SWS/MP-STATS/stable/LAST/MP.Stats.zip
https://nexus.steamware.net/repository/SWS/MP-STATS/stable/LAST/ChangeLog.html
false