Skip to content

Commit

Permalink
updated versioning to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendy committed Nov 22, 2018
1 parent dbc3c92 commit 4a6bce6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.7.0</version>
<version>0.8.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.7.0.0")]
[assembly: AssemblyFileVersion("0.7.0.0")]
[assembly: AssemblyVersion("0.8.0.0")]
[assembly: AssemblyFileVersion("0.8.0.0")]

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

0 comments on commit 4a6bce6

Please sign in to comment.