Skip to content

Commit

Permalink
Added missing Events files to nuget packages and released version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertHajbok committed Nov 29, 2017
1 parent abf6859 commit c9f963b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
3 changes: 3 additions & 0 deletions FullCalendarMVC/FullCalendar.MVC4/FullCalendar.MVC4.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@
<Compile Include="..\FullCalendar\Infrastructure\ControlsBuilder.cs">
<Link>Infrastructure\ControlsBuilder.cs</Link>
</Compile>
<Compile Include="..\FullCalendar\Infrastructure\Events.cs">
<Link>Infrastructure\Events.cs</Link>
</Compile>
<Compile Include="..\FullCalendar\Infrastructure\PropertyParsers\ArrayPropertyParser.cs">
<Link>Infrastructure\PropertyParsers\ArrayPropertyParser.cs</Link>
</Compile>
Expand Down
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.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]
[assembly: AssemblyVersion("1.0.2.0")]
[assembly: AssemblyFileVersion("1.0.2.0")]
3 changes: 3 additions & 0 deletions FullCalendarMVC/FullCalendar.MVC5/FullCalendar.MVC5.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@
<Compile Include="..\FullCalendar\Infrastructure\ControlsBuilder.cs">
<Link>Infrastructure\ControlsBuilder.cs</Link>
</Compile>
<Compile Include="..\FullCalendar\Infrastructure\Events.cs">
<Link>Infrastructure\Events.cs</Link>
</Compile>
<Compile Include="..\FullCalendar\Infrastructure\PropertyParsers\ArrayPropertyParser.cs">
<Link>Infrastructure\PropertyParsers\ArrayPropertyParser.cs</Link>
</Compile>
Expand Down
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.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]
[assembly: AssemblyVersion("1.0.2.0")]
[assembly: AssemblyFileVersion("1.0.2.0")]

0 comments on commit c9f963b

Please sign in to comment.