Skip to content

Commit

Permalink
Merged in MTM-33307-c-sdk-publish-nuget-packages (pull request #18)
Browse files Browse the repository at this point in the history
C# SDK : Publish nuget packages to https://www.nuget.org/profiles/Cumulocity for July Release

Approved-by: Özge Akin <ozge.akin@cumulocity.com>
Approved-by: Rahul Miryala <rahul.miryala@softwareag.com>
  • Loading branch information
pallavc8y committed Jul 28, 2020
2 parents 8cf8521 + cadc906 commit 1a0a617
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions REST-SDK/src/cometd.NetStandard/Cometd.NetStandard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@
<TargetFrameworks>net47;net48;netcoreapp3.1</TargetFrameworks>
<RootNamespace>Cometd</RootNamespace>
<LangVersion>7.3</LangVersion>
<Version>1006.6.0</Version>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Authors>Cumulocity</Authors>
<Company>Cumulocity</Company>
<Product>Cumulocity</Product>
<Description>CometD library to be used with Cumulocity.SDK.Client.</Description>
<PackageLicenseUrl>https://bitbucket.org/m2m/cumulocity-sdk-cs/src/master/LICENSE.txt</PackageLicenseUrl>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Copyright>Cumulocity</Copyright>
<PackageProjectUrl>cumulocity.com</PackageProjectUrl>
<RepositoryUrl>https://bitbucket.org/m2m/cumulocity-sdk-cs/src/master/REST-SDK/</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 1a0a617

Please sign in to comment.