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 e7c8a0b commit 3410b5fCopy full SHA for 3410b5f
Build/BizTalkComponents.Utilities.LookupUtility.proj
@@ -14,7 +14,7 @@
14
15
<Target Name="GenerateMsi">
16
<MsiTask
17
- FileName="BizTalkComponents.Utilities.LookupUtility1.0.4.0.msi"
+ FileName="BizTalkComponents.Utilities.LookupUtility1.0.5.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.0.4.0")]
+[assembly: AssemblyInformationalVersion("1.0.5.0")]
0 commit comments