Screna 0.2.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Screna --version 0.2.1
NuGet\Install-Package Screna -Version 0.2.1
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="Screna" Version="0.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Screna --version 0.2.1
#r "nuget: Screna, 0.2.1"
#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.
// Install Screna as a Cake Addin
#addin nuget:?package=Screna&version=0.2.1

// Install Screna as a Cake Tool
#tool nuget:?package=Screna&version=0.2.1

.Net Capture Solution to Capture Screen/Audio/Video/Mouse Cursor/KeyStrokes and more... with a highly extensible API

• TransparentScreenShot.cs adopted from Aeroshot, used for Transparent Window Captures
• GifWriter.cs adopted from Bumpkit, used to Output a ScreenCast to a Gif

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  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.

This package has no dependencies.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Screna:

Package Downloads
Screna.SharpAvi

DEPRECATED

Screna.NAudio

DEPRECATED

Screna.Bass

DEPRECATED

Screna.MouseKeyHook

DEPRECATED

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.8.0 14,655 5/19/2017
0.6.0 5,511 1/23/2017
0.5.3 1,872 10/25/2016
0.5.2 1,755 10/17/2016
0.5.1 2,374 6/6/2016
0.5.0 1,502 6/6/2016
0.4.0 1,983 6/4/2016
0.3.1 2,907 6/1/2016
0.2.1 1,520 5/24/2016
0.2.0 1,964 4/27/2016
0.1.3 1,868 2/9/2016
0.1.1 1,818 1/16/2016

* Removed Recorder's destructor.

This fixes an issue where an app using Screna crashes after two or three recordings.

Now, you always need to ensure that the Recorder is stopped manually.