Skip to content

Commit

Permalink
Update .NET prerequisite version error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxhy committed Feb 19, 2024
1 parent 7f25114 commit 7c61991
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion KeyManager.Setup/Product.en-us.wxl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<WixLocalization xmlns="http:https://wixtoolset.org/schemas/v4/wxl" Culture="en-US">

<String Id="DowngradeError" Value="A newer version of [ProductName] is already installed." />
<String Id="DotNetRequiredError" Value="[ProductName] requires Microsoft .NET 7 Desktop." />
<String Id="DotNetRequiredError" Value="[ProductName] requires Microsoft .NET 8 Desktop." />
<String Id="LaunchApp" Value="Launch the application when setup exits." />
<String Id="ProductDescr" Value="The [ProductName] application" />
<String Id="Translations" Value="Translations" />
Expand Down
2 changes: 1 addition & 1 deletion KeyManager.Setup/Product.fr-fr.wxl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<WixLocalization xmlns="http:https://wixtoolset.org/schemas/v4/wxl" Culture="fr-FR">

<String Id="DowngradeError" Value="Une version plus récente de [ProductName] est déjà installée." />
<String Id="DotNetRequiredError" Value="[ProductName] nécessite Microsoft .NET 7 Desktop." />
<String Id="DotNetRequiredError" Value="[ProductName] nécessite Microsoft .NET 8 Desktop." />
<String Id="LaunchApp" Value="Démarrer l'application à la fin de l'installation." />
<String Id="ProductDescr" Value="L'application [ProductName]" />
<String Id="Translations" Value="Traductions" />
Expand Down
2 changes: 1 addition & 1 deletion latestversion
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"VersionString": "1.13.1",
"Uri": "https://download.leosac.com/lkm/KeyManager.Setup-1.13.0.msi"
"Uri": "https://download.leosac.com/lkm/KeyManager.Setup-1.13.1.msi"
}

0 comments on commit 7c61991

Please sign in to comment.