Changing the packages to "LINQ to Logs and Traces"

This commit is contained in:
georgis 2013-12-28 10:47:24 -08:00
Родитель 1068dc8ca0
Коммит 5092f7612e
8 изменённых файлов: 33 добавлений и 9 удалений

Просмотреть файл

@ -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")]
[assembly: AssemblyVersion("1.0.31228.0")]
[assembly: AssemblyFileVersion("1.0.31228.0")]

Просмотреть файл

@ -2,9 +2,9 @@
<package>
<metadata>
<id>Tx.All</id>
<title>Tx (LINQ to Traces)</title>
<title>Tx.All</title>
<version>1.0.5-beta</version>
<description>Reusable components for representing raw traces/logs and real-time feeds as IObservable sequences</description>
<description>Tx (LINQ to Logs and Traces) container package for all supported raw trace/log sources</description>
<authors>Microsoft Open Technologies, Inc.</authors>
<copyright>Microsoft Open Technologies, Inc. © 2013</copyright>

Просмотреть файл

@ -5,7 +5,7 @@
<title>Tx.Core</title>
<!-- Automatically updated by build, keeping fixed dev build number here in case of local build -->
<version>1.0.5-beta</version>
<description>Components that are necessary to do LINQ to Traces(=Logs) regardless of the original event format.</description>
<description>Tx (LINQ to Logs and Traces) core components, not specific to the event format</description>
<authors>Microsoft Open Technologies, Inc.</authors>
<copyright>Microsoft Open Technologies, Inc. © 2013</copyright>

Просмотреть файл

@ -12,6 +12,18 @@
<AssemblyName>Tx.LinqPad</AssemblyName>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug45|AnyCPU'">
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release45|AnyCPU'">
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug40|AnyCPU'">
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release40|AnyCPU'">
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<Import Project="..\..\Common.targets" />
<PropertyGroup>
<CPReferencePath>..\..\References\$(BuildFlavor)</CPReferencePath>

Просмотреть файл

@ -5,7 +5,7 @@
<title>Tx.SqlServer</title>
<!-- Automatically updated by build, keeping fixed dev build number here in case of local build -->
<version>1.0.5-beta</version>
<description>IObservable sources for traces from SQL Server components. So far, this incldes SQL Server Extended Events (XEvent)</description>
<description>Tx (LINQ to Logs and Traces) components for SQL Server. So far, this incldes Extended Events (XEvent)</description>
<authors>Microsoft Open Technologies, Inc.</authors>
<copyright>Microsoft Open Technologies, Inc. © 2013</copyright>

Просмотреть файл

@ -13,6 +13,18 @@
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug45|AnyCPU'">
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release45|AnyCPU'">
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug40|AnyCPU'">
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release40|AnyCPU'">
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<Import Project="..\..\Common.targets" />
<PropertyGroup>
<CPReferencePath>..\..\References\$(BuildFlavor)</CPReferencePath>

Просмотреть файл

@ -5,7 +5,7 @@
<title>Tx.Windows.TypeGeneration</title>
<!-- Automatically updated by build, keeping fixed dev build number here in case of local build -->
<version>1.0.5-beta</version>
<description>Generation of C# types representing Event Tracing for Windows (ETW) and Event Log events</description>
<description>Tx (LINQ to Logs and Traces) components for generation of C# types representing Event Tracing for Windows (ETW) and Event Log events</description>
<authors>Microsoft Open Technologies, Inc.</authors>
<copyright>Microsoft Open Technologies, Inc. © 2013</copyright>

Просмотреть файл

@ -5,7 +5,7 @@
<title>Tx.Windows</title>
<!-- Automatically updated by build, keeping fixed dev build number here in case of local build -->
<version>1.0.5-beta</version>
<description>IObservable-s for Event Tracing for Windows (ETW), Perormance Counter files (.blg, .csv, .tsv) and Event Log</description>
<description>Tx (LINQ to Logs and Traces) components for Windows: ETW, Logs (.evtx), Perormance Counters (.blg, .csv, .tsv), IIS Logs in W3C format</description>
<authors>Microsoft Open Technologies, Inc.</authors>
<copyright>Microsoft Open Technologies, Inc. © 2013</copyright>