From 4370aa8ede01debe40817067904b8621dac4a195 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Wed, 19 Dec 2018 18:57:57 +0100 Subject: [PATCH] Test jenking updated --- QR-GEN/Controllers/HomeController.cs | 3 +++ QR-GEN/Properties/AssemblyInfo.cs | 5 ++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/QR-GEN/Controllers/HomeController.cs b/QR-GEN/Controllers/HomeController.cs index 6f1da75..7959c3a 100644 --- a/QR-GEN/Controllers/HomeController.cs +++ b/QR-GEN/Controllers/HomeController.cs @@ -95,6 +95,9 @@ namespace QR_GEN.Controllers // url decode... id = HttpUtility.UrlDecode(id); #endif + + // valutare se usare file web.config, file .ini, file conf generico... + string tgtUrl = ""; // in base a richiesta compongo stringa ... switch (id) diff --git a/QR-GEN/Properties/AssemblyInfo.cs b/QR-GEN/Properties/AssemblyInfo.cs index a4fbf32..e54e850 100644 --- a/QR-GEN/Properties/AssemblyInfo.cs +++ b/QR-GEN/Properties/AssemblyInfo.cs @@ -1,5 +1,4 @@ using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // Le informazioni generali relative a un assembly sono controllate dal seguente @@ -31,5 +30,5 @@ using System.Runtime.InteropServices; // // È possibile specificare tutti i valori o lasciare i valori predefiniti per Revisione e Numeri build // utilizzando l'asterisco (*) come illustrato di seguito: -[assembly: AssemblyVersion("1.1.1812.15")] -[assembly: AssemblyFileVersion("1.1.1812.15")] +[assembly: AssemblyVersion("1.1.1812.16")] +[assembly: AssemblyFileVersion("1.1.1812.16")]