Skip to content

Commit e6bf3b4

Browse files
TimothyMothraLiudmila Molkova
authored and
Liudmila Molkova
committed
bump version 1.0.7 (#67)
1 parent 3757050 commit e6bf3b4

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

Microsoft.AspNet.TelemetryCorrelation.sln

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 15
4-
VisualStudioVersion = 15.0.26202.1
3+
# Visual Studio Version 16
4+
VisualStudioVersion = 16.0.29306.81
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{CE6B50B2-34AE-44C9-940A-4E48C3E1B3BC}"
77
EndProject
@@ -14,6 +14,7 @@ EndProject
1414
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{504D7010-38CC-4B07-BC57-D7030209D631}"
1515
ProjectSection(SolutionItems) = preProject
1616
tools\Common.props = tools\Common.props
17+
NuGet.Config = NuGet.Config
1718
README.md = README.md
1819
EndProjectSection
1920
EndProject

NuGet.Config

+1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
<!--Use this configuration file to get preview packages from other
55
sources like MyGet -->
66
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
7+
<add key="Net Core Feed" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/3.0.100-rc2-014277/nuget/v3/index.json" />
78
</packageSources>
89
</configuration>

src/Microsoft.AspNet.TelemetryCorrelation/Microsoft.AspNet.TelemetryCorrelation.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<PackageReference Include="Microsoft.Diagnostics.Tracing.EventRegister" Version="1.1.28">
7777
<PrivateAssets>All</PrivateAssets>
7878
</PackageReference>
79-
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="4.6.0-preview8.19405.3" />
79+
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="4.6.0" />
8080
</ItemGroup>
8181
<ItemGroup>
8282
<None Include="Microsoft.AspNet.TelemetryCorrelation.ruleset" />

test/Microsoft.AspNet.TelemetryCorrelation.Tests/Microsoft.AspNet.TelemetryCorrelation.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
</ItemGroup>
4444
<ItemGroup>
4545
<PackageReference Include="Microsoft.Web.Xdt" Version="2.1.1" />
46-
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="4.6.0-preview8.19405.3" />
46+
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="4.6.0" />
4747
<PackageReference Include="System.Reactive.Core" Version="3.1.1" />
4848
<PackageReference Include="System.Reactive.Interfaces" Version="3.1.1" />
4949
<PackageReference Include="xunit" Version="2.3.1" />

tools/Common.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<VersionStartYear>2018</VersionStartYear>
2727
<VersionMajor>1</VersionMajor>
2828
<VersionMinor>0</VersionMinor>
29-
<VersionRelease>6</VersionRelease>
29+
<VersionRelease>7</VersionRelease>
3030

3131
<VersionBuild Condition="'$(VersionBuild)' == '' OR '$(VersionBuild)' == '0'">$([MSBuild]::Add(1, $([MSBuild]::Subtract($([System.DateTime]::Now.Year), $(VersionStartYear)))))$([System.DateTime]::Now.ToString("MMdd"))</VersionBuild>
3232
<VersionRevision Condition="'$(VersionRevision)' == ''">0</VersionRevision>

0 commit comments

Comments
 (0)