Skip to content

Commit

Permalink
Update package versions
Browse files Browse the repository at this point in the history
This across-the-board version update is meant to make it easier to revert to previous version in case the lack of strong-name signing of EventFlow assemblies turns out to be an issue for someone. Note that all published EventFlow assemblies are Authenticode-signed to ensure assembly origin legitimacy (Microsoft).
  • Loading branch information
karolz-ms committed Apr 20, 2018
1 parent 1626224 commit 5644d38
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>Defines core interfaces and types that comprise Microsoft.Diagnostics.EventFlow library.</Description>
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
<VersionPrefix>1.1.12</VersionPrefix>
<VersionPrefix>1.3.0</VersionPrefix>
<Authors>Microsoft</Authors>
<TargetFrameworks>netstandard1.6;net451</TargetFrameworks>
<AssemblyName>Microsoft.Diagnostics.EventFlow.Core</AssemblyName>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<TargetFrameworks>netstandard1.6;net451</TargetFrameworks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AssemblyName>Microsoft.Diagnostics.EventFlow.EtwUtilities</AssemblyName>
<VersionPrefix>1.1.1</VersionPrefix>
<VersionPrefix>1.3.0</VersionPrefix>
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
<PackageId>Microsoft.Diagnostics.EventFlow.EtwUtilities</PackageId>
<PackageTags>Microsoft;Diagnostics;EventFlow;Utilities;Event Tracing for Windows</PackageTags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description>Provides an implementation of Application Insights telemetry processor that feeds Application Insights telemetry into EventFlow pipeline.
This allows sending diagnostics data from applications instrumented with Application Insights to destinations other than Application Insights service.</Description>
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
<VersionPrefix>1.1.1</VersionPrefix>
<VersionPrefix>1.3.0</VersionPrefix>
<Authors>Microsoft</Authors>
<TargetFrameworks>netstandard1.6;net451</TargetFrameworks>
<AssemblyName>Microsoft.Diagnostics.EventFlow.Inputs.ApplicationInsights</AssemblyName>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Authors>Microsoft</Authors>
<TargetFramework>net451</TargetFramework>
<AssemblyName>Microsoft.Diagnostics.EventFlow.Inputs.Etw</AssemblyName>
<VersionPrefix>1.2.0</VersionPrefix>
<VersionPrefix>1.3.0</VersionPrefix>
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
<PackageId>Microsoft.Diagnostics.EventFlow.Inputs.Etw</PackageId>
<PackageTags>Microsoft;Diagnostics;EventFlow;Inputs;ETW;Event Tracing for Windows</PackageTags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>Provides an input implementation for capturing diagnostics data sourced through System.Diagnostics.Tracing.EventSource infrastructure.</Description>
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
<VersionPrefix>1.2.0</VersionPrefix>
<VersionPrefix>1.3.0</VersionPrefix>
<Authors>Microsoft</Authors>
<TargetFrameworks>netstandard1.6;net46</TargetFrameworks>
<AssemblyName>Microsoft.Diagnostics.EventFlow.Inputs.EventSource</AssemblyName>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Authors>Microsoft</Authors>
<TargetFrameworks>netstandard1.6;net451</TargetFrameworks>
<AssemblyName>Microsoft.Diagnostics.EventFlow.Inputs.MicrosoftLogging</AssemblyName>
<VersionPrefix>1.1.3</VersionPrefix>
<VersionPrefix>1.3.0</VersionPrefix>
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
<PackageId>Microsoft.Diagnostics.EventFlow.Inputs.MicrosoftLogging</PackageId>
<PackageTags>Microsoft;Diagnostics;EventFlow;Inputs;MicrosoftLogging</PackageTags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>Provides an input implementation for capturing data from Windows performance counters.</Description>
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
<VersionPrefix>1.1.0</VersionPrefix>
<VersionPrefix>1.3.0</VersionPrefix>
<Authors>Microsoft</Authors>
<TargetFramework>net451</TargetFramework>
<AssemblyName>Microsoft.Diagnostics.EventFlow.Inputs.PerformanceCounter</AssemblyName>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>Provides an input implementation for capturing diagnostics data created via Serilog library.</Description>
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
<VersionPrefix>1.2.2</VersionPrefix>
<VersionPrefix>1.3.0</VersionPrefix>
<Authors>Microsoft</Authors>
<TargetFrameworks>netstandard1.6;net451</TargetFrameworks>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Authors>Microsoft</Authors>
<TargetFrameworks>netstandard1.6;net451</TargetFrameworks>
<AssemblyName>Microsoft.Diagnostics.EventFlow.Inputs.Trace</AssemblyName>
<VersionPrefix>1.1.0</VersionPrefix>
<VersionPrefix>1.3.0</VersionPrefix>
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
<PackageId>Microsoft.Diagnostics.EventFlow.Inputs.Trace</PackageId>
<PackageTags>Microsoft;Diagnostics;EventFlow;Inputs;Trace</PackageTags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>Provides an output implementation that sends diagnostics data to Microsoft Application Insights service.</Description>
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
<VersionPrefix>1.2.2</VersionPrefix>
<VersionPrefix>1.3.0</VersionPrefix>
<Authors>Microsoft</Authors>
<TargetFrameworks>net451;netstandard1.6</TargetFrameworks>
<AssemblyName>Microsoft.Diagnostics.EventFlow.Outputs.ApplicationInsights</AssemblyName>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>Provides an output implementation that sends diagnostics data to Elasticsearch.</Description>
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
<VersionPrefix>2.2.2</VersionPrefix>
<VersionPrefix>2.3.0</VersionPrefix>
<Authors>Microsoft</Authors>
<TargetFrameworks>netstandard1.6;net451</TargetFrameworks>
<AssemblyName>Microsoft.Diagnostics.EventFlow.Outputs.ElasticSearch</AssemblyName>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Authors>Microsoft</Authors>
<TargetFrameworks>net451;netstandard1.6</TargetFrameworks>
<AssemblyName>Microsoft.Diagnostics.EventFlow.Outputs.EventHub</AssemblyName>
<VersionPrefix>1.2.1</VersionPrefix>
<VersionPrefix>1.3.0</VersionPrefix>
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
<PackageId>Microsoft.Diagnostics.EventFlow.Outputs.EventHub</PackageId>
<PackageTags>Microsoft;Diagnostics;EventFlow;Outputs;Event Hub;Event Hubs</PackageTags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Authors>Microsoft</Authors>
<TargetFrameworks>netstandard1.6;net451</TargetFrameworks>
<AssemblyName>Microsoft.Diagnostics.EventFlow.Outputs.HttpOutput</AssemblyName>
<VersionPrefix>1.1.3</VersionPrefix>
<VersionPrefix>1.3.0</VersionPrefix>
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
<PackageId>Microsoft.Diagnostics.EventFlow.Outputs.HttpOutput</PackageId>
<PackageTags>Microsoft;Diagnostics;EventFlow;Outputs;HttpOutput</PackageTags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Authors>Microsoft</Authors>
<TargetFrameworks>netstandard1.6;net451</TargetFrameworks>
<AssemblyName>Microsoft.Diagnostics.EventFlow.Outputs.Oms</AssemblyName>
<VersionPrefix>1.1.3</VersionPrefix>
<VersionPrefix>1.3.0</VersionPrefix>
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
<PackageId>Microsoft.Diagnostics.EventFlow.Outputs.Oms</PackageId>
<PackageTags>Microsoft;Diagnostics;EventFlow;Outputs;Microsoft Operations Management</PackageTags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Authors>Microsoft</Authors>
<TargetFrameworks>netstandard1.6;net451</TargetFrameworks>
<AssemblyName>Microsoft.Diagnostics.EventFlow.Outputs.StdOutput</AssemblyName>
<VersionPrefix>1.1.0</VersionPrefix>
<VersionPrefix>1.3.0</VersionPrefix>
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
<PackageId>Microsoft.Diagnostics.EventFlow.Outputs.StdOutput</PackageId>
<PackageTags>Microsoft;Diagnostics;EventFlow;Outputs</PackageTags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Authors>Microsoft</Authors>
<TargetFramework>net451</TargetFramework>
<AssemblyName>Microsoft.Diagnostics.EventFlow.Outputs.TableStorage</AssemblyName>
<VersionPrefix>1.1.1</VersionPrefix>
<VersionPrefix>1.3.0</VersionPrefix>
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
<NetStandardImplicitPackageVersion>1.6.1</NetStandardImplicitPackageVersion>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>Provides types that simplify the use of EventFlow library by Microsoft Service Fabric services.</Description>
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
<VersionPrefix>1.2.1</VersionPrefix>
<VersionPrefix>1.3.0</VersionPrefix>
<Authors>Microsoft</Authors>
<TargetFrameworks>netstandard2.0;net451</TargetFrameworks>
<PlatformTarget>x64</PlatformTarget>
Expand Down

0 comments on commit 5644d38

Please sign in to comment.