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.
<PackageVersion Include="SharpShader.Core" Version="0.0.5-alpha" />
                    
Directory.Packages.props
<PackageReference Include="SharpShader.Core" />
                    
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 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.
#addin nuget:?package=SharpShader.Core&version=0.0.5-alpha&prerelease
                    
Install SharpShader.Core as a Cake Addin
#tool nuget:?package=SharpShader.Core&version=0.0.5-alpha&prerelease
                    
Install SharpShader.Core as a Cake Tool

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 481 4/1/2019
0.0.4-alpha 382 3/18/2019
0.0.3-alpha2 537 2/27/2019

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