Skip to content

Commit

Permalink
build artefacts for v1.0.8000.0000
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanrusev committed Jun 23, 2021
1 parent ac68bec commit 8407a81
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
<Authors>ErpNet and Contributors</Authors>
<PackageLicenseFile>$(SolutionDir)LICENSE.txt</PackageLicenseFile>
<Copyright>(c) ErpNet and Contributors</Copyright>
<AssemblyVersion>1.0.7000.0000</AssemblyVersion>
<FileVersion>1.0.7000.0000</FileVersion>
<Version>1.0.7000.0000</Version>
<AssemblyVersion>1.0.8000.0000</AssemblyVersion>
<FileVersion>1.0.8000.0000</FileVersion>
<Version>1.0.8000.0000</Version>
<IsWindows Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Windows)))' == 'true'">true</IsWindows>
<IsOSX Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::OSX)))' == 'true'">true</IsOSX>
<IsLinux Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Linux)))' == 'true'">true</IsLinux>
Expand Down
2 changes: 1 addition & 1 deletion ErpNet.FP.Setup/Product.wxs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
<Product Id="*" Name="ErpNet.FP - Fiscal Print Server" Language="1033" Version="1.0.7000.0000" Manufacturer="Erp.Net And Contributors" UpgradeCode="05e58513-a8d9-45bf-a280-d47ccb696623">
<Product Id="*" Name="ErpNet.FP - Fiscal Print Server" Language="1033" Version="1.0.8000.0000" Manufacturer="Erp.Net And Contributors" UpgradeCode="05e58513-a8d9-45bf-a280-d47ccb696623">
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." AllowSameVersionUpgrades="yes" />
<Property Id="MSIFASTINSTALL" Value="7" />
Expand Down
2 changes: 1 addition & 1 deletion output.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<OutputPath>Output</OutputPath>
<OutputType>Published</OutputType>
<!-- Increase version when releasing a build -->
<Version>1.0.7000.0000</Version>
<Version>1.0.8000.0000</Version>
<WixNamespaces>
<Namespace Prefix="wix" Uri="http://schemas.microsoft.com/wix/2006/wi" />
<Namespace Prefix="wixutil" Uri="http://schemas.microsoft.com/wix/UtilExtension" />
Expand Down

0 comments on commit 8407a81

Please sign in to comment.