Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric St. John <ericstj@microsoft.com>2016-06-15 22:25:56 +0300
committerEric St. John <ericstj@microsoft.com>2016-06-17 02:03:53 +0300
commit92a411776004239482ba1b5032afc8483518810c (patch)
tree3a46cb124dfd2209c5e0cf35887e28380013ffe2 /src/System.Threading.ThreadPool/ref
parent7b526135f8ea65dcb9ffdaf6cc4257b8a2298b86 (diff)
Bump versions across corefx and move to beta
Now that we have stable packages for our current versions we need to bump the 3rd portion (bugfix) to represent code-changes without API additions.
Diffstat (limited to 'src/System.Threading.ThreadPool/ref')
-rw-r--r--src/System.Threading.ThreadPool/ref/System.Threading.ThreadPool.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/System.Threading.ThreadPool/ref/System.Threading.ThreadPool.csproj b/src/System.Threading.ThreadPool/ref/System.Threading.ThreadPool.csproj
index 12c67354c8..0778080909 100644
--- a/src/System.Threading.ThreadPool/ref/System.Threading.ThreadPool.csproj
+++ b/src/System.Threading.ThreadPool/ref/System.Threading.ThreadPool.csproj
@@ -1,8 +1,8 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
<PropertyGroup>
- <AssemblyVersion>4.0.10.0</AssemblyVersion>
+ <AssemblyVersion>4.0.11.0</AssemblyVersion>
<OutputType>Library</OutputType>
<PackageTargetFramework>netstandard1.3</PackageTargetFramework>
<NuGetTargetMoniker>.NETStandard,Version=v1.3</NuGetTargetMoniker>