Skip to content
This repository has been archived by the owner on Mar 7, 2019. It is now read-only.

Commit

Permalink
Bump version because for whatever reason 0.4.1 was missing the dll on…
Browse files Browse the repository at this point in the history
… NuGet.
  • Loading branch information
kgiszewski committed Mar 9, 2015
1 parent 21538ac commit 7d2370c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/meta.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "UmbracoBookshelf",
"version": "0.4.1",
"version": "0.4.2",
"url": "http://github.com/kgiszewski/umbracobookshelf",
"author": "Kevin Giszewski and Tom Fulton for the autopackager stuffs",
"authorUrl": "http://giszewski.com/",
Expand Down
2 changes: 1 addition & 1 deletion src/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("0.4.1")]
[assembly: AssemblyFileVersion("0.4.2")]
4 changes: 4 additions & 0 deletions src/UmbracoBookshelf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Newtonsoft.Json.6.0.5\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="PackageActionsContrib">
<HintPath>..\packages\UmbracoBookshelf.0.4.1\lib\net40\PackageActionsContrib.dll</HintPath>
</Reference>
<Reference Include="SQLCE4Umbraco, Version=1.0.5529.18524, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\UmbracoCms.Core.7.2.2\lib\SQLCE4Umbraco.dll</HintPath>
Expand Down Expand Up @@ -223,6 +226,7 @@
<Content Include="Assets\less\application.less" />
<Content Include="InitialContent\UmbracoBookshelf\Umbraco Bookshelf Documentation\README.md" />
<Content Include="packages.config" />
<Content Include="UmbracoBookshelf\Umbraco Bookshelf Documentation\README.md" />
<None Include="Web.Debug.config">
<DependentUpon>Web.config</DependentUpon>
</None>
Expand Down

0 comments on commit 7d2370c

Please sign in to comment.