Skip to content

Commit

Permalink
bump AssemblyVersions to 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ataranto committed Apr 11, 2012
1 parent 956d639 commit 25379bf
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions CefSharp.Example/Properties/AssemblyInfo.cs
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
[assembly: AssemblyProduct("CefSharp.Example")] [assembly: AssemblyProduct("CefSharp.Example")]
[assembly: AssemblyCopyright("Copyright © 2012")] [assembly: AssemblyCopyright("Copyright © 2012")]


[assembly: AssemblyVersion("0.11.*")] [assembly: AssemblyVersion("0.12.*")]
[assembly: ComVisible(false)] [assembly: ComVisible(false)]
4 changes: 2 additions & 2 deletions CefSharp.Test/Properties/AssemblyInfo.cs
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
[assembly: AssemblyProduct("CefSharp")] [assembly: AssemblyProduct("CefSharp")]
[assembly: AssemblyCopyright("Copyright © 2012")] [assembly: AssemblyCopyright("Copyright © 2012")]


[assembly: AssemblyVersion("0.11.*")] [assembly: AssemblyVersion("0.12.*")]
[assembly: ComVisible(false)] [assembly: ComVisible(false)]
2 changes: 1 addition & 1 deletion CefSharp.WinForms.Example/Properties/AssemblyInfo.cs
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
[assembly: AssemblyProduct("CefSharp")] [assembly: AssemblyProduct("CefSharp")]
[assembly: AssemblyCopyright("Copyright © Anthony Taranto 2012")] [assembly: AssemblyCopyright("Copyright © Anthony Taranto 2012")]


[assembly: AssemblyVersion("0.11.*")] [assembly: AssemblyVersion("0.12.*")]
[assembly: ComVisible(false)] [assembly: ComVisible(false)]
4 changes: 2 additions & 2 deletions CefSharp.WinForms.Test/Properties/AssemblyInfo.cs
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
[assembly: AssemblyProduct("CefSharp.Example")] [assembly: AssemblyProduct("CefSharp.Example")]
[assembly: AssemblyCopyright("Copyright © 2012")] [assembly: AssemblyCopyright("Copyright © 2012")]


[assembly: AssemblyVersion("0.11.*")] [assembly: AssemblyVersion("0.12.*")]
[assembly: ComVisible(false)] [assembly: ComVisible(false)]
4 changes: 2 additions & 2 deletions CefSharp.WinForms/AssemblyInfo.cpp
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ using namespace System::Security::Permissions;
[assembly:AssemblyProduct("CefSharp")]; [assembly:AssemblyProduct("CefSharp")];
[assembly:AssemblyCopyright("Copyright (c) Anthony Taranto 2012")]; [assembly:AssemblyCopyright("Copyright (c) Anthony Taranto 2012")];


[assembly:AssemblyVersion("0.11.*")]; [assembly:AssemblyVersion("0.12.*")];
[assembly:ComVisible(false)]; [assembly:ComVisible(false)];
[assembly:CLSCompliant(true)]; [assembly:CLSCompliant(true)];
[assembly:SecurityPermission(SecurityAction::RequestMinimum, UnmanagedCode = true)]; [assembly:SecurityPermission(SecurityAction::RequestMinimum, UnmanagedCode = true)];
2 changes: 1 addition & 1 deletion CefSharp.Wpf.Example/Properties/AssemblyInfo.cs
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
[assembly: AssemblyProduct("CefSharp")] [assembly: AssemblyProduct("CefSharp")]
[assembly: AssemblyCopyright("Copyright © Anthony Taranto 2012")] [assembly: AssemblyCopyright("Copyright © Anthony Taranto 2012")]


[assembly: AssemblyVersion("0.11.*")] [assembly: AssemblyVersion("0.12.*")]
[assembly: ComVisible(false)] [assembly: ComVisible(false)]
4 changes: 2 additions & 2 deletions CefSharp.Wpf.Test/Properties/AssemblyInfo.cs
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
[assembly: AssemblyProduct("CefSharp")] [assembly: AssemblyProduct("CefSharp")]
[assembly: AssemblyCopyright("Copyright © 2012")] [assembly: AssemblyCopyright("Copyright © 2012")]


[assembly: AssemblyVersion("0.11.*")] [assembly: AssemblyVersion("0.12.*")]
[assembly: ComVisible(false)] [assembly: ComVisible(false)]
4 changes: 2 additions & 2 deletions CefSharp.Wpf/AssemblyInfo.cpp
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ using namespace System::Security::Permissions;
[assembly:AssemblyProduct("CefSharp")]; [assembly:AssemblyProduct("CefSharp")];
[assembly:AssemblyCopyright("Copyright (c) Anthony Taranto 2012")]; [assembly:AssemblyCopyright("Copyright (c) Anthony Taranto 2012")];


[assembly:AssemblyVersion("0.11.*")]; [assembly:AssemblyVersion("0.12.*")];
[assembly:ComVisible(false)]; [assembly:ComVisible(false)];
[assembly:CLSCompliant(true)]; [assembly:CLSCompliant(true)];
[assembly:SecurityPermission(SecurityAction::RequestMinimum, UnmanagedCode = true)]; [assembly:SecurityPermission(SecurityAction::RequestMinimum, UnmanagedCode = true)];
4 changes: 2 additions & 2 deletions CefSharp/AssemblyInfo.cpp
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ using namespace System::Security::Permissions;
[assembly:AssemblyProduct("CefSharp")]; [assembly:AssemblyProduct("CefSharp")];
[assembly:AssemblyCopyright("Copyright (c) Anthony Taranto 2012")]; [assembly:AssemblyCopyright("Copyright (c) Anthony Taranto 2012")];


[assembly:AssemblyVersion("0.11.*")]; [assembly:AssemblyVersion("0.12.*")];
[assembly:ComVisible(false)]; [assembly:ComVisible(false)];
[assembly:CLSCompliant(true)]; [assembly:CLSCompliant(true)];
[assembly:SecurityPermission(SecurityAction::RequestMinimum, UnmanagedCode = true)]; [assembly:SecurityPermission(SecurityAction::RequestMinimum, UnmanagedCode = true)];

0 comments on commit 25379bf

Please sign in to comment.