Skip to content

Commit

Permalink
[Event Hubs Client] Project File Tweaks (Azure#9721)
Browse files Browse the repository at this point in the history
The focus of these changes is to reset the version for non-product supporting
libraries and pin them at 1.0.0, since there is little value in managing them
to keep aligned with the accompanying product.   Also updating the attribute
used for version tracking, as the prefix use was made obsolete a while back
and I forgot to update these.
  • Loading branch information
jsquire authored Jan 30, 2020
1 parent 1542367 commit a6328a7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyName>Azure.Messaging.EventHubs.Processor.Samples</AssemblyName>
<VersionPrefix>5.0.0</VersionPrefix>
<Version>1.0.0</Version>
<OutputType>Exe</OutputType>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyName>Azure.Messaging.EventHubs.Processor.Tests</AssemblyName>
<VersionPrefix>5.0.0</VersionPrefix>
<Version>1.0.0</Version>
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
<ExcludeRecordingFramework>true</ExcludeRecordingFramework>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyName>Azure.Messaging.EventHubs.Shared.Tests</AssemblyName>
<VersionPrefix>5.0.1</VersionPrefix>
<Version>1.0.0</Version>
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
<ExcludeRecordingFramework>true</ExcludeRecordingFramework>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyName>Azure.Messaging.EventHubs.Samples</AssemblyName>
<VersionPrefix>5.0.1</VersionPrefix>
<Version>1.0.0</Version>
<OutputType>Exe</OutputType>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyName>Azure.Messaging.EventHubs.Tests</AssemblyName>
<VersionPrefix>5.0.1</VersionPrefix>
<Version>1.0.0</Version>
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
<ExcludeRecordingFramework>true</ExcludeRecordingFramework>
Expand Down

0 comments on commit a6328a7

Please sign in to comment.