Skip to content

Commit

Permalink
Update to .Net 8
Browse files Browse the repository at this point in the history
Update Nuget packages
Update version to 1.0.2.2
  • Loading branch information
chriswendt1 committed Jul 21, 2024
1 parent 1848afb commit 9ab2209
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DocumentTranslation.CLI/doctr.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>DocumentTranslation.CLI</RootNamespace>
<Version>0.0.5</Version>
<Authors>Chris Wendt</Authors>
Expand Down
2 changes: 1 addition & 1 deletion DocumentTranslation.GUI/DocumentTranslation.GUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<TargetFramework>net8.0-windows7.0</TargetFramework>
<UseWPF>true</UseWPF>
<UseWindowsForms>true</UseWindowsForms>
<ApplicationIcon>DocumentTranslatorIcon_100.ico</ApplicationIcon>
Expand Down
2 changes: 1 addition & 1 deletion DocumentTranslation.GUI/Resources/Version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.2.1
1.0.2.2
2 changes: 1 addition & 1 deletion DocumentTranslation.Setup/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<?define doctr_TargetDir=$(var.doctr.TargetDir)?>
<?define DocumentTranslationService_TargetDir=$(var.DocumentTranslationService.TargetDir)?>
<?define DocumentTranslation.GUI_TargetDir=$(var.DocumentTranslation.GUI.TargetDir)?>
<Product Id="*" Name="Document Translation" Language="1033" Version="1.0.2.1" Manufacturer="Microsoft" UpgradeCode="cc63954a-c510-49da-af5f-dc82af6502e1">
<Product Id="*" Name="Document Translation" Language="1033" Version="1.0.2.2" Manufacturer="Microsoft" UpgradeCode="cc63954a-c510-49da-af5f-dc82af6502e1">

This comment has been minimized.

Copy link
@whiteblad-k

whiteblad-k Jan 1, 2025

Call

<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />

<MajorUpgrade AllowDowngrades="yes" Schedule="afterInstallInitialize" IgnoreRemoveFailure="yes"/>
Expand Down

0 comments on commit 9ab2209

Please sign in to comment.