Skip to content

Commit 803e300

Browse files
committed
v3.2..1 Visualizers and installer
1 parent b402f17 commit 803e300

10 files changed

+3
-3
lines changed
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
-512 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
4 KB
Binary file not shown.

ReadableExpressions.Visualizers.Core/CommonVisualizerAssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
[assembly: AssemblyCopyright("Copyright © 2020")]
88
[assembly: NeutralResourcesLanguage("en")]
99

10-
[assembly: AssemblyVersion("3.2.0")]
11-
[assembly: AssemblyFileVersion("3.2.0")]
10+
[assembly: AssemblyVersion("3.2.1")]
11+
[assembly: AssemblyFileVersion("3.2.1")]

ReadableExpressions.Visualizers.Installer/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="*" Version="3.2.0.0" Name="AgileObjects.ReadableExpressions.Visualizers"
3+
<Product Id="*" Version="3.2.1.0" Name="AgileObjects.ReadableExpressions.Visualizers"
44
Language="1033" Manufacturer="AgileObjects" UpgradeCode="BB7C528F-ECFD-45F2-B50C-9F0A71EC8BE9">
55

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

0 commit comments

Comments
 (0)