Skip to content

Commit

Permalink
DM-388 10.13 Nuget Release (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashhSAG93 committed Aug 10, 2022
1 parent b59ca45 commit 1dc1e83
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion MQTT-SDK/src/Cumulocity.SDK.MQTT/Cumulocity.SDK.MQTT.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<PackageId>Cumulocity.SDK.MQTT</PackageId>
<Version>1006.6.0</Version>
<Version>1013.0.0</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>Cumulocity</Authors>
<Product>Cumulocity</Product>
Expand All @@ -18,6 +18,7 @@
<PackageLicenseUrl>https://github.com/SoftwareAG/cumulocity-sdk-cs/blob/master/LICENSE.txt</PackageLicenseUrl>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageReleaseNotes>Bug fixes and code refactoring or improvements. Refactored logging messages</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFrameworks>net47;netcoreapp3.1</TargetFrameworks>
<LangVersion>8.0</LangVersion>
<Version>10.6.6.29</Version>
<Version>1013.0.0</Version>
<Authors>Cumulocity</Authors>
<Product>Cumulocity</Product>
<Copyright>Cumulocity</Copyright>
Expand All @@ -15,6 +15,7 @@ Interface Cumulocity with open, C#-enabled devices through a device-side agent.
Interface Cumulocity with closed devices speaking an existing, Internet-enabled protocol through a server-side agent.</Description>
<PackageLicenseUrl>https://github.com/SoftwareAG/cumulocity-sdk-cs/blob/master/LICENSE.txt</PackageLicenseUrl>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageReleaseNotes>Bug fixes and code refactoring or improvements. Refactored logging messages</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="LibLog" Version="5.0.5">
Expand Down
3 changes: 2 additions & 1 deletion REST-SDK/src/cometd.NetStandard/Cometd.NetStandard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net47;net48;netcoreapp3.1</TargetFrameworks>
<RootNamespace>Cometd</RootNamespace>
<LangVersion>7.3</LangVersion>
<Version>1006.6.1</Version>
<Version>1013.0.0</Version>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Authors>Cumulocity</Authors>
<Company>Cumulocity</Company>
Expand All @@ -16,6 +16,7 @@
<PackageProjectUrl>cumulocity.com</PackageProjectUrl>
<RepositoryUrl>https://github.com/SoftwareAG/cumulocity-sdk-cs/tree/master/REST-SDK/</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageReleaseNotes>Bug fixes and code refactoring or improvements. Refactored logging messages</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 1dc1e83

Please sign in to comment.