Skip to content

Commit f90782e

Browse files
committed
Set version for nuget
1 parent b6c991a commit f90782e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Src/HttpDisassembler/BizTalkComponents.PipelineComponents.HttpDisassembler.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@
5151
</PropertyGroup>
5252
<ItemGroup>
5353
<Reference Include="BizTalkComponents.Utilities.ComponentInstrumentation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=8fc5a9041a4c00c5, processorArchitecture=MSIL">
54-
<HintPath>..\..\packages\BizTalkComponents.Utilities.ComponentInstrumentation.1.0.0-beta3\lib\net45\BizTalkComponents.Utilities.ComponentInstrumentation.dll</HintPath>
54+
<HintPath>..\..\packages\BizTalkComponents.Utilities.ComponentInstrumentation.1.0.0\lib\net45\BizTalkComponents.Utilities.ComponentInstrumentation.dll</HintPath>
5555
<Private>True</Private>
5656
</Reference>
57-
<Reference Include="Microsoft.ApplicationInsights, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
58-
<HintPath>..\..\packages\Microsoft.ApplicationInsights.2.0.0-rc1\lib\net45\Microsoft.ApplicationInsights.dll</HintPath>
57+
<Reference Include="Microsoft.ApplicationInsights, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
58+
<HintPath>..\..\packages\Microsoft.ApplicationInsights.2.0.1\lib\net45\Microsoft.ApplicationInsights.dll</HintPath>
5959
<Private>True</Private>
6060
</Reference>
6161
<Reference Include="Microsoft.BizTalk.Pipeline, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">

Src/HttpDisassembler/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@
3434
// [assembly: AssemblyVersion("1.0.*")]
3535
[assembly: AssemblyVersion("1.0.0.0")]
3636
[assembly: AssemblyFileVersion("1.0.0.0")]
37-
[assembly: AssemblyInformationalVersion("1.5.0.0")]
37+
[assembly: AssemblyInformationalVersion("2.0.0-beta")]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="BizTalkComponents.Utilities.ComponentInstrumentation" version="1.0.0-beta3" targetFramework="net45" />
3+
<package id="BizTalkComponents.Utilities.ComponentInstrumentation" version="1.0.0" targetFramework="net45" />
44
<package id="BizTalkComponents.Utils" version="2.1.0.4" targetFramework="net45" developmentDependency="true" />
5-
<package id="Microsoft.ApplicationInsights" version="2.0.0-rc1" targetFramework="net45" />
5+
<package id="Microsoft.ApplicationInsights" version="2.0.1" targetFramework="net45" />
66
</packages>

0 commit comments

Comments
 (0)