update nugets & cleanup
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<Version>1.0.0</Version>
|
||||
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
@@ -0,0 +1,14 @@
|
||||
namespace Pilz.Updating.UpdateInstaller.AddOns
|
||||
{
|
||||
public static class UpdateInstallerFunctionTypes
|
||||
{
|
||||
/// <summary>
|
||||
/// The function will be executed when a instance of UpdateInstaller has been created.
|
||||
/// <para/><b>Parameter:</b><br/>
|
||||
/// <see cref="T:Pilz.Updating.UpdateInstaller.Lib.UpdateInstaller"/>
|
||||
/// <para/><b>Result type:</b><br/>
|
||||
/// <see cref="void"/>
|
||||
/// </summary>
|
||||
public const string OnInstancingUpdateInstaller = "pilz.updating.updateinstaller.oninstancingupdateinstaller";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user