Alchemy4Tridion.Sample.HelloWorld 1.0.0-beta6-1

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

This is a sample project that can be used as either an example or as a boiler plate by installing it into your package and using/extending what you need and removing what you don't.

If used as a boiler plate it would be wise to uninstall the HelloWorld NuGet package after making changes so that future updates don't accidently overwrite your changes (make sure to leave the Alchemy4Tridion.Plugin package).

The source code to this project can be viewed at:
https://github.com/Alchemy4Tridion/Alchemy4Tridion.Plugins.Sample.HelloWorld

The plugin can be viewed at:
http://www.alchemywebstore.com/plugins/557ef585e4de020df8a60383

There are no supported framework assets in this 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.0.0-beta6-1 1,368 8/28/2015
1.0.0-beta6-0 1,228 7/21/2015
1.0.0-alpha5-0 1,170 7/8/2015
1.0.0-alpha4-2 1,155 6/24/2015
1.0.0-alpha4 1,123 6/16/2015

Updating for 0.6.1 release. Demonstrates using the new  Client and User propreties of the AlchemyApiController.