Skip to content

Commit

Permalink
updated assembly info
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Berardi committed Dec 10, 2011
1 parent 2346c05 commit f11f3ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Properties/AssemblyInfo.cs
Expand Up @@ -8,9 +8,9 @@
[assembly: AssemblyTitle("Stripe")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyCompany("Stripe, Inc")]
[assembly: AssemblyProduct("Stripe")]
[assembly: AssemblyCopyright("Copyright © Microsoft 2011")]
[assembly: AssemblyCopyright("Copyright © Stripe, Inc 2011")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]

0 comments on commit f11f3ba

Please sign in to comment.