Skip to content

Commit

Permalink
New release :D
Browse files Browse the repository at this point in the history
  • Loading branch information
abjerner committed Jan 3, 2017
1 parent 4bbd1e2 commit 7ab7a14
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 12 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016 [Skybrud.dk](http://www.skybrud.dk/)
Copyright (c) 2017 [Skybrud.dk](http://www.skybrud.dk/)

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,15 @@ The full configuration for the image picker looks like this:
"height": 0
},
"items": {
"hideTitle": false,
"hideDescription": false,
"hideLink": false
"title": {
"mode": "required"
},
"description": {
"mode": "required"
},
"link": {
"mode": "optional"
}
}
}
}
Expand Down
Binary file added releases/github/Skybrud.ImagePicker.v1.0.5.zip
Binary file not shown.
Binary file added releases/nuget/Skybrud.ImagePicker.1.0.5.nupkg
Binary file not shown.
Binary file added releases/umbraco/Skybrud.ImagePicker.v1.0.5.zip
Binary file not shown.
8 changes: 4 additions & 4 deletions src/Skybrud.ImagePicker/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Skybrud.dk")]
[assembly: AssemblyProduct("Skybrud.ImagePicker")]
[assembly: AssemblyCopyright("Copyright © 2016")]
[assembly: AssemblyCopyright("Copyright © 2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -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("1.0.*")]
[assembly: AssemblyInformationalVersion("1.0.4")]
[assembly: AssemblyVersion("1.0.4.0")]
[assembly: AssemblyFileVersion("1.0.4.0")]
[assembly: AssemblyInformationalVersion("1.0.5")]
[assembly: AssemblyVersion("1.0.5.0")]
[assembly: AssemblyFileVersion("1.0.5.0")]
8 changes: 4 additions & 4 deletions src/Skybrud.ImagePicker/Properties/AssemblyInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"description": "Skybrud.ImagePicker is a package for Umbraco 7+ containing a property editor and a grid editor for selecting a number of images for use in a slider, gallery or similar.",
"company": "Skybrud.dk",
"product": "Skybrud.ImagePicker",
"copyright": "Copyright © 2016",
"version": "1.0.4.0",
"informationalVersion": "1.0.4",
"fileVersion": "1.0.4.0"
"copyright": "Copyright © 2017",
"version": "1.0.5.0",
"informationalVersion": "1.0.5",
"fileVersion": "1.0.5.0"
}
1 change: 1 addition & 0 deletions src/Skybrud.ImagePicker/Skybrud.ImagePicker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@
<Compile Include="Startup.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="App_Plugins\Skybrud.ImagePicker\Controllers\ImagePickerGridEditor.js" />
<Content Include="App_Plugins\Skybrud.ImagePicker\Views\Partials\ImagePickerDebugger.html" />
<Content Include="App_Plugins\Skybrud.ImagePicker\Views\Partials\ImagePickerList.html" />
<Content Include="App_Plugins\Skybrud.ImagePicker\Views\Partials\ImagePickerTiles.html" />
Expand Down

0 comments on commit 7ab7a14

Please sign in to comment.