Skip to content

Commit

Permalink
Merge pull request #13 from KOBENDigital/release/0.0.26
Browse files Browse the repository at this point in the history
0.0.26 releasing new version
  • Loading branch information
EwneoN authored Jul 13, 2020
2 parents 90abcd4 + 099a2a7 commit 8f4d687
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions src/Bento.Core/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("0.0.25.0")]
[assembly: AssemblyFileVersion("0.0.25.0")]
[assembly: AssemblyInformationalVersion("0.0.25")]
[assembly: AssemblyVersion("0.0.26.0")]
[assembly: AssemblyFileVersion("0.0.26.0")]
[assembly: AssemblyInformationalVersion("0.0.26")]
4 changes: 2 additions & 2 deletions src/Bento.Website/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("0.0.25.0")]
[assembly: AssemblyFileVersion("0.0.25.0")]
[assembly: AssemblyVersion("0.0.26.0")]
[assembly: AssemblyFileVersion("0.0.26.0")]
2 changes: 1 addition & 1 deletion src/BuildPackage/Bento.Core/package.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Bento.Core</id>
<version>0.0.25.0</version>
<version>0.0.26.0</version>
<title>Core library for the Umbraco 8 Bento Editor</title>
<authors>KØBEN digital</authors>
<owners>KØBEN digital</owners>
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion src/BuildPackage/Bento.Editor.Umb/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<info>
<package>
<name>Bento.Editor</name>
<version>0.0.25</version>
<version>0.0.26</version>
<iconUrl></iconUrl>
<licence url="https://opensource.org/licenses/MIT">MIT</licence>
<url>https://github.com/KOBENDigital/bento.editor</url>
Expand Down
4 changes: 2 additions & 2 deletions src/BuildPackage/Bento.Editor/package.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Bento.Editor</id>
<version>0.0.25.0</version>
<version>0.0.26.0</version>
<title>Bento Editor for Umbraco 8</title>
<authors>KØBEN digital</authors>
<owners>KØBEN digital</owners>
Expand All @@ -18,7 +18,7 @@
<dependencies>
<dependency id="UmbracoCms.Core" version="8.6.0" />
<dependency id="UmbracoCms.Web" version="8.6.0" />
<dependency id="Bento.Core" version="0.0.23.0" />
<dependency id="Bento.Core" version="0.0.26.0" />
</dependencies>
</metadata>

Expand Down

0 comments on commit 8f4d687

Please sign in to comment.