Skip to content

Commit

Permalink
6.0.2 Netstandard package is no longer in preview
Browse files Browse the repository at this point in the history
  • Loading branch information
Loek committed Jan 9, 2019
1 parent 6f837f4 commit 23920aa
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,4 @@
**/*.snk
/ServiceFabric.ServiceBus.Clients/bin/x64/Release
**/*.nupkg
/ServiceFabric.ServiceBus.Services.Netstd/obj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<PropertyGroup>
<Description>Send BrokeredMessages to ServiceFabric Services through Service Bus. Optionally add this package to a project that will communicate to Reliable Services. Use in conjunction with ServiceFabric.ServiceBus.Services</Description>
<Copyright>2018</Copyright>
<VersionPrefix>5.1.8</VersionPrefix>
<Copyright>2019</Copyright>
<VersionPrefix>6.0.2</VersionPrefix>
<Authors>Loek Duys</Authors>
<TargetFrameworks>net452;net46</TargetFrameworks>
<PlatformTarget>x64</PlatformTarget>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Description>Receive BrokeredMessages in ServiceFabric Services through Service Bus. Add this package to your Reliable Service projects. The ServiceFabric.ServiceBus.Services Class Library can be used in conjunction with ServiceFabric.ServiceBus.Clients (optional)</Description>
<Copyright>2018</Copyright>
<VersionPrefix>6.0.1-preview</VersionPrefix>
<Copyright>2019</Copyright>
<VersionPrefix>6.0.2</VersionPrefix>
<Authors>Loek Duys</Authors>
<TargetFramework>netstandard2.0</TargetFramework>
<PlatformTarget>x64</PlatformTarget>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<PropertyGroup>
<Description>Receive BrokeredMessages in ServiceFabric Services through Service Bus. Add this package to your Reliable Service projects. The ServiceFabric.ServiceBus.Services Class Library can be used in conjunction with ServiceFabric.ServiceBus.Clients (optional)</Description>
<Copyright>2018</Copyright>
<VersionPrefix>6.0.1-preview</VersionPrefix>
<Copyright>2019</Copyright>
<VersionPrefix>6.0.2</VersionPrefix>
<Authors>Loek Duys</Authors>
<TargetFrameworks>net452;net46</TargetFrameworks>
<PlatformTarget>x64</PlatformTarget>
Expand Down

0 comments on commit 23920aa

Please sign in to comment.