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 ae972fc commit 8f7b63aCopy full SHA for 8f7b63a
Build/BizTalkComponents.Utilities.DbQueryUtility.proj
@@ -12,7 +12,7 @@
12
13
<Target Name="GenerateMsi">
14
<MsiTask
15
- FileName="BizTalkComponents.Utilities.LookupUtility1.0.0.0.msi"
+ FileName="BizTalkComponents.Utilities.LookupUtility1.0.1.0.msi"
16
DestinationPath="$(DestinationPath)"
17
ApplicationName="$(ApplicationName)"
18
SourceLocation="C:\%(Info.AssemblyInformationalVersion)"
Src/DbQueryUtility/Properties/AssemblyInfo.cs
@@ -34,3 +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.1.0")]
0 commit comments