This commit is contained in:
2020-02-28 19:40:45 +00:00
parent 2f2f023d0c
commit 0cd0b31dbe
3 changed files with 12 additions and 4 deletions

View File

@@ -8,8 +8,16 @@ namespace ri
// For more information on Bundling, visit http://go.microsoft.com/fwlink/?LinkId=254725
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(
"~/Scripts/jquery-{version}.js"));
"~/Scripts/jquery-1.9.1.js"));
bundles.Add(new ScriptBundle("~/bundles/jqueryui").Include(
"~/Scripts/jquery-ui.min.js"));

View File

@@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Ground Zero Tech-Works Inc.")]
[assembly: AssemblyProduct("AyaNova RI")]
[assembly: AssemblyCopyright("Copyright © 2015-2019")]
[assembly: AssemblyCopyright("Copyright © 2015-2020")]
[assembly: AssemblyTrademark("")]
[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
// by using the '*' as shown below:
[assembly: AssemblyVersion("7.6.0.0")]
[assembly: AssemblyFileVersion("7.6.0.0")]
[assembly: AssemblyFileVersion("7.6.1.0")]

View File

@@ -17,7 +17,7 @@ namespace ri.util
public static class ay
{
#region VERSION
public static string Version = "v7.6";
public static string Version = "v7.6 (patch 1)";
#endregion version