Altinn.App.Api 8.10.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package Altinn.App.Api --version 8.10.3
                    
NuGet\Install-Package Altinn.App.Api -Version 8.10.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="Altinn.App.Api" Version="8.10.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Altinn.App.Api" Version="8.10.3" />
                    
Directory.Packages.props
<PackageReference Include="Altinn.App.Api" />
                    
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 Altinn.App.Api --version 8.10.3
                    
#r "nuget: Altinn.App.Api, 8.10.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 Altinn.App.Api@8.10.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=Altinn.App.Api&version=8.10.3
                    
Install as a Cake Addin
#tool nuget:?package=Altinn.App.Api&version=8.10.3
                    
Install as a Cake Tool

GitHub Workflow Status GitHub<br/>

NuGet / Altinn.App.Core NuGet / Altinn.App.Api

Altinn.App .NET libraries

Altinn.App .NET libraries for apps running on Altinn 3, part of the Altinn Studio product.

These libraries support the runtime of Altinn apps by

  • Exposing APIs used by service owners and the frontend (app-frontend-react) of an Altinn app
  • Exposing abstractions to interact with features of Altinn Studio and Altinn 3 Platform services

Contributing

See /CONTRIBUTING.md.

Documentation

Documentation on how to develop Altinn apps can be found here.

Architecture

This template is built using .NET

The below diagram shows the different layers.

Template

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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 (4)

Showing the top 4 NuGet packages that depend on Altinn.App.Api:

Package Downloads
Dibk.Ftpb.Common.AltinnApps

Common classes and constants used for developing Altinn 3 apps in the Ftpb ecosystem

DsbNorge.A3Forms

Package containing reusable code for Altinn 3 forms managed by DSB.

Altinn.App.Clients.Fiks

Package Description

BtAltinnSupport

Package Description

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Altinn.App.Api:

Repository Stars
Altinn/altinn-studio
Next generation open source Altinn platform and applications.
Version Downloads Last Updated
8.11.3 0 4/9/2026
8.11.2 275 3/25/2026
8.11.1 181 3/24/2026
8.11.0 197 3/23/2026
8.11.0-rc1 102 3/18/2026
8.11.0-rc.3 54 3/18/2026
8.11.0-rc.2 40 3/18/2026
8.11.0-preview.1 64 2/25/2026
8.10.5 328 3/13/2026
8.10.4 165 3/13/2026
8.10.3 587 3/5/2026
8.10.2 607 2/25/2026
8.10.1 603 2/23/2026
8.10.0 683 2/16/2026
8.10.0-preview.3 67 1/30/2026
8.10.0-preview.2 61 1/23/2026
8.10.0-preview.1 72 1/22/2026
8.9.2 1,850 1/8/2026
8.9.1 148 1/8/2026
8.9.0 506 1/6/2026
Loading failed

Release notes look best on GitHub: https://github.com/Altinn/app-lib-dotnet/releases/tag/v8.10.3
<!-- Release notes generated using configuration in .github/release.yml at release/v8.10 -->
## What's Changed
### New Features 🎉
* feat: support email user instantiation (#1657) by @ivarne in https://github.com/Altinn/app-lib-dotnet/pull/1682
### Other Changes
* [Backport] fix: pdf base64 encode tracestate header by @github-actions[bot] in https://github.com/Altinn/app-lib-dotnet/pull/1681
**Full Changelog**: https://github.com/Altinn/app-lib-dotnet/compare/v8.10.2...v8.10.3