We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbe6810 commit 70004c9Copy full SHA for 70004c9
Build/BizTalkComponents.Utilities.LookupUtility.proj
@@ -14,7 +14,7 @@
14
15
<Target Name="GenerateMsi">
16
<MsiTask
17
- FileName="BizTalkComponents.Utilities.LookupUtility1.1.0.0.msi"
+ FileName="BizTalkComponents.Utilities.LookupUtility1.1.1.0.msi"
18
DestinationPath="$(DestinationPath)"
19
ApplicationName="$(ApplicationName)"
20
SourceLocation="C:\%(Info.AssemblyInformationalVersion)"
Src/LookupUtility/Properties/AssemblyInfo.cs
@@ -34,4 +34,4 @@
34
// [assembly: AssemblyVersion("1.0.*")]
35
[assembly: AssemblyVersion("1.0.0.0")]
36
[assembly: AssemblyFileVersion("1.0.0.0")]
37
-[assembly: AssemblyInformationalVersion("1.1.0")]
+[assembly: AssemblyInformationalVersion("1.1.1")]
0 commit comments