Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
donker committed May 23, 2016
1 parent ca73d49 commit f5b7620
Show file tree
Hide file tree
Showing 8 changed files with 249 additions and 37 deletions.
6 changes: 3 additions & 3 deletions Connect.Conference.Core/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("2.0.22")]
[assembly: AssemblyVersion("2.0.22")]
[assembly: AssemblyFileVersion("2.0.22")]
// [assembly: AssemblyVersion("2.0.23")]
[assembly: AssemblyVersion("2.0.23")]
[assembly: AssemblyFileVersion("2.0.23")]
9 changes: 9 additions & 0 deletions Connect.Conference.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,15 @@
<ItemGroup>
<Content Include="Views\Home\Sessions.cshtml" />
</ItemGroup>
<ItemGroup>
<Content Include="Views\Home\LiveTicker.cshtml" />
</ItemGroup>
<ItemGroup>
<Content Include="Views\Home\SpeakerCarousel.cshtml" />
</ItemGroup>
<ItemGroup>
<Content Include="Views\Home\AttendeesDefinitive.cshtml" />
</ItemGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("2.0.22")]
[assembly: AssemblyFileVersion("2.0.22")]
[assembly: AssemblyVersion("2.0.23")]
[assembly: AssemblyFileVersion("2.0.23")]
[assembly: AssemblyInformationalVersion("01.00.00")]
2 changes: 1 addition & 1 deletion css/src/module.css

Large diffs are not rendered by default.

Loading

0 comments on commit f5b7620

Please sign in to comment.