From 580e2a4a4506a1ad6acad3dfb68cbfceb5342f55 Mon Sep 17 00:00:00 2001 From: tuxuser <462620+tuxuser@users.noreply.github.com> Date: Sun, 26 May 2019 00:07:31 +0200 Subject: [PATCH] Prepare new release --- SmartGlass/SmartGlass.csproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/SmartGlass/SmartGlass.csproj b/SmartGlass/SmartGlass.csproj index 883054f..36eb446 100644 --- a/SmartGlass/SmartGlass.csproj +++ b/SmartGlass/SmartGlass.csproj @@ -2,19 +2,19 @@ <PropertyGroup> <TargetFramework>netstandard2.0</TargetFramework> <PackageId>OpenXbox.SmartGlass</PackageId> - <PackageVersion>1.0.4</PackageVersion> + <PackageVersion>1.0.5</PackageVersion> <Authors>Joel Day, Team OpenXbox</Authors> <Description>Xbox One SmartGlass/Arcadia client library for .NET</Description> <PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance> <Copyright>Copyright 2018 (c) Joel Day, Team OpenXbox</Copyright> <PackageTags>xbox smartglass arcadia nano gamestream client</PackageTags> - <Version>1.0.4</Version> + <Version>1.0.5</Version> <PackageProjectUrl>https://github.com/OpenXbox/xbox-smartglass-csharp</PackageProjectUrl> <PackageLicenseUrl>https://github.com/OpenXbox/xbox-smartglass-csharp/blob/master/LICENSE</PackageLicenseUrl> </PropertyGroup> <ItemGroup> - <PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="2.1.1" /> - <PackageReference Include="Microsoft.Extensions.Logging" Version="2.1.1" /> + <PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="2.2.0" /> + <PackageReference Include="Microsoft.Extensions.Logging" Version="2.2.0" /> <PackageReference Include="Portable.BouncyCastle" Version="1.8.5" /> <PackageReference Include="Newtonsoft.Json" Version="12.0.2" /> </ItemGroup>