diff --git a/FullCalendarMVC/FullCalendar.MVC4/FullCalendar.MVC4.csproj b/FullCalendarMVC/FullCalendar.MVC4/FullCalendar.MVC4.csproj
index 1a1a2e2..61020af 100644
--- a/FullCalendarMVC/FullCalendar.MVC4/FullCalendar.MVC4.csproj
+++ b/FullCalendarMVC/FullCalendar.MVC4/FullCalendar.MVC4.csproj
@@ -166,6 +166,9 @@
Infrastructure\ControlsBuilder.cs
+
+ Infrastructure\Events.cs
+
Infrastructure\PropertyParsers\ArrayPropertyParser.cs
diff --git a/FullCalendarMVC/FullCalendar.MVC4/Properties/AssemblyInfo.cs b/FullCalendarMVC/FullCalendar.MVC4/Properties/AssemblyInfo.cs
index ec56772..1ac3519 100644
--- a/FullCalendarMVC/FullCalendar.MVC4/Properties/AssemblyInfo.cs
+++ b/FullCalendarMVC/FullCalendar.MVC4/Properties/AssemblyInfo.cs
@@ -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.1.0")]
-[assembly: AssemblyFileVersion("1.0.1.0")]
+[assembly: AssemblyVersion("1.0.2.0")]
+[assembly: AssemblyFileVersion("1.0.2.0")]
diff --git a/FullCalendarMVC/FullCalendar.MVC5/FullCalendar.MVC5.csproj b/FullCalendarMVC/FullCalendar.MVC5/FullCalendar.MVC5.csproj
index 4d60fdc..ac9acb4 100644
--- a/FullCalendarMVC/FullCalendar.MVC5/FullCalendar.MVC5.csproj
+++ b/FullCalendarMVC/FullCalendar.MVC5/FullCalendar.MVC5.csproj
@@ -169,6 +169,9 @@
Infrastructure\ControlsBuilder.cs
+
+ Infrastructure\Events.cs
+
Infrastructure\PropertyParsers\ArrayPropertyParser.cs
diff --git a/FullCalendarMVC/FullCalendar.MVC5/Properties/AssemblyInfo.cs b/FullCalendarMVC/FullCalendar.MVC5/Properties/AssemblyInfo.cs
index 325b97a..622bb8c 100644
--- a/FullCalendarMVC/FullCalendar.MVC5/Properties/AssemblyInfo.cs
+++ b/FullCalendarMVC/FullCalendar.MVC5/Properties/AssemblyInfo.cs
@@ -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.1.0")]
-[assembly: AssemblyFileVersion("1.0.1.0")]
+[assembly: AssemblyVersion("1.0.2.0")]
+[assembly: AssemblyFileVersion("1.0.2.0")]