Skip to content

Commit 6e1c84a

Browse files
committed
updated NuGet package (as had forgotten dependencies)
1 parent 1b3a226 commit 6e1c84a

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

build/Package.nuspec

+6-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>Our.Umbraco.Look</id>
5-
<version>0.1.0</version>
5+
<version>0.2.0</version>
66
<authors>Hendy Racher</authors>
77
<owners>Hendy Racher</owners>
88
<licenseUrl>https://github.com/Hendy/umbraco-look/blob/master/LICENSE</licenseUrl>
@@ -15,7 +15,11 @@
1515
<releaseNotes></releaseNotes>
1616
<copyright>Copyright 2018</copyright>
1717
<tags>Umbraco</tags>
18-
<dependencies></dependencies>
18+
<dependencies>
19+
<dependency id="UmbracoCms.Core" version="7.2.3" />
20+
<dependency id="Lucene.Net.Contrib" version="2.9.4.1" />
21+
<dependency id="Examine" version="0.1.70" />
22+
</dependencies>
1923
</metadata>
2024
<files>
2125
<file src="..\src\Our.Umbraco.Look\bin\Release\Our.Umbraco.Look.dll" target="lib\net45"></file>

src/Our.Umbraco.Look/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("0.1.0.0")]
36-
[assembly: AssemblyFileVersion("0.1.0.0")]
35+
[assembly: AssemblyVersion("0.2.0.0")]
36+
[assembly: AssemblyFileVersion("0.2.0.0")]

0 commit comments

Comments
 (0)