Skip to content

Commit

Permalink
Minor fixes for 00.01.00 release
Browse files Browse the repository at this point in the history
another commit for 00.01.00 release
  • Loading branch information
ChrisHammond committed Jan 12, 2014
1 parent e4c6c79 commit c03e8f4
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 258 deletions.
2 changes: 1 addition & 1 deletion BuildScripts/MSBuild.Community.Tasks.Targets
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<MSBuildCommunityTasksPath Condition="'$(MSBuildCommunityTasksPath)' == ''">$(MSBuildProjectDirectory)\BuildScripts</MSBuildCommunityTasksPath>
<MSBuildDnnBinPath Condition="'$(MSBuildDnnBinPath)' == ''">$(MSBuildProjectDirectory)\..\..\bin</MSBuildDnnBinPath>
<MSBuildDnnBinPath Condition="'$(MSBuildDnnBinPath)' == ''">$(MSBuildProjectDirectory)\..\..\..\..\bin</MSBuildDnnBinPath>
<MSBuildCommunityTasksLib>$(SolutionDir)\packages\MSBuildTasks.1.4.0.65\tools\MSBuild.Community.Tasks.dll</MSBuildCommunityTasksLib>
</PropertyGroup>
<UsingTask AssemblyFile="$(MSBuildCommunityTasksLib)" TaskName="MSBuild.Community.Tasks.AspNet.InstallAspNet" />
Expand Down
Binary file added HammerFlex_00.01.01_Install.zip
Binary file not shown.
1 change: 1 addition & 0 deletions PopupSkin.ascx
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
<dnn:META ID="mobileScale" runat="server" Name="viewport" Content="width=device-width,initial-scale=1" />

<div id="ContentPane" runat="server" class="col-md-12" />
BB
Binary file modified Resources.zip
Binary file not shown.
Binary file modified install/HammerFlex_00.01.00_Install.zip
Binary file not shown.
Binary file modified install/HammerFlex_00.01.00_Source.zip
Binary file not shown.
8 changes: 0 additions & 8 deletions package/Blank.ascx

This file was deleted.

116 changes: 0 additions & 116 deletions package/Edit.ascx

This file was deleted.

116 changes: 0 additions & 116 deletions package/Home.ascx

This file was deleted.

10 changes: 0 additions & 10 deletions package/Main.ascx

This file was deleted.

6 changes: 0 additions & 6 deletions package/PopupSkin.ascx

This file was deleted.

2 changes: 1 addition & 1 deletion skin.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
padding: 0 !important;
}

a.btn, a.btn:visited {
a.btn-info, a.btn-info:visited,a.btn-primary, a.btn-primary:visited {
color: #fff;
}

Expand Down

0 comments on commit c03e8f4

Please sign in to comment.