Skip to content

Commit 72f8d8f

Browse files
update: licence file (#196)
* update: licence file * PubNub SDK v6.19.2.0 release. --------- Co-authored-by: PubNub Release Bot <[email protected]>
1 parent a52d822 commit 72f8d8f

File tree

8 files changed

+54
-17
lines changed

8 files changed

+54
-17
lines changed

.pubnub.yml

+12-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
name: c-sharp
2-
version: "6.19.1"
2+
version: "6.19.2"
33
schema: 1
44
scm: github.com/pubnub/c-sharp
55
changelog:
6+
- date: 2023-10-30
7+
version: v6.19.2
8+
changes:
9+
- type: improvement
10+
text: "Changed license to PubNub Software Development Kit License."
611
- date: 2023-10-24
712
version: v6.19.1
813
changes:
@@ -746,7 +751,7 @@ features:
746751
- QUERY-PARAM
747752
supported-platforms:
748753
-
749-
version: Pubnub 'C#' 6.19.1
754+
version: Pubnub 'C#' 6.19.2
750755
platforms:
751756
- Windows 10 and up
752757
- Windows Server 2008 and up
@@ -756,7 +761,7 @@ supported-platforms:
756761
- .Net Framework 4.5
757762
- .Net Framework 4.6.1+
758763
-
759-
version: PubnubPCL 'C#' 6.19.1
764+
version: PubnubPCL 'C#' 6.19.2
760765
platforms:
761766
- Xamarin.Android
762767
- Xamarin.iOS
@@ -776,7 +781,7 @@ supported-platforms:
776781
- .Net Core
777782
- .Net 6.0
778783
-
779-
version: PubnubUWP 'C#' 6.19.1
784+
version: PubnubUWP 'C#' 6.19.2
780785
platforms:
781786
- Windows Phone 10
782787
- Universal Windows Apps
@@ -800,7 +805,7 @@ sdks:
800805
distribution-type: source
801806
distribution-repository: GitHub
802807
package-name: Pubnub
803-
location: https://github.com/pubnub/c-sharp/releases/tag/v6.19.1.0
808+
location: https://github.com/pubnub/c-sharp/releases/tag/v6.19.2.0
804809
requires:
805810
-
806811
name: ".Net"
@@ -1083,7 +1088,7 @@ sdks:
10831088
distribution-type: source
10841089
distribution-repository: GitHub
10851090
package-name: PubNubPCL
1086-
location: https://github.com/pubnub/c-sharp/releases/tag/v6.19.1.0
1091+
location: https://github.com/pubnub/c-sharp/releases/tag/v6.19.2.0
10871092
requires:
10881093
-
10891094
name: ".Net Core"
@@ -1442,7 +1447,7 @@ sdks:
14421447
distribution-type: source
14431448
distribution-repository: GitHub
14441449
package-name: PubnubUWP
1445-
location: https://github.com/pubnub/c-sharp/releases/tag/v6.19.1.0
1450+
location: https://github.com/pubnub/c-sharp/releases/tag/v6.19.2.0
14461451
requires:
14471452
-
14481453
name: "Universal Windows Platform Development"

CHANGELOG

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v6.19.2 - October 30 2023
2+
-----------------------------
3+
- Modified: changed license to PubNub Software Development Kit License.
4+
15
v6.19.1 - October 24 2023
26
-----------------------------
37
- Fixed: fixes issue of getting error when hereNow is called with channelGroups param only.

src/Api/PubnubApi/LICENSE.txt

+29-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,29 @@
1-
Please visit the site - http://www.pubnub.com/terms
1+
PubNub Software Development Kit License Agreement
2+
Copyright © 2023 PubNub Inc. All rights reserved.
3+
4+
Subject to the terms and conditions of the license, you are hereby granted
5+
a non-exclusive, worldwide, royalty-free license to (a) copy and modify
6+
the software in source code or binary form for use with the software services
7+
and interfaces provided by PubNub, and (b) redistribute unmodified copies
8+
of the software to third parties. The software may not be incorporated in
9+
or used to provide any product or service competitive with the products
10+
and services of PubNub.
11+
12+
The above copyright notice and this license shall be included
13+
in or with all copies or substantial portions of the software.
14+
15+
This license does not grant you permission to use the trade names, trademarks,
16+
service marks, or product names of PubNub, except as required for reasonable
17+
and customary use in describing the origin of the software and reproducing
18+
the content of this license.
19+
20+
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF
21+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
22+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
23+
EVENT SHALL PUBNUB OR THE AUTHORS OR COPYRIGHT HOLDERS OF THE SOFTWARE BE
24+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
25+
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
26+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
27+
28+
https://www.pubnub.com/
29+
https://www.pubnub.com/terms

src/Api/PubnubApi/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
[assembly: AssemblyProduct("Pubnub C# SDK")]
1212
[assembly: AssemblyCopyright("Copyright © 2021")]
1313
[assembly: AssemblyTrademark("")]
14-
[assembly: AssemblyVersion("6.19.1.0")]
15-
[assembly: AssemblyFileVersion("6.19.1.0")]
14+
[assembly: AssemblyVersion("6.19.2.0")]
15+
[assembly: AssemblyFileVersion("6.19.2.0")]
1616
// Setting ComVisible to false makes the types in this assembly not visible
1717
// to COM components. If you need to access a type in this assembly from
1818
// COM, set the ComVisible attribute to true on that type.

src/Api/PubnubApi/PubnubApi.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414

1515
<PropertyGroup>
1616
<PackageId>Pubnub</PackageId>
17-
<PackageVersion>6.19.1.0</PackageVersion>
17+
<PackageVersion>6.19.2.0</PackageVersion>
1818
<Title>PubNub C# .NET - Web Data Push API</Title>
1919
<Authors>Pandu Masabathula</Authors>
2020
<Owners>PubNub</Owners>
2121
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
2222
<PackageIconUrl>http://pubnub.s3.amazonaws.com/2011/powered-by-pubnub/pubnub-icon-600x600.png</PackageIconUrl>
2323
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
2424
<RepositoryUrl>https://github.com/pubnub/c-sharp/</RepositoryUrl>
25-
<PackageReleaseNotes>Fixes issue of getting error when hereNow is called with channelGroups param only.</PackageReleaseNotes>
25+
<PackageReleaseNotes>Changed license to PubNub Software Development Kit License.</PackageReleaseNotes>
2626
<PackageTags>Web Data Push Real-time Notifications ESB Message Broadcasting Distributed Computing</PackageTags>
2727
<!--<Summary>PubNub is a Massively Scalable Web Push Service for Web and Mobile Games. This is a cloud-based service for broadcasting messages to thousands of web and mobile clients simultaneously</Summary>-->
2828
<Description>PubNub is a Massively Scalable Web Push Service for Web and Mobile Games. This is a cloud-based service for broadcasting messages to thousands of web and mobile clients simultaneously</Description>

src/Api/PubnubApiPCL/PubnubApiPCL.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515

1616
<PropertyGroup>
1717
<PackageId>PubnubPCL</PackageId>
18-
<PackageVersion>6.19.1.0</PackageVersion>
18+
<PackageVersion>6.19.2.0</PackageVersion>
1919
<Title>PubNub C# .NET - Web Data Push API</Title>
2020
<Authors>Pandu Masabathula</Authors>
2121
<Owners>PubNub</Owners>
2222
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
2323
<PackageIconUrl>http://pubnub.s3.amazonaws.com/2011/powered-by-pubnub/pubnub-icon-600x600.png</PackageIconUrl>
2424
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
2525
<RepositoryUrl>https://github.com/pubnub/c-sharp/</RepositoryUrl>
26-
<PackageReleaseNotes>Fixes issue of getting error when hereNow is called with channelGroups param only.</PackageReleaseNotes>
26+
<PackageReleaseNotes>Changed license to PubNub Software Development Kit License.</PackageReleaseNotes>
2727
<PackageTags>Web Data Push Real-time Notifications ESB Message Broadcasting Distributed Computing</PackageTags>
2828
<!--<Summary>PubNub is a Massively Scalable Web Push Service for Web and Mobile Games. This is a cloud-based service for broadcasting messages to thousands of web and mobile clients simultaneously</Summary>-->
2929
<Description>PubNub is a Massively Scalable Web Push Service for Web and Mobile Games. This is a cloud-based service for broadcasting messages to thousands of web and mobile clients simultaneously</Description>

src/Api/PubnubApiUWP/PubnubApiUWP.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616

1717
<PropertyGroup>
1818
<PackageId>PubnubUWP</PackageId>
19-
<PackageVersion>6.19.1.0</PackageVersion>
19+
<PackageVersion>6.19.2.0</PackageVersion>
2020
<Title>PubNub C# .NET - Web Data Push API</Title>
2121
<Authors>Pandu Masabathula</Authors>
2222
<Owners>PubNub</Owners>
2323
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
2424
<PackageIconUrl>http://pubnub.s3.amazonaws.com/2011/powered-by-pubnub/pubnub-icon-600x600.png</PackageIconUrl>
2525
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
2626
<RepositoryUrl>https://github.com/pubnub/c-sharp/</RepositoryUrl>
27-
<PackageReleaseNotes>Fixes issue of getting error when hereNow is called with channelGroups param only.</PackageReleaseNotes>
27+
<PackageReleaseNotes>Changed license to PubNub Software Development Kit License.</PackageReleaseNotes>
2828
<PackageTags>Web Data Push Real-time Notifications ESB Message Broadcasting Distributed Computing</PackageTags>
2929
<!--<Summary>PubNub is a Massively Scalable Web Push Service for Web and Mobile Games. This is a cloud-based service for broadcasting messages to thousands of web and mobile clients simultaneously</Summary>-->
3030
<Description>PubNub is a Massively Scalable Web Push Service for Web and Mobile Games. This is a cloud-based service for broadcasting messages to thousands of web and mobile clients simultaneously</Description>

src/Api/PubnubApiUnity/PubnubApiUnity.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<PropertyGroup>
1717
<PackageId>PubnubApiUnity</PackageId>
18-
<PackageVersion>6.19.1.0</PackageVersion>
18+
<PackageVersion>6.19.2.0</PackageVersion>
1919
<Title>PubNub C# .NET - Web Data Push API</Title>
2020
<Authors>Pandu Masabathula</Authors>
2121
<Owners>PubNub</Owners>

0 commit comments

Comments
 (0)