Skip to content

Commit

Permalink
Version bump to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anaisbetts committed Dec 24, 2010
1 parent 0eb5f87 commit ed49749
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 57 deletions.
2 changes: 1 addition & 1 deletion ReactiveXaml.Blend/Properties/AssemblyInfo.cs
Expand Up @@ -3,5 +3,5 @@

[assembly: AssemblyDescription("An MVVM framework that integrates the Reactive Extensions")]
[assembly: AssemblyProduct("Reactive XAML Expression Blend")]
[assembly: AssemblyVersion("1.4.1.1")]
[assembly: AssemblyVersion("2.0.0.0")]

31 changes: 3 additions & 28 deletions ReactiveXaml.Serialization.Esent/Properties/AssemblyInfo.cs
Expand Up @@ -6,31 +6,6 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("ReactiveXaml.Serialization.Esent")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("ReactiveXaml.Serialization.Esent")]
[assembly: AssemblyCopyright("Copyright © Microsoft 2010")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("0fa075f3-b680-4793-b29b-cde3bfb59c9b")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// 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: AssemblyDescription("ESENT-based storage provider for ReactiveXaml.Serialization")]
[assembly: AssemblyProduct("ReactiveXaml.Serialization")]
[assembly: AssemblyVersion("2.0.0.0")]
28 changes: 2 additions & 26 deletions ReactiveXaml.Serialization/Properties/AssemblyInfo.cs
Expand Up @@ -6,33 +6,9 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("ReactiveXaml.Serialization")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyDescription("A key-value based serialization library for ReactiveXaml")]
[assembly: AssemblyProduct("ReactiveXaml.Serialization")]
[assembly: AssemblyCopyright("Copyright © Microsoft 2010")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("57fada3d-d4de-4ed7-af40-ca327ea9177b")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// 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("2.0.0.0")]
[assembly: InternalsVisibleTo("ReactiveXaml.Serialization.Tests")]
[assembly: InternalsVisibleTo("ReactiveXaml.Serialization.Explorables")]
4 changes: 2 additions & 2 deletions ReactiveXaml/Properties/AssemblyInfo.cs
Expand Up @@ -3,7 +3,7 @@
using System.Runtime.CompilerServices;

[assembly: AssemblyDescription("An MVVM framework that integrates the Reactive Extensions")]
[assembly: AssemblyProduct("Reactive XAML")]
[assembly: AssemblyVersion("1.4.1.1")]
[assembly: AssemblyProduct("ReactiveXaml")]
[assembly: AssemblyVersion("2.0.0.0")]

[assembly: InternalsVisibleTo("ReactiveXaml.Explorables")]

0 comments on commit ed49749

Please sign in to comment.