diff --git a/CefSharp.Example/Properties/AssemblyInfo.cs b/CefSharp.Example/Properties/AssemblyInfo.cs index fc9d4a341b..be9b6f6692 100644 --- a/CefSharp.Example/Properties/AssemblyInfo.cs +++ b/CefSharp.Example/Properties/AssemblyInfo.cs @@ -7,5 +7,5 @@ [assembly: AssemblyProduct("CefSharp.Example")] [assembly: AssemblyCopyright("Copyright © 2012")] -[assembly: AssemblyVersion("0.12.*")] +[assembly: AssemblyVersion("1.21.0.*")] [assembly: ComVisible(false)] diff --git a/CefSharp.Test/Properties/AssemblyInfo.cs b/CefSharp.Test/Properties/AssemblyInfo.cs index 2b9e9340b4..2a00969f4a 100644 --- a/CefSharp.Test/Properties/AssemblyInfo.cs +++ b/CefSharp.Test/Properties/AssemblyInfo.cs @@ -7,5 +7,5 @@ [assembly: AssemblyProduct("CefSharp")] [assembly: AssemblyCopyright("Copyright © 2012")] -[assembly: AssemblyVersion("0.12.*")] +[assembly: AssemblyVersion("1.21.0.*")] [assembly: ComVisible(false)] diff --git a/CefSharp.WinForms.Example/Properties/AssemblyInfo.cs b/CefSharp.WinForms.Example/Properties/AssemblyInfo.cs index befd10a5bb..760e4f9622 100644 --- a/CefSharp.WinForms.Example/Properties/AssemblyInfo.cs +++ b/CefSharp.WinForms.Example/Properties/AssemblyInfo.cs @@ -6,5 +6,5 @@ [assembly: AssemblyProduct("CefSharp")] [assembly: AssemblyCopyright("Copyright © Anthony Taranto 2012")] -[assembly: AssemblyVersion("0.12.*")] +[assembly: AssemblyVersion("1.21.0.*")] [assembly: ComVisible(false)] diff --git a/CefSharp.WinForms.Test/Properties/AssemblyInfo.cs b/CefSharp.WinForms.Test/Properties/AssemblyInfo.cs index cb35be005c..a255b6f359 100644 --- a/CefSharp.WinForms.Test/Properties/AssemblyInfo.cs +++ b/CefSharp.WinForms.Test/Properties/AssemblyInfo.cs @@ -7,5 +7,5 @@ [assembly: AssemblyProduct("CefSharp.Example")] [assembly: AssemblyCopyright("Copyright © 2012")] -[assembly: AssemblyVersion("0.12.*")] +[assembly: AssemblyVersion("1.21.0.*")] [assembly: ComVisible(false)] diff --git a/CefSharp.WinForms/AssemblyInfo.cpp b/CefSharp.WinForms/AssemblyInfo.cpp index 23d7c35f90..234698af98 100644 --- a/CefSharp.WinForms/AssemblyInfo.cpp +++ b/CefSharp.WinForms/AssemblyInfo.cpp @@ -9,7 +9,7 @@ using namespace System::Security::Permissions; [assembly:AssemblyProduct("CefSharp")]; [assembly:AssemblyCopyright("Copyright (c) Anthony Taranto 2012")]; -[assembly:AssemblyVersion("0.12.*")]; +[assembly:AssemblyVersion("1.21.0.*")]; [assembly:ComVisible(false)]; [assembly:CLSCompliant(true)]; [assembly:SecurityPermission(SecurityAction::RequestMinimum, UnmanagedCode = true)]; diff --git a/CefSharp.Wpf.Example/Properties/AssemblyInfo.cs b/CefSharp.Wpf.Example/Properties/AssemblyInfo.cs index 91bd328490..7aaf45b5c9 100644 --- a/CefSharp.Wpf.Example/Properties/AssemblyInfo.cs +++ b/CefSharp.Wpf.Example/Properties/AssemblyInfo.cs @@ -6,5 +6,5 @@ [assembly: AssemblyProduct("CefSharp")] [assembly: AssemblyCopyright("Copyright © Anthony Taranto 2012")] -[assembly: AssemblyVersion("0.12.*")] +[assembly: AssemblyVersion("1.21.0.*")] [assembly: ComVisible(false)] diff --git a/CefSharp.Wpf.Test/Properties/AssemblyInfo.cs b/CefSharp.Wpf.Test/Properties/AssemblyInfo.cs index 6b71a54e74..77187f7110 100644 --- a/CefSharp.Wpf.Test/Properties/AssemblyInfo.cs +++ b/CefSharp.Wpf.Test/Properties/AssemblyInfo.cs @@ -7,5 +7,5 @@ [assembly: AssemblyProduct("CefSharp")] [assembly: AssemblyCopyright("Copyright © 2012")] -[assembly: AssemblyVersion("0.12.*")] +[assembly: AssemblyVersion("1.21.0.*")] [assembly: ComVisible(false)] diff --git a/CefSharp.Wpf/AssemblyInfo.cpp b/CefSharp.Wpf/AssemblyInfo.cpp index 17de6c8f8a..25d78b34a2 100644 --- a/CefSharp.Wpf/AssemblyInfo.cpp +++ b/CefSharp.Wpf/AssemblyInfo.cpp @@ -9,7 +9,7 @@ using namespace System::Security::Permissions; [assembly:AssemblyProduct("CefSharp")]; [assembly:AssemblyCopyright("Copyright (c) Anthony Taranto 2012")]; -[assembly:AssemblyVersion("0.12.*")]; +[assembly:AssemblyVersion("1.21.0.*")]; [assembly:ComVisible(false)]; [assembly:CLSCompliant(true)]; [assembly:SecurityPermission(SecurityAction::RequestMinimum, UnmanagedCode = true)]; diff --git a/CefSharp/AssemblyInfo.cpp b/CefSharp/AssemblyInfo.cpp index f2fe7c8980..a082c02f9b 100644 --- a/CefSharp/AssemblyInfo.cpp +++ b/CefSharp/AssemblyInfo.cpp @@ -11,7 +11,7 @@ using namespace System::Security::Permissions; [assembly:AssemblyProduct("CefSharp")]; [assembly:AssemblyCopyright("Copyright (c) Anthony Taranto 2012")]; -[assembly:AssemblyVersion("0.12.*")]; +[assembly:AssemblyVersion("1.21.0.*")]; [assembly:ComVisible(false)]; [assembly:CLSCompliant(true)]; [assembly:SecurityPermission(SecurityAction::RequestMinimum, UnmanagedCode = true)];