ActivityStreams 0.5.0

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package ActivityStreams --version 0.5.0
                    
NuGet\Install-Package ActivityStreams -Version 0.5.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ActivityStreams" Version="0.5.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ActivityStreams" Version="0.5.0" />
                    
Directory.Packages.props
<PackageReference Include="ActivityStreams" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ActivityStreams --version 0.5.0
                    
#r "nuget: ActivityStreams, 0.5.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package ActivityStreams@0.5.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ActivityStreams&version=0.5.0
                    
Install as a Cake Addin
#tool nuget:?package=ActivityStreams&version=0.5.0
                    
Install as a Cake Tool

ActivityStreams

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0-beta0011 3,386 9/3/2020
1.0.0-beta0010 596 8/6/2020
1.0.0-beta0008 543 7/7/2020
1.0.0-beta0007 618 10/28/2019
1.0.0-beta0006 715 5/2/2019
1.0.0-beta0005 794 1/8/2019
1.0.0-beta0004 762 1/7/2019
1.0.0-beta0003 802 1/4/2019
1.0.0-beta0002 839 11/6/2018
1.0.0-beta0001 889 10/2/2018
0.5.0 1,833 10/14/2016
0.5.0-beta0005 1,323 5/3/2016
0.5.0-beta0004 1,381 11/4/2015
0.5.0-beta0003 1,296 11/4/2015
0.5.0-beta0002 1,315 11/4/2015
0.5.0-beta0001 1,304 11/3/2015
0.4.0-alpha001 1,372 10/16/2015
0.3.0-alpha002 1,328 10/12/2015
0.3.0-alpha001 1,426 10/9/2015
0.2.0-alpha004 1,371 10/5/2015
0.2.0-alpha003 1,441 9/28/2015
0.2.0-alpha002 1,385 9/24/2015

Added ability to remove activity from stream
Fix attach a stream with an expireation date
Allow to attach a stream with an expireation date
Add asc load of Activities
Now streams are detached with (expiration/detach) timestamp. Activities after that date are not loaded.