Mediaflow.Umbraco 17.1.3

dotnet add package Mediaflow.Umbraco --version 17.1.3
                    
NuGet\Install-Package Mediaflow.Umbraco -Version 17.1.3
                    
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="Mediaflow.Umbraco" Version="17.1.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Mediaflow.Umbraco" Version="17.1.3" />
                    
Directory.Packages.props
<PackageReference Include="Mediaflow.Umbraco" />
                    
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 Mediaflow.Umbraco --version 17.1.3
                    
#r "nuget: Mediaflow.Umbraco, 17.1.3"
                    
#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.
#:package Mediaflow.Umbraco@17.1.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Mediaflow.Umbraco&version=17.1.3
                    
Install as a Cake Addin
#tool nuget:?package=Mediaflow.Umbraco&version=17.1.3
                    
Install as a Cake Tool

Mediaflow for Umbraco

The Mediaflow plugin is used to be able to connect your Mediaflow content directly with your Umbraco website! This will help with ensuring you follow correct GDPR processes regarding images and video plus a great offering of other features to help you streamline your workflow for images, video and branding.

Read more on https://www.mediaflow.com/

Licens

You need to have a Mediaflow account with the integration addon activated to be able to use the plugin. If you have any questions please contact your sales representative or read more at https://www.mediaflow.com/priser/.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
17.1.3 136 6/18/2026
17.1.2 261 5/25/2026
17.1.1 110 5/25/2026
17.1.0 99 5/25/2026
17.0.0 102 5/25/2026
16.2.3 104 6/18/2026
16.2.2 101 5/25/2026
16.2.1 103 5/25/2026
16.2.0 101 5/25/2026
16.1.1 106 5/25/2026
16.1.0 102 5/25/2026
16.0.0 104 5/25/2026
15.5.2 106 6/18/2026
15.4.1 107 5/11/2026
15.4.0 103 5/11/2026
15.2.1 99 5/11/2026
14.3.2 112 6/18/2026
14.2.1 116 5/11/2026
14.2.0 110 5/11/2026
14.0.0 114 5/11/2026
Loading failed

17.1.3 - Fixed upload failure when Mediaflow files contain special characters in the filename or download URL (e.g. !, @, spaces, brackets). Removed overly strict URI validation in HandleFileUpload.

17.1.2 - Built and tested against Umbraco 17.3.0 (.NET 10). Aligns package dependencies with Umbraco 17.3 schema and runtime.

17.1.1 - Language fallback: selecting a base language code (e.g. "sv", "fi") now correctly resolves the matching regional language file (e.g. sv-SE.xml, fi-FI.xml) instead of falling back to English.

17.1.0 - Server-side thumbnail URL generation using IImageUrlGenerator. Thumbnail URLs are no longer constructed client-side.

17.0.0 - Support for Umbraco 17.0 and .NET 10.

16.1.1 - Added support for SVG/vector files from the Mediaflow FileSelector.

16.1.0 - Server-side OAuth token exchange. Credentials are no longer exposed to the browser.

16.0.0 - Support for Umbraco 16.0.

15.3.0 - Added support for configuring credentials via appsettings.json, user-secrets or environment variables. When a "Mediaflow" section with credentials is present in the ASP.NET Core configuration, it takes priority over the XML config file. Falls back to Mediaflow.config if no appsettings are configured.

15.2.1 - Mediaflow.config is no longer included in the package. The config file is created automatically on first run if missing.

1.0 - Dotnet core version