Skip to content

Commit

Permalink
updated Look versioning to 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendy committed Feb 12, 2019
1 parent 05f1cb1 commit ed97c14
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions build/Look.BackOffice.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<copyright>Copyright 2019</copyright>
<tags>Umbraco</tags>
<dependencies>
<dependency id="Our.Umbraco.Look" version="0.19.0" />
<dependency id="Our.Umbraco.Look" version="0.20.0" />
</dependencies>
</metadata>
<files>
Expand All @@ -31,8 +31,7 @@
<file src="..\src\Our.Umbraco.Look.BackOffice\Client\Controllers\TagGroupController.js" target="Content\App_Plugins\Look\Controllers\TagGroupController.js" />
<file src="..\src\Our.Umbraco.Look.BackOffice\Client\Controllers\TagsController.js" target="Content\App_Plugins\Look\Controllers\TagsController.js" />

<file src="..\src\Our.Umbraco.Look.BackOffice\Client\Services\QueryService.js" target="Content\App_Plugins\Look\Services\QueryService.js" />
<file src="..\src\Our.Umbraco.Look.BackOffice\Client\Services\ViewDataService.js" target="Content\App_Plugins\Look\Services\ViewDataService.js" />
<file src="..\src\Our.Umbraco.Look.BackOffice\Client\Services\ApiService.js" target="Content\App_Plugins\Look\Services\ApiService.js" />

<file src="..\src\Our.Umbraco.Look.BackOffice\Client\Views\Matches.html" target="Content\App_Plugins\Look\BackOffice\LookTree\Matches.html" />
<file src="..\src\Our.Umbraco.Look.BackOffice\Client\Views\Searcher.html" target="Content\App_Plugins\Look\BackOffice\LookTree\Searcher.html" />
Expand Down
2 changes: 1 addition & 1 deletion build/Look.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.19.0</version>
<version>0.20.0</version>
<authors>Hendy Racher</authors>
<owners>Hendy Racher</owners>
<licenseUrl>https://github.com/Hendy/umbraco-look/blob/master/LICENSE</licenseUrl>
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,7 +32,7 @@
// 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.19.0.0")]
[assembly: AssemblyFileVersion("0.19.0.0")]
[assembly: AssemblyVersion("0.20.0.0")]
[assembly: AssemblyFileVersion("0.20.0.0")]

[assembly:InternalsVisibleTo("Our.Umbraco.Look.Tests")]

0 comments on commit ed97c14

Please sign in to comment.