diff --git a/Bounce.Framework/Bounce.Framework.csproj b/Bounce.Framework/Bounce.Framework.csproj index b7e4360..c1a267a 100644 --- a/Bounce.Framework/Bounce.Framework.csproj +++ b/Bounce.Framework/Bounce.Framework.csproj @@ -4,16 +4,15 @@ https://github.com/jvukovich/bounce/blob/master/LICENSE build CI deploy configuration true - 0.11.0-beta2 - .NET Core 3.1 beta version of Bounce.Framework + 0.11.0-beta3 netcoreapp3.1 ./bin/Release/NuGet - - - + + + \ No newline at end of file diff --git a/Bounce.Framework/BounceRunner.cs b/Bounce.Framework/BounceRunner.cs index 9256c77..7380d3b 100644 --- a/Bounce.Framework/BounceRunner.cs +++ b/Bounce.Framework/BounceRunner.cs @@ -107,9 +107,9 @@ private static bool IsBounceExecutable(string path) { var fileName = Path.GetFileName(path); - return fileName.ToLowerInvariant() != BounceFrameworkAssemblyFileName - && new Regex(@"\bbounce\b.*\.(dll|exe)", RegexOptions.IgnoreCase) - .IsMatch(fileName); + return fileName.ToLowerInvariant() != BounceFrameworkAssemblyFileName && + !fileName.ToLowerInvariant().EndsWith(".config") && + new Regex(@"\bbounce\b.*\.(dll|exe)", RegexOptions.IgnoreCase).IsMatch(fileName); } } } \ No newline at end of file diff --git a/Bounce.Framework/Directory.Build.props b/Bounce.Framework/Directory.Build.props index 8a21982..6c9b5f1 100644 --- a/Bounce.Framework/Directory.Build.props +++ b/Bounce.Framework/Directory.Build.props @@ -1,16 +1,16 @@ - 0.11.0-beta1 - 0.11.0-beta1 + 0.11.0-beta3 + 0.11.0-beta3 0.11.0 Bounce.Framework Bounce.Framework - NBucket, Inc. - Copyright 2018-2019 NBucket, Inc. + Cooperative Studios LLC + Copyright 2018-2022 Cooperative Studios LLC https://github.com/jvukovich/bounce.git git - .NET Core 2.2 beta version of Bounce.Framework - .NET Core 2.2 beta version of Bounce.Framework + .NET Core beta version of Bounce.Framework + .NET Core beta version of Bounce.Framework en \ No newline at end of file diff --git a/Bounce.Tests/Bounce.Tests.csproj b/Bounce.Tests/Bounce.Tests.csproj index 5e165d5..da69ed4 100644 --- a/Bounce.Tests/Bounce.Tests.csproj +++ b/Bounce.Tests/Bounce.Tests.csproj @@ -6,8 +6,11 @@ netcoreapp3.1 - - + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/Bounce/Bounce.csproj b/Bounce/Bounce.csproj index 7292c94..20fc7f0 100644 --- a/Bounce/Bounce.csproj +++ b/Bounce/Bounce.csproj @@ -4,8 +4,7 @@ https://github.com/jvukovich/bounce/blob/master/LICENSE build CI deploy configuration true - 0.11.0-beta2 - .NET Core 3.1 beta version of Bounce + 0.11.0-beta3 Exe diff --git a/Bounce/Directory.Build.props b/Bounce/Directory.Build.props index 219cf02..e7f0f64 100644 --- a/Bounce/Directory.Build.props +++ b/Bounce/Directory.Build.props @@ -1,16 +1,16 @@ - 0.11.0-beta1 - 0.11.0-beta1 + 0.11.0-beta3 + 0.11.0-beta3 0.11.0 Bounce Bounce - NBucket, Inc. - Copyright 2018-2019 NBucket, Inc. + Cooperative Studios LLC + Copyright 2018-2022 Cooperative Studios LLC https://github.com/jvukovich/bounce.git git - .NET Core 2.2 beta version of Bounce - .NET Core 2.2 beta version of Bounce + .NET Core beta version of Bounce + .NET Core beta version of Bounce en \ No newline at end of file diff --git a/Tools/nuget_framework_push_release.bat b/Tools/nuget_framework_push_release.bat index 700f07b..3379a54 100644 --- a/Tools/nuget_framework_push_release.bat +++ b/Tools/nuget_framework_push_release.bat @@ -5,6 +5,6 @@ set /p API_KEY=