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")]