Skip to content

Commit

Permalink
Updated support to v3.9.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertHajbok committed Apr 18, 2018
1 parent 509bc22 commit d9ec1dd
Show file tree
Hide file tree
Showing 83 changed files with 48,682 additions and 25,820 deletions.
4 changes: 2 additions & 2 deletions FullCalendarMVC/FullCalendar.MVC4/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.6.0")]
[assembly: AssemblyFileVersion("1.0.6.0")]
[assembly: AssemblyVersion("1.0.7.0")]
[assembly: AssemblyFileVersion("1.0.7.0")]
4 changes: 2 additions & 2 deletions FullCalendarMVC/FullCalendar.MVC5/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.6.0")]
[assembly: AssemblyFileVersion("1.0.6.0")]
[assembly: AssemblyVersion("1.0.7.0")]
[assembly: AssemblyFileVersion("1.0.7.0")]
6 changes: 4 additions & 2 deletions FullCalendarMVC/FullCalendar.UI/App_Start/BundleConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ public static void RegisterBundles(BundleCollection bundles)
bundles.Add(new ScriptBundle("~/bundles/scripts").Include(
"~/Scripts/jquery-{version}.js",
"~/Scripts/jquery-ui-{version}.js",
"~/Scripts/qTip/jquery.qtip.js",
"~/Scripts/qTip/jquery.qtip.js",
"~/Scripts/moment.js",
"~/Scripts/fullcalendar*",
"~/Scripts/locale-all.js"
"~/Scripts/locale-all.js",
"~/Scripts/popper.js",
"~/Scripts/bootstrap.js"
));

bundles.Add(new StyleBundle("~/bundles/styles").Include(
Expand Down
Loading

0 comments on commit d9ec1dd

Please sign in to comment.