Test jenking updated
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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")]
|
||||
|
||||
Reference in New Issue
Block a user