PortableRazor 1.3.0

dotnet add package PortableRazor --version 1.3.0
                    
NuGet\Install-Package PortableRazor -Version 1.3.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="PortableRazor" Version="1.3.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PortableRazor" Version="1.3.0" />
                    
Directory.Packages.props
<PackageReference Include="PortableRazor" />
                    
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 PortableRazor --version 1.3.0
                    
#r "nuget: PortableRazor, 1.3.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.
#addin nuget:?package=PortableRazor&version=1.3.0
                    
Install PortableRazor as a Cake Addin
#tool nuget:?package=PortableRazor&version=1.3.0
                    
Install PortableRazor as a Cake Tool

A lightweight implementation of ASP.NET MVC APIs for mobile devices.

There are no supported framework assets in this 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 PortableRazor:

Package Downloads
PortableRazor.StarterPack

A template to simplify integration of the PortableRazor Plugin for Xamarin and Windows in your app.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.0 6,175 2/2/2015
1.2.0 1,647 1/28/2015
1.1.0 1,649 1/18/2015
1.0.0.1 3,021 12/25/2014
1.0.0 2,041 12/23/2014

- Removes setter on IHybridWebView.BasePath Property. Each platform's IHybridWebView implementation should use a BasePath that makes sense for that platform