Alternet.Studio.Common.Wpf by AlterNET Software

<PackageReference Include="Alternet.Studio.Common.Wpf" Version="8.1.12" />

 Alternet.Studio.Common.Wpf 8.1.12

AlterNET Studio allows you to extend your WinForms and WPF .NET application with code editing, scripting and user interface designing capabilities. It provides a set of component libraries that enables users of your applications to write scripts in C#, Visual Basic, TypeScript, JavaScript and Python programming languages to extend your application with custom functionality; run and debug these scripts with a fully-featured debugging engine and design visual user interfaces with graphical Form Designer. This package includes common WPF utility and helper classes required for other Alternet.Studio packages. This is a multi-target package, and can be used with .NET applications targeting .NET Framework starting from 4.5.2 or .NET Core starting from 3.1. More information about AlterNET Studio can be found here: https://www.alternetsoft.com/products/studio Documentation and sample projects can be downloaded here: https://www.alternetsoft.com/download NOTE: This is a commercial software product and requires purchasing a license for legal usage. Please refer to our licensing FAQ here: https://www.alternetsoft.com/faq#license

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata minClientVersion="2.8">
    <id>Alternet.Studio.Common.Wpf</id>
    <version>8.1.12</version>
    <authors>AlterNET Software</authors>
    <owners>AlterNET Software</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="file">license.txt</license>
    <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
    <projectUrl>http://alternetsoft.com/</projectUrl>
    <description>AlterNET Studio allows you to extend your WinForms and WPF .NET application with code editing, scripting and user interface designing capabilities.
It provides a set of component libraries that enables users of your applications to write scripts in C#, Visual Basic, TypeScript, JavaScript and Python programming languages to extend your application with custom functionality; run and debug these scripts with a fully-featured debugging engine and design visual user interfaces with graphical Form Designer.

This package includes common WPF utility and helper classes required for other Alternet.Studio packages.

This is a multi-target package, and can be used with .NET applications targeting .NET Framework starting from 4.5.2 or .NET Core starting from 3.1.

More information about AlterNET Studio can be found here:
https://www.alternetsoft.com/products/studio

Documentation and sample projects can be downloaded here:
https://www.alternetsoft.com/download

NOTE: This is a commercial software product and requires purchasing a license for legal usage. Please refer to our licensing FAQ here:
https://www.alternetsoft.com/faq#license</description>
    <releaseNotes>https://www.alternetsoft.com/version-history/8-1-x</releaseNotes>
    <dependencies>
      <group targetFramework=".NETFramework4.5.2">
        <dependency id="Alternet.Studio.Common" version="8.1.12" />
      </group>
      <group targetFramework=".NETFramework4.6.1">
        <dependency id="Alternet.Studio.Common" version="8.1.12" />
      </group>
      <group targetFramework=".NETCoreApp3.1">
        <dependency id="Alternet.Studio.Common" version="8.1.12" />
      </group>
    </dependencies>
  </metadata>
</package>