Skip to content

Commit 6e33121

Browse files
committed
2.1.1-beta
1 parent e187edb commit 6e33121

File tree

11 files changed

+15
-15
lines changed

11 files changed

+15
-15
lines changed

Echo.Process.Owin/Echo.Process.Owin.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
1+
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
22
<PropertyGroup Label="Configuration">
33
<NoWarn>1701;1702;1705;IDE1006</NoWarn>
44
</PropertyGroup>
55
<PropertyGroup>
66
<TargetFramework>net461</TargetFramework>
7-
<PackageVersion>2.1.0-beta</PackageVersion>
7+
<PackageVersion>2.1.1-beta</PackageVersion>
88
<PackageId>Echo.Process.Owin</PackageId>
99
<Title>echo-process Owin Extensions</Title>
1010
<Authors>Paul Louth</Authors>

Echo.Process.Redis/Echo.Process.Redis.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
1+
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
22
<PropertyGroup Label="Configuration" Condition="'$(Configuration)'=='Debug'">
33
<DefineConstants>TRACE;DEBUG</DefineConstants>
44
</PropertyGroup>
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88
<PropertyGroup>
99
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
10-
<PackageVersion>2.1.0-beta</PackageVersion>
10+
<PackageVersion>2.1.1-beta</PackageVersion>
1111
<PackageId>Echo.Process.Redis</PackageId>
1212
<Title>echo-process Redis Extensions</Title>
1313
<Authors>Paul Louth</Authors>

Echo.Process/Echo.Process.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
1+
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
22
<PropertyGroup Label="Configuration" Condition="'$(Configuration)'=='Debug'">
33
<DefineConstants>TRACE;DEBUG</DefineConstants>
44
</PropertyGroup>
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111
<PropertyGroup>
1212
<TargetFrameworks>net461;netstandard2.0</TargetFrameworks>
13-
<PackageVersion>2.1.0-beta</PackageVersion>
13+
<PackageVersion>2.1.1-beta</PackageVersion>
1414
<PackageId>Echo.Process</PackageId>
1515
<Title>echo-process</Title>
1616
<Authors>Paul Louth</Authors>

Echo.ProcessJS/Echo.ProcessJS.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
1+
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
22
<PropertyGroup Label="Configuration" Condition="'$(Configuration)'=='Debug'">
33
<DefineConstants>TRACE;DEBUG</DefineConstants>
44
</PropertyGroup>
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88
<PropertyGroup>
99
<TargetFrameworks>net461;netstandard2.0</TargetFrameworks>
10-
<PackageVersion>2.1.0-beta</PackageVersion>
10+
<PackageVersion>2.1.1-beta</PackageVersion>
1111
<PackageId>Echo.ProcessJS</PackageId>
1212
<Title>echo-process Javascript Client</Title>
1313
<Authors>Paul Louth</Authors>

Echo.Tests/Echo.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>netcoreapp3.0</TargetFrameworks>
44
<FileVersion>2.0.0.0</FileVersion>

Samples/Caching/Caching.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>

Samples/OwinWebTest/OwinWebTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
1+
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<Import Project="..\..\packages\Microsoft.Net.Compilers.3.4.0\build\Microsoft.Net.Compilers.props" Condition="Exists('..\..\packages\Microsoft.Net.Compilers.3.4.0\build\Microsoft.Net.Compilers.props')" />
33
<Import Project="..\..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('..\..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" />
44
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />

Samples/ScheduledMessages/ScheduledMessages.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
44
<PropertyGroup>

Samples/Throughput/Throughput.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
44
<PropertyGroup>

SessionIdTest/SessionIdTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>

0 commit comments

Comments
 (0)