diff --git a/Source/AssemblyInfo.cs b/Source/AssemblyInfo.cs index 67f4477..ed98efd 100644 --- a/Source/AssemblyInfo.cs +++ b/Source/AssemblyInfo.cs @@ -3,7 +3,7 @@ using System.Reflection; [assembly: AssemblyCompany("MS Open Tech")] -[assembly: AssemblyProduct("Tx (LINQ to Traces)")] +[assembly: AssemblyProduct("Tx (LINQ to Logs and Traces)")] [assembly: AssemblyCopyright("Copyright © MS Open Tech 2012")] -[assembly: AssemblyVersion("1.0.31025.0")] -[assembly: AssemblyFileVersion("1.0.31025.0")] \ No newline at end of file +[assembly: AssemblyVersion("1.0.31228.0")] +[assembly: AssemblyFileVersion("1.0.31228.0")] \ No newline at end of file diff --git a/Source/Tx.Core/Properties/Tx.All.nuspec b/Source/Tx.Core/Properties/Tx.All.nuspec index 09cddee..3f0afad 100644 --- a/Source/Tx.Core/Properties/Tx.All.nuspec +++ b/Source/Tx.Core/Properties/Tx.All.nuspec @@ -2,9 +2,9 @@ Tx.All - Tx (LINQ to Traces) + Tx.All 1.0.5-beta - Reusable components for representing raw traces/logs and real-time feeds as IObservable sequences + Tx (LINQ to Logs and Traces) container package for all supported raw trace/log sources Microsoft Open Technologies, Inc. Microsoft Open Technologies, Inc. © 2013 diff --git a/Source/Tx.Core/Properties/Tx.Core.nuspec b/Source/Tx.Core/Properties/Tx.Core.nuspec index 465d3bca..c4ce3b2 100644 --- a/Source/Tx.Core/Properties/Tx.Core.nuspec +++ b/Source/Tx.Core/Properties/Tx.Core.nuspec @@ -5,7 +5,7 @@ Tx.Core 1.0.5-beta - Components that are necessary to do LINQ to Traces(=Logs) regardless of the original event format. + Tx (LINQ to Logs and Traces) core components, not specific to the event format Microsoft Open Technologies, Inc. Microsoft Open Technologies, Inc. © 2013 diff --git a/Source/Tx.LinqPad/Tx.LinqPad.csproj b/Source/Tx.LinqPad/Tx.LinqPad.csproj index 8d55ff5..01ca5e7 100644 --- a/Source/Tx.LinqPad/Tx.LinqPad.csproj +++ b/Source/Tx.LinqPad/Tx.LinqPad.csproj @@ -12,6 +12,18 @@ Tx.LinqPad 512 + + x86 + + + x86 + + + x86 + + + x86 + ..\..\References\$(BuildFlavor) diff --git a/Source/Tx.SqlServer/Properties/Tx.SqlServer.nuspec b/Source/Tx.SqlServer/Properties/Tx.SqlServer.nuspec index 58b1a77..9d642ba 100644 --- a/Source/Tx.SqlServer/Properties/Tx.SqlServer.nuspec +++ b/Source/Tx.SqlServer/Properties/Tx.SqlServer.nuspec @@ -5,7 +5,7 @@ Tx.SqlServer 1.0.5-beta - IObservable sources for traces from SQL Server components. So far, this incldes SQL Server Extended Events (XEvent) + Tx (LINQ to Logs and Traces) components for SQL Server. So far, this incldes Extended Events (XEvent) Microsoft Open Technologies, Inc. Microsoft Open Technologies, Inc. © 2013 diff --git a/Source/Tx.SqlServer/Tx.SqlServer.csproj b/Source/Tx.SqlServer/Tx.SqlServer.csproj index d52993a..8a459af 100644 --- a/Source/Tx.SqlServer/Tx.SqlServer.csproj +++ b/Source/Tx.SqlServer/Tx.SqlServer.csproj @@ -13,6 +13,18 @@ 512 + + x86 + + + x86 + + + x86 + + + x86 + ..\..\References\$(BuildFlavor) diff --git a/Source/Tx.Windows.TypeGeneration/Properties/Tx.Windows.TypeGeneration.nuspec b/Source/Tx.Windows.TypeGeneration/Properties/Tx.Windows.TypeGeneration.nuspec index 1bf243e..4486b89 100644 --- a/Source/Tx.Windows.TypeGeneration/Properties/Tx.Windows.TypeGeneration.nuspec +++ b/Source/Tx.Windows.TypeGeneration/Properties/Tx.Windows.TypeGeneration.nuspec @@ -5,7 +5,7 @@ Tx.Windows.TypeGeneration 1.0.5-beta - Generation of C# types representing Event Tracing for Windows (ETW) and Event Log events + Tx (LINQ to Logs and Traces) components for generation of C# types representing Event Tracing for Windows (ETW) and Event Log events Microsoft Open Technologies, Inc. Microsoft Open Technologies, Inc. © 2013 diff --git a/Source/Tx.Windows/Properties/Tx.Windows.nuspec b/Source/Tx.Windows/Properties/Tx.Windows.nuspec index 27f3279..2ef1892 100644 --- a/Source/Tx.Windows/Properties/Tx.Windows.nuspec +++ b/Source/Tx.Windows/Properties/Tx.Windows.nuspec @@ -5,7 +5,7 @@ Tx.Windows 1.0.5-beta - IObservable-s for Event Tracing for Windows (ETW), Perormance Counter files (.blg, .csv, .tsv) and Event Log + Tx (LINQ to Logs and Traces) components for Windows: ETW, Logs (.evtx), Perormance Counters (.blg, .csv, .tsv), IIS Logs in W3C format Microsoft Open Technologies, Inc. Microsoft Open Technologies, Inc. © 2013