Skip to content

Commit d395e60

Browse files
version number
1 parent 7eb52d0 commit d395e60

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.vs/imageResizer/v17/.suo

0 Bytes
Binary file not shown.

imageResizer/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("6.2.0")]
35-
[assembly: AssemblyFileVersion("6.2.0")]
34+
[assembly: AssemblyVersion("6.3.1")]
35+
[assembly: AssemblyFileVersion("6.3.1")]

imageResizerInstaller/Product.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
3-
<Product Id="*" Name="imageResizer" Language="1033" Version="6.2.0" Manufacturer="Boris Vasilev" UpgradeCode="d5f843f3-27cf-45a2-acd7-1ad08d67fe61">
3+
<Product Id="*" Name="imageResizer" Language="1033" Version="6.3.1" Manufacturer="Boris Vasilev" UpgradeCode="d5f843f3-27cf-45a2-acd7-1ad08d67fe61">
44

55
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" Platform="x64"/>
66

0 commit comments

Comments
 (0)