Skip to content

Commit

Permalink
new Release - 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hfloyd committed May 13, 2015
1 parent 718ce72 commit 3c66279
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@ We'd like to make sure this package lives on and is compatible with Umbraco v7+
Originally created by Dennis Milandt (http://it-future.dk/) for Umbraco v. 4-6, who generously shared the source code at the request of @HFloyd.
https://our.umbraco.org/projects/backoffice-extensions/dictionary-dashboard

##Releases
Check the ['Releases' page on GitHub](https://github.com/hfloyd/DictionaryDashboardForUmbraco/releases).

## Versions
### 1.1
* Addition of search function to the "Edit" screen (thanks to Moshe Kariti for the contribution!)
### 1.0
* Fixed package install to support Umbraco 7
* Alphabetized the "Edit" screen drop-down
Expand Down
Binary file added Releases/DictionaryDashboard-1.1.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion src/DictionaryDashboard/Deployment/release.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SET _projectDir=%_projectDir:###"=%
SET _projectDir=%_projectDir:###=%

:: Version number & Zip application
SET _versionNum="1.0"
SET _versionNum="1.1"
SET _zipAppPath=7Zip

:: DictionaryDashboard
Expand Down
4 changes: 3 additions & 1 deletion src/DictionaryDashboard/DictionaryDashboard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,9 @@
<PropertyGroup>
<PostBuildEvent>IF $(ConfigurationName) == Release call "$(ProjectDir)Deployment\release.bat" "$(ProjectDir)"
IF $(ConfigurationName) == Debug XCOPY "$(TargetDir)$(TargetName).*" "$(SolutionDir)..\..\build\" /Y
IF $(ConfigurationName) == Debug XCOPY "$(TargetDir)$(TargetName).*" "$(SolutionDir)..\..\..\Umb7TestSite\bin" /Y</PostBuildEvent>
IF $(ConfigurationName) == Debug XCOPY "$(ProjectDir)\Usercontrols\*.*" "$(SolutionDir)..\..\build\" /Y
IF $(ConfigurationName) == Debug XCOPY "$(TargetDir)$(TargetName).*" "$(SolutionDir)..\..\..\Umb7TestSite\bin" /Y
IF $(ConfigurationName) == Debug XCOPY "$(ProjectDir)\Usercontrols\*.ascx" "$(SolutionDir)..\..\..\Umb7TestSite\UserControls\DictionaryDashboard" /Y</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down

0 comments on commit 3c66279

Please sign in to comment.