update licenses and readme

This commit is contained in:
Jakob 2023-08-29 15:40:10 +02:00
parent 6233a5d88e
commit 0599e715b6
7 changed files with 34 additions and 86 deletions

View file

@ -28,9 +28,9 @@ namespace EnvyUpdate
textBoxLicFody.Text = Properties.Licenses.Fody;
textBoxLicCostura.Text = Properties.Licenses.CosturaFody;
textBoxLicResourceembedder.Text = Properties.Licenses.ResourceEmbedder;
textBoxLic7z.Text = Properties.Licenses.SevenZipExtractor;
textBoxLicWindowscommunitytoolkit.Text = Properties.Licenses.WindowsCommunityToolkit;
textBoxLicWpfui.Text = Properties.Licenses.wpfui;
textBoxLic7zip.Text = Properties.Licenses._7zip;
}
private void CardWeb_Click(object sender, RoutedEventArgs e)