Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

Commit

Permalink
Release 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
frostieDE committed Apr 25, 2021
1 parent 784e81a commit 6e5d7dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion UntisIccImporter.Gui/UntisIccImporter.Gui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<RepositoryUrl></RepositoryUrl>
<PackageProjectUrl>https://github.com/schulit/untis-icc-importer</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Version>1.3.4</Version>
<Version>1.3.5</Version>
<Platforms>AnyCPU;x64</Platforms>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion UntisIccImporter.Installer/Product.wxs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<?define UpgradeGuid="F6163463-F595-4D3A-9E24-25801FFD7174" ?>
<?define Version="1.3.4"?>
<?define Version="1.3.5"?>

<Product Id="*" Name="Untis ICC Importer" Language="1033" Version="$(var.Version)" Manufacturer="SchulIT" UpgradeCode="$(var.UpgradeGuid)">
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" Platform="x64" />
Expand Down

0 comments on commit 6e5d7dc

Please sign in to comment.