Skip to content

Commit

Permalink
Fix the AssemblyInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
anaisbetts committed Dec 16, 2012
1 parent b88d3dc commit b33a87d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ReactiveUI.Mobile/Properties/AssemblyInfo.cs
Expand Up @@ -5,11 +5,11 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("ReactiveUI.Mobile_WinRT")]
[assembly: AssemblyTitle("ReactiveUI.Mobile")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("ReactiveUI.Mobile_WinRT")]
[assembly: AssemblyProduct("ReactiveUI")]
[assembly: AssemblyCopyright("Copyright © 2012")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
Expand All @@ -24,6 +24,6 @@
// 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("4.2.0")]
[assembly: AssemblyFileVersion("4.2.0")]
[assembly: ComVisible(false)]

0 comments on commit b33a87d

Please sign in to comment.