Skip to content

Commit

Permalink
Merge pull request #58 from tmat/RTW
Browse files Browse the repository at this point in the history
Build release nuget
  • Loading branch information
tmat committed Jan 20, 2017
2 parents 3127ff1 + b39f577 commit a2ed7b5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/Targets/Dependencies.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<XUnitConsoleRunnerPackageVersion>2.2.0-beta3-build3402</XUnitConsoleRunnerPackageVersion>

<!-- symreader -->
<MicrosoftDiaSymReaderVersion>1.1.0-rc3-61303-01</MicrosoftDiaSymReaderVersion>
<MicrosoftDiaSymReaderVersion>1.1.0</MicrosoftDiaSymReaderVersion>
<MicrosoftDiaSymReaderNativeVersion>1.5.0-beta2-24728</MicrosoftDiaSymReaderNativeVersion>

<!-- CoreFX -->
Expand Down
2 changes: 1 addition & 1 deletion build/Targets/Version.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<AssemblyVersion>1.2.0</AssemblyVersion>
<NuGetMoniker>rc3</NuGetMoniker>
<NuGetMoniker></NuGetMoniker>
</PropertyGroup>
<Import Project="..\Toolset\Version.props"/>
</Project>
2 changes: 1 addition & 1 deletion src/Microsoft.DiaSymReader.Converter/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"Microsoft.DiaSymReader": "1.1.0-rc3-61303-01",
"Microsoft.DiaSymReader": "1.1.0",
"Microsoft.DiaSymReader.Native": "1.5.0-beta2-24728",
"System.Collections": "4.3.0",
"System.Collections.Immutable": "1.3.1",
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.DiaSymReader.PortablePdb/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"dependencies": {
"System.Collections.Immutable": "1.3.1",
"System.Reflection.Metadata": "1.4.2",
"Microsoft.DiaSymReader": "1.1.0-rc3-61303-01",
"Microsoft.DiaSymReader": "1.1.0",
"System.Collections": "4.3.0",
"System.Diagnostics.Debug": "4.3.0",
"System.Runtime": "4.3.0",
Expand Down

0 comments on commit a2ed7b5

Please sign in to comment.