Skip to content

Commit

Permalink
bump assembly versions to 1.21.0.*
Browse files Browse the repository at this point in the history
  • Loading branch information
ataranto committed Aug 9, 2012
1 parent a61737a commit ee13f4c
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CefSharp.Example/Properties/AssemblyInfo.cs
Expand Up @@ -7,5 +7,5 @@
[assembly: AssemblyProduct("CefSharp.Example")]
[assembly: AssemblyCopyright("Copyright © 2012")]

[assembly: AssemblyVersion("0.12.*")]
[assembly: AssemblyVersion("1.21.0.*")]
[assembly: ComVisible(false)]
2 changes: 1 addition & 1 deletion CefSharp.Test/Properties/AssemblyInfo.cs
Expand Up @@ -7,5 +7,5 @@
[assembly: AssemblyProduct("CefSharp")]
[assembly: AssemblyCopyright("Copyright © 2012")]

[assembly: AssemblyVersion("0.12.*")]
[assembly: AssemblyVersion("1.21.0.*")]
[assembly: ComVisible(false)]
2 changes: 1 addition & 1 deletion CefSharp.WinForms.Example/Properties/AssemblyInfo.cs
Expand Up @@ -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)]
2 changes: 1 addition & 1 deletion CefSharp.WinForms.Test/Properties/AssemblyInfo.cs
Expand Up @@ -7,5 +7,5 @@
[assembly: AssemblyProduct("CefSharp.Example")]
[assembly: AssemblyCopyright("Copyright © 2012")]

[assembly: AssemblyVersion("0.12.*")]
[assembly: AssemblyVersion("1.21.0.*")]
[assembly: ComVisible(false)]
2 changes: 1 addition & 1 deletion CefSharp.WinForms/AssemblyInfo.cpp
Expand Up @@ -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)];
2 changes: 1 addition & 1 deletion CefSharp.Wpf.Example/Properties/AssemblyInfo.cs
Expand Up @@ -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)]
2 changes: 1 addition & 1 deletion CefSharp.Wpf.Test/Properties/AssemblyInfo.cs
Expand Up @@ -7,5 +7,5 @@
[assembly: AssemblyProduct("CefSharp")]
[assembly: AssemblyCopyright("Copyright © 2012")]

[assembly: AssemblyVersion("0.12.*")]
[assembly: AssemblyVersion("1.21.0.*")]
[assembly: ComVisible(false)]
2 changes: 1 addition & 1 deletion CefSharp.Wpf/AssemblyInfo.cpp
Expand Up @@ -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)];
2 changes: 1 addition & 1 deletion CefSharp/AssemblyInfo.cpp
Expand Up @@ -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)];

0 comments on commit ee13f4c

Please sign in to comment.