Skip to content
This repository has been archived by the owner on Apr 27, 2021. It is now read-only.

Commit

Permalink
MAE-301 Increment Rich text version to 1.2.1 (#119)
Browse files Browse the repository at this point in the history
Co-authored-by: Pavel V <pavelv@kentico.com>
  • Loading branch information
OndraM-Kentico and KenticoPavelV authored Apr 30, 2020
1 parent 952c514 commit 4a5dbbb
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@

[assembly: Guid("a74c858c-91df-4614-9689-718cb8b9b328")]

[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: AssemblyVersion("1.2.1.0")]
[assembly: AssemblyFileVersion("1.2.1.0")]
4 changes: 2 additions & 2 deletions Kentico.InlineEditor.RichText/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
[assembly: ComVisible(false)]
[assembly: Guid("cc8499d6-4f7c-4a4c-a902-d6ff1264653c")]

[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: AssemblyVersion("1.2.1.0")]
[assembly: AssemblyFileVersion("1.2.1.0")]

[assembly: InternalsVisibleTo("Kentico.InlineEditor.RichText.Tests")]
[assembly: InternalsVisibleTo("DynamicProxyGenAssembly2")]
Expand Down
4 changes: 2 additions & 2 deletions Kentico.Widget.RichText.Tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@

[assembly: Guid("a8a926a3-a453-4ccb-b058-384f8e7a8c07")]

[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: AssemblyVersion("1.2.1.0")]
[assembly: AssemblyFileVersion("1.2.1.0")]
4 changes: 2 additions & 2 deletions Kentico.Widget.RichText.Views/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("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: AssemblyVersion("1.2.1.0")]
[assembly: AssemblyFileVersion("1.2.1.0")]
4 changes: 2 additions & 2 deletions Kentico.Widget.RichText/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
[assembly: ComVisible(false)]
[assembly: Guid("2325c81a-ca2e-4489-a001-41607db6f24a")]

[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: AssemblyVersion("1.2.1.0")]
[assembly: AssemblyFileVersion("1.2.1.0")]

[assembly: InternalsVisibleTo("Kentico.Widget.RichText.Tests")]

0 comments on commit 4a5dbbb

Please sign in to comment.