Skip to content

Commit

Permalink
Stop packaging Microsoft.Orleans.OrleansGCPUtils (#4330)
Browse files Browse the repository at this point in the history
* Stop packaging Microsoft.Orleans.OrleansGCPUtils because it depends on a pre-released version of Google.Cloud.PubSub.V1.

* Rename GCP stream provider package to Orleans.Streaming.GCP.
  • Loading branch information
sergeybykov authored and ReubenBond committed Mar 28, 2018
1 parent d74563b commit 89ebbe6
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions src/Orleans.Streaming.GCP/Orleans.Streaming.GCP.csproj
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PackageId>Microsoft.Orleans.OrleansGCPUtils</PackageId>
<Title>Microsoft Orleans Google Cloud Platform Utilities</Title>
<Description>Library of utility types for Google Cloud Platform of Microsoft Orleans.</Description>
<PackageId>Orleans.Streaming.GCP</PackageId>
<Title>Microsoft Orleans stream provider for Google Cloud Platform</Title>
<Description>Microsoft Orleans stream provider for Google Cloud Platform PubSub.</Description>
<PackageTags>$(PackageTags)</PackageTags>
</PropertyGroup>

<PropertyGroup>
<AssemblyName>Orleans.Streaming.GCP</AssemblyName>
<RootNamespace>Orleans.Providers.GCP</RootNamespace>
</PropertyGroup>

<PropertyGroup>
<!-- Cannot release a stable version of this package that depends on a prerelease version of Google.Cloud.PubSub.V1. -->
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Google.Cloud.PubSub.V1" Version="$(GoogleCloudPubSubV1Version)" />
Expand Down

0 comments on commit 89ebbe6

Please sign in to comment.