Skip to content

Commit

Permalink
updated NuGet package (as had forgotten dependencies)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendy committed Oct 9, 2018
1 parent 1b3a226 commit 6e1c84a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions build/Package.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Our.Umbraco.Look</id>
<version>0.1.0</version>
<version>0.2.0</version>
<authors>Hendy Racher</authors>
<owners>Hendy Racher</owners>
<licenseUrl>https://github.com/Hendy/umbraco-look/blob/master/LICENSE</licenseUrl>
Expand All @@ -15,7 +15,11 @@
<releaseNotes></releaseNotes>
<copyright>Copyright 2018</copyright>
<tags>Umbraco</tags>
<dependencies></dependencies>
<dependencies>
<dependency id="UmbracoCms.Core" version="7.2.3" />
<dependency id="Lucene.Net.Contrib" version="2.9.4.1" />
<dependency id="Examine" version="0.1.70" />
</dependencies>
</metadata>
<files>
<file src="..\src\Our.Umbraco.Look\bin\Release\Our.Umbraco.Look.dll" target="lib\net45"></file>
Expand Down
4 changes: 2 additions & 2 deletions src/Our.Umbraco.Look/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// 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: AssemblyVersion("0.1.0.0")]
[assembly: AssemblyFileVersion("0.1.0.0")]
[assembly: AssemblyVersion("0.2.0.0")]
[assembly: AssemblyFileVersion("0.2.0.0")]

0 comments on commit 6e1c84a

Please sign in to comment.