Skip to content

Commit

Permalink
Merge pull request #1043 from dotnet/bump-ix-ver
Browse files Browse the repository at this point in the history
bump minor of Ix
  • Loading branch information
Oren Novotny committed Sep 25, 2019
2 parents 3f2c1f0 + 0c36e18 commit 2cfa206
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 11 deletions.
7 changes: 2 additions & 5 deletions Ix.NET/Source/System.Linq.Async/System.Linq.Async.csproj
Expand Up @@ -23,7 +23,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Condition="'$(TargetFramework)' != 'netcoreapp3.0' and '$(TargetFramework)' != 'netstandard2.1' " Include="Microsoft.Bcl.AsyncInterfaces" Version="1.0.0-preview6.19303.8" />
<PackageReference Condition="'$(TargetFramework)' != 'netcoreapp3.0' and '$(TargetFramework)' != 'netstandard2.1' "
Include="Microsoft.Bcl.AsyncInterfaces" Version="1.0.0" />
<ReferenceAssemblyProjectReference Include="..\refs\System.Linq.Async.Ref\System.Linq.Async.Ref.csproj" />
</ItemGroup>

Expand Down Expand Up @@ -87,8 +88,4 @@
</None>
</ItemGroup>

<ItemGroup>
<Service Include="{508349b6-6b84-4df5-91f0-309beebad82d}" />
</ItemGroup>

</Project>
3 changes: 0 additions & 3 deletions Ix.NET/Source/global.json
@@ -1,7 +1,4 @@
{
"sdk": {
"version": "3.0.100-preview"
},
"msbuild-sdks": {
"MSBuild.Sdk.Extras": "2.0.46"
}
Expand Down
Expand Up @@ -9,7 +9,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Condition="'$(TargetFramework)' != 'netcoreapp3.0' and '$(TargetFramework)' != 'netstandard2.1' " Include="Microsoft.Bcl.AsyncInterfaces" Version="1.0.0-preview6.19303.8" />
<PackageReference Condition="'$(TargetFramework)' != 'netcoreapp3.0' and '$(TargetFramework)' != 'netstandard2.1' "
Include="Microsoft.Bcl.AsyncInterfaces" Version="1.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
5 changes: 3 additions & 2 deletions Ix.NET/Source/version.json
@@ -1,8 +1,9 @@
{
"version": "4.0.0-preview.8.build.{height}",
"version": "4.1.0-preview.{height}",
"publicReleaseRefSpec": [
"^refs/heads/master$", // we release out of master
"^refs/heads/rel/v\\d+\\.\\d+" // we also release branches starting with vN.N
"^refs/heads/rel/v\\d+\\.\\d+", // we also release branches starting with vN.N
"^refs/heads/rel/ix-v\\d+\\.\\d+" // we also release branches starting with vN.N
],
"nugetPackageVersion":{
"semVer": 2
Expand Down

0 comments on commit 2cfa206

Please sign in to comment.