aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Web/Tango.MachineService/Controllers/DownloadsController.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Web/Tango.MachineService/Controllers/DownloadsController.cs')
-rw-r--r--Software/Visual_Studio/Web/Tango.MachineService/Controllers/DownloadsController.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/DownloadsController.cs b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/DownloadsController.cs
index a46cab3c2..1be5b7bdf 100644
--- a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/DownloadsController.cs
+++ b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/DownloadsController.cs
@@ -47,7 +47,7 @@ namespace Tango.MachineService.Controllers
DownloadModel download = new DownloadModel();
download.App = DownloadModel.DownloadApp.PPC;
download.ID = item.InstallerBlobName;
- download.Name = $"PPC v{item.Version}.exe";
+ download.Name = $"PPC v{item.VersionAndTag}.exe";
download.Version = item.Version;
download.User = item.User.Contact.FullName;
download.Date = item.LastUpdated;