Presentia 1.1.5

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

This is a package for C# Windows Forms

This package helps you use the file extensions: .ptia (Short for Presentia) and .ptie (.ptia but E for Editor)

This package has a namespace named: "Type" In this namespace, there are four classes, one for each type of presentia there is. PTIA: Presentia presentation for viewing PTIA_File: Same as PTIA, but unnecessary information removed, and only contains what's needed in a file PTIE: Presentia presentation for editing (Contains import information, path information and more for the editor) PTIE_File: Same as PTIE, but again, unnecessary information removed.

This package also has a static class, filled with functions, named: "Convert"

Convert lets you convert between different types. So for example, if you want to export an editor version of the presentation, you can do: Convert.PTIE_To_PTIE_File.

Product Compatible and additional computed target framework versions.
.NET net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net8.0-windows was computed.  net9.0-windows 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
1.1.5 316 6/1/2023
1.1.4 249 6/1/2023
1.1.3 272 5/22/2023
1.1.2 261 5/22/2023
1.1.1 279 5/22/2023
1.1.0 245 5/22/2023
1.0.4 270 5/8/2023
1.0.3 289 4/28/2023
1.0.2 293 4/28/2023
1.0.1 309 3/17/2023
1.0.0 380 3/17/2023 1.0.0 is deprecated.

Added types and convertions