Skip to content

Commit 79d9221

Browse files
committed
Release 2.13.0
1 parent 1eb814b commit 79d9221

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2015-2020 Stream.io Inc, and individual contributors.
1+
Copyright (c) 2015-2021 Stream.io Inc, and individual contributors.
22

33
All rights reserved.
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,6 @@ var response = await client.Personalization.Get("my_endpoint", input);
175175

176176
### Copyright and License Information
177177

178-
Copyright (c) 2015-2020 Stream.io Inc, and individual contributors. All rights reserved.
178+
Copyright (c) 2015-2021 Stream.io Inc, and individual contributors. All rights reserved.
179179

180180
See the file "LICENSE" for information on the history of this software, terms & conditions for usage, and a DISCLAIMER OF ALL WARRANTIES.

VERSION

0 Bytes
Binary file not shown.

appveyor.yml

0 Bytes
Binary file not shown.

src/stream-net/stream-net.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
</PropertyGroup>
88
<PropertyGroup>
99
<PackageId>stream-net</PackageId>
10-
<Version>2.12.0</Version>
11-
<PackageVersion>2.12.0</PackageVersion>
10+
<Version>2.13.0</Version>
11+
<PackageVersion>2.13.0</PackageVersion>
1212
<Authors>GetStream.io</Authors>
1313
<Description>Client for getstream.io. Build scalable newsfeeds and activity streams in a few hours instead of weeks.</Description>
1414
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1515
<PackageReleaseNotes>Added another target framework. Ignoring the Follower.UpdatedAt value.</PackageReleaseNotes>
16-
<Copyright>Copyright 2020</Copyright>
16+
<Copyright>Copyright 2021</Copyright>
1717
<PackageProjectUrl>https://github.com/GetStream/stream-net</PackageProjectUrl>
1818
<PackageLicenseUrl>https://github.com/GetStream/stream-net/blob/master/LICENSE</PackageLicenseUrl>
1919
<PackageTags>getstreamio</PackageTags>

0 commit comments

Comments
 (0)