From 5cd9f18f3feb2d3c891557b7630c62697dd55236 Mon Sep 17 00:00:00 2001 From: Aaron Stannard Date: Sat, 7 Aug 2021 17:07:56 -0500 Subject: [PATCH 1/3] adding NuGet logo and README support --- src/common.props | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/common.props b/src/common.props index f51d8b6817f..aa4eafe173c 100644 --- a/src/common.props +++ b/src/common.props @@ -3,10 +3,11 @@ Copyright © 2013-2021 Akka.NET Team Akka.NET Team 1.4.23 - https://getakka.net/images/akkalogo.png + akkalogo.png https://github.com/akkadotnet/akka.net https://github.com/akkadotnet/akka.net/blob/master/LICENSE $(NoWarn);CS1591;xUnit1013 + README.md 2.4.1 @@ -28,6 +29,9 @@ true + + $([System.IO.Path]::GetDirectoryName($([MSBuild]::GetPathOfFileAbove('.gitignore', '$(MSBuildThisFileDirectory)')))) + Placeholder for nightlies** @@ -35,6 +39,10 @@ + + + + https://github.com/akkadotnet/akka.net From cdb5b8d9f65f69c8885480bd95e64493ca795e03 Mon Sep 17 00:00:00 2001 From: Aaron Stannard Date: Mon, 9 Aug 2021 13:54:23 -0500 Subject: [PATCH 2/3] fixed MSBuild variables --- src/common.props | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/common.props b/src/common.props index aa4eafe173c..faa058fe30e 100644 --- a/src/common.props +++ b/src/common.props @@ -29,9 +29,6 @@ true - - $([System.IO.Path]::GetDirectoryName($([MSBuild]::GetPathOfFileAbove('.gitignore', '$(MSBuildThisFileDirectory)')))) - Placeholder for nightlies** @@ -40,8 +37,8 @@ - - + + @@ -52,4 +49,8 @@ true snupkg + + + + \ No newline at end of file From 529a92427465db7292a6cd887d65200319e63e60 Mon Sep 17 00:00:00 2001 From: Aaron Stannard Date: Thu, 14 Oct 2021 08:34:39 -0500 Subject: [PATCH 3/3] fixed version --- src/common.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common.props b/src/common.props index a71225e5274..fed10da43ec 100644 --- a/src/common.props +++ b/src/common.props @@ -2,7 +2,7 @@ Copyright © 2013-2021 Akka.NET Team Akka.NET Team - 1.4.23 + 1.4.27 akkalogo.png https://github.com/akkadotnet/akka.net https://github.com/akkadotnet/akka.net/blob/master/LICENSE @@ -113,4 +113,4 @@ You can [see the full set of changes introduced in Akka.NET v1.4.27 here](https: - \ No newline at end of file +