TypeInferred.HashBang 0.3.0-alpha

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

// Install TypeInferred.HashBang as a Cake Tool
#tool nuget:?package=TypeInferred.HashBang&version=0.3.0-alpha&prerelease

A collection of libraries for building web and mobile applications. Leverages FunScript for seamless full-stack development in F#. Adheres to Google's standard for ajax=crawling.

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.3.0-alpha 47 10/16/2014
0.1.52 138 5/11/2014
0.1.51 46 5/11/2014
0.1.50 48 5/11/2014
0.1.48 52 12/15/2013
0.1.47 49 11/23/2013
0.1.46 44 11/23/2013
0.1.45 45 11/23/2013
0.1.44 46 11/23/2013
0.1.43 45 11/15/2013
0.1.42 46 11/14/2013
0.1.41 45 11/13/2013
0.1.40 44 11/13/2013
0.1.39 45 11/13/2013
0.1.38 45 11/13/2013
0.1.37 44 11/13/2013
0.1.36 45 11/13/2013
0.1.35 46 11/13/2013
0.1.34 44 11/12/2013
0.1.33 45 11/12/2013
0.1.32 46 11/12/2013
0.1.31 46 11/12/2013
0.1.30 45 11/12/2013
0.1.29 44 11/12/2013
0.1.28 45 11/12/2013
0.1.27 42 11/12/2013
0.1.26 46 11/12/2013
0.1.25 43 11/12/2013
0.1.24 46 11/12/2013
0.1.23 47 11/12/2013
0.1.22 46 11/12/2013
0.1.21 46 11/12/2013
0.1.20 45 11/12/2013
0.1.19 44 11/12/2013
0.1.18 46 11/12/2013
0.1.17 46 11/12/2013
0.1.16 46 11/12/2013
0.1.15 45 11/12/2013
0.1.14 47 11/11/2013
0.1.13 45 11/11/2013
0.1.12 45 11/8/2013
0.1.11 45 11/7/2013
0.1.10 46 11/7/2013
0.1.9 44 11/7/2013
0.1.8 43 11/7/2013
0.1.7 44 11/7/2013
0.1.6 45 11/7/2013
0.1.5 45 11/5/2013
0.1.4 45 11/1/2013
0.1.3 43 10/31/2013
0.1.2 43 10/30/2013
0.1.1 45 10/30/2013
0.1.0 48 10/30/2013

Added support for seamless IObservable<T> subscriptions across the client/server boundary over SignalR
Added support for seamless running Async<T> computations across the client/server boundary over SignalR
Added support for generics in seamless client/server integration
Added support for crawling dynamically/client generated pages through implementing Google's hash-bang (#!) standard (https://developers.google.com/webmasters/ajax-crawling/)
Added support for constructing HTML in F#
Added support for type-safe access to CSS classes through a type provider
Added page compression
Added compression FunScript's generated JavaScript
Added support for type-safe url-redirection between pages through a type provider
Added support for easy resource embedding through a type provider interface