Skip to content

Commit

Permalink
RockLib.Messaging.SNS version 1.0.0-alpha01
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinMoss committed Dec 20, 2018
1 parent 22b167c commit c9b0df1
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions RockLib.Messaging.SNS/RockLib.Messaging.SNS.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,26 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFrameworks>netstandard2.0;net451;net462</TargetFrameworks>
</PropertyGroup>

<PropertyGroup>
<PackageId>RockLib.Messaging.SNS</PackageId>
<PackageVersion>1.0.0-alpha01</PackageVersion>
<Authors>Quicken Loans</Authors>
<Description>Implementation of RockLib.Messaging API that sends messages using Amazon SNS.</Description>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageReleaseNotes></PackageReleaseNotes>
<PackageProjectUrl>https://github.com/RockLib/RockLib.Messaging</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/RockLib/RockLib.Messaging/blob/master/LICENSE.md</PackageLicenseUrl>
<Copyright>Copyright 2018 (c) Quicken Loans Corporation. All rights reserved.</Copyright>
<PackageTags>rocklib messaging sns</PackageTags>
<Version>1.0.0</Version>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
</PropertyGroup>

<PropertyGroup>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\RockLib.Messaging.SNS.xml</DocumentationFile>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit c9b0df1

Please sign in to comment.