Webhook Manager v4.20.0
- Update to .NET 5.0 in preparation for v5.0
- Add more webhook payload request validation checks
- Include type name if emoji does not exist
Install .NET 5.0
# Download .NET 5.0 installer
rm dotnet-install.sh
echo "Downloading .NET 5.0 installer..."
curl https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.sh > dotnet-install.sh
# Make installer executable
echo "Setting executable permissions..."
chmod +x dotnet-install.sh
# Install .NET 5.0 SDK
echo "Launching .NET installer..."
./dotnet-install.sh --version 5.0.404
# Delete .NET 5.0 installer
echo "Deleting .NET installer..."