This commit is contained in:
@@ -8,8 +8,16 @@ namespace ri
|
|||||||
// For more information on Bundling, visit http://go.microsoft.com/fwlink/?LinkId=254725
|
// For more information on Bundling, visit http://go.microsoft.com/fwlink/?LinkId=254725
|
||||||
public static void RegisterBundles(BundleCollection bundles)
|
public static void RegisterBundles(BundleCollection bundles)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
//case 3730 - this allows any jquery version to be loaded
|
||||||
|
//but we specifically want 1.9.1
|
||||||
|
|
||||||
|
//bundles.Add(new ScriptBundle("~/bundles/jquery").Include(
|
||||||
|
// "~/Scripts/jquery-{version}.js"));
|
||||||
|
|
||||||
bundles.Add(new ScriptBundle("~/bundles/jquery").Include(
|
bundles.Add(new ScriptBundle("~/bundles/jquery").Include(
|
||||||
"~/Scripts/jquery-{version}.js"));
|
"~/Scripts/jquery-1.9.1.js"));
|
||||||
|
|
||||||
|
|
||||||
bundles.Add(new ScriptBundle("~/bundles/jqueryui").Include(
|
bundles.Add(new ScriptBundle("~/bundles/jqueryui").Include(
|
||||||
"~/Scripts/jquery-ui.min.js"));
|
"~/Scripts/jquery-ui.min.js"));
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
|
|||||||
[assembly: AssemblyConfiguration("")]
|
[assembly: AssemblyConfiguration("")]
|
||||||
[assembly: AssemblyCompany("Ground Zero Tech-Works Inc.")]
|
[assembly: AssemblyCompany("Ground Zero Tech-Works Inc.")]
|
||||||
[assembly: AssemblyProduct("AyaNova RI")]
|
[assembly: AssemblyProduct("AyaNova RI")]
|
||||||
[assembly: AssemblyCopyright("Copyright © 2015-2019")]
|
[assembly: AssemblyCopyright("Copyright © 2015-2020")]
|
||||||
[assembly: AssemblyTrademark("")]
|
[assembly: AssemblyTrademark("")]
|
||||||
[assembly: AssemblyCulture("")]
|
[assembly: AssemblyCulture("")]
|
||||||
|
|
||||||
@@ -32,4 +32,4 @@ using System.Runtime.InteropServices;
|
|||||||
// You can specify all the values or you can default the Revision and Build Numbers
|
// You can specify all the values or you can default the Revision and Build Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
[assembly: AssemblyVersion("7.6.0.0")]
|
[assembly: AssemblyVersion("7.6.0.0")]
|
||||||
[assembly: AssemblyFileVersion("7.6.0.0")]
|
[assembly: AssemblyFileVersion("7.6.1.0")]
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ namespace ri.util
|
|||||||
public static class ay
|
public static class ay
|
||||||
{
|
{
|
||||||
#region VERSION
|
#region VERSION
|
||||||
public static string Version = "v7.6";
|
public static string Version = "v7.6 (patch 1)";
|
||||||
|
|
||||||
#endregion version
|
#endregion version
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user