SharpShader.Core 0.0.5-alpha

This is a prerelease version of SharpShader.Core.
dotnet add package SharpShader.Core --version 0.0.5-alpha
NuGet\Install-Package SharpShader.Core -Version 0.0.5-alpha
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="SharpShader.Core" Version="0.0.5-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SharpShader.Core --version 0.0.5-alpha
#r "nuget: SharpShader.Core, 0.0.5-alpha"
#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 SharpShader.Core as a Cake Addin
#addin nuget:?package=SharpShader.Core&version=0.0.5-alpha&prerelease

// Install SharpShader.Core as a Cake Tool
#tool nuget:?package=SharpShader.Core&version=0.0.5-alpha&prerelease

All of the core types for SharpShader.
   
   Contains everything you need to read SharpShader translation results, without requiring all of the extra dependencies.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
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 (1)

Showing the top 1 NuGet packages that depend on SharpShader.Core:

Package Downloads
SharpShader

Write your cross-platform shaders in C#.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.5-alpha 432 4/1/2019
0.0.4-alpha 345 3/18/2019
0.0.3-alpha2 498 2/27/2019

Moved all shader-related types from SharpShader to SharpShader.Core.