Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
donker committed Apr 20, 2017
1 parent 6cd92b2 commit 5081843
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Connect.Conference.Core/Properties/AssemblyInfo.cs
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.1.4")]
[assembly: AssemblyVersion("2.1.4")]
[assembly: AssemblyFileVersion("2.1.4")]
// [assembly: AssemblyVersion("2.1.5")]
[assembly: AssemblyVersion("2.1.5")]
[assembly: AssemblyFileVersion("2.1.5")]
3 changes: 3 additions & 0 deletions Connect.Conference.csproj
Expand Up @@ -338,6 +338,9 @@
<ItemGroup>
<Content Include="Views\Home\NBrightOrders.cshtml" />
</ItemGroup>
<ItemGroup>
<Content Include="Views\Home\AcceptedSessions.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
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.1.4")]
[assembly: AssemblyFileVersion("2.1.4")]
[assembly: AssemblyVersion("2.1.5")]
[assembly: AssemblyFileVersion("2.1.5")]
[assembly: AssemblyInformationalVersion("01.00.00")]
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "conference",
"version": "2.1.5",
"version": "2.1.6",
"description": "Conference module",
"dnnModule": {
"fullName": "Connect.Conference",
Expand Down

0 comments on commit 5081843

Please sign in to comment.