Skip to content

Commit

Permalink
Merge pull request dotnet#2919 from kyulee1/ver
Browse files Browse the repository at this point in the history
RyuJit version update
  • Loading branch information
kyulee1 committed Jan 29, 2016
2 parents e8b523d + ea88979 commit d4eccd4
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/.nuget/Microsoft.DotNet.RyuJit.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Microsoft.DotNet.RyuJit</id>
<version>1.0.0-prerelease</version>
<version>1.0.4-prerelease-00001</version>
<title>Microsoft DotNet Standalone Managed to Native Code-Generator</title>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
Expand Down
6 changes: 3 additions & 3 deletions src/.nuget/runtime.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
"runtimes": {
"win7-x64": {
"Microsoft.DotNet.RyuJit": {
"toolchain.win7-x64.Microsoft.DotNet.RyuJit": "1.0.0-prerelease"
"toolchain.win7-x64.Microsoft.DotNet.RyuJit": "1.0.4-prerelease-00001"
}
},
"ubuntu.14.04-x64": {
"Microsoft.DotNet.RyuJit": {
"toolchain.ubuntu.14.04-x64.Microsoft.DotNet.RyuJit": "1.0.0-prerelease"
"toolchain.ubuntu.14.04-x64.Microsoft.DotNet.RyuJit": "1.0.4-prerelease-00001"
}
},
"osx.10.10-x64": {
"Microsoft.DotNet.RyuJit": {
"toolchain.osx.10.10-x64.Microsoft.DotNet.RyuJit": "1.0.0-prerelease"
"toolchain.osx.10.10-x64.Microsoft.DotNet.RyuJit": "1.0.4-prerelease-00001"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>toolchain.osx.10.10-x64.Microsoft.DotNet.RyuJit</id>
<version>1.0.0-prerelease</version>
<version>1.0.4-prerelease-00001</version>
<title>Microsoft DotNet Standalone Managed to Native Code-Generator</title>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>toolchain.ubuntu.14.04-x64.Microsoft.DotNet.RyuJit</id>
<version>1.0.0-prerelease</version>
<version>1.0.4-prerelease-00001</version>
<title>Microsoft DotNet Standalone Managed to Native Code-Generator</title>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>toolchain.win7-x64.Microsoft.DotNet.RyuJit</id>
<version>1.0.0-prerelease</version>
<version>1.0.4-prerelease-00001</version>
<title>Microsoft DotNet Standalone Managed to Native Code-Generator</title>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
Expand Down

0 comments on commit d4eccd4

Please sign in to comment.