diff --git a/release-please-config.json b/release-please-config.json index 1f0b85a..98896f3 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -4,7 +4,10 @@ "release-type": "simple", "bootstrap-sha": "42cd339937a4affdbe94ab0d49694a86eb85c75f", "include-v-in-tag": false, - "include-component-in-tag": false + "include-component-in-tag": false, + "extra-files": [ + "src/LaunchDarkly.EventSource/LaunchDarkly.EventSource.csproj" + ] } } } diff --git a/src/LaunchDarkly.EventSource/LaunchDarkly.EventSource.csproj b/src/LaunchDarkly.EventSource/LaunchDarkly.EventSource.csproj index 6226af0..362a368 100644 --- a/src/LaunchDarkly.EventSource/LaunchDarkly.EventSource.csproj +++ b/src/LaunchDarkly.EventSource/LaunchDarkly.EventSource.csproj @@ -1,6 +1,8 @@  - 5.1.0 + + 5.2.0 + netstandard2.0;net462 Apache-2.0 LaunchDarkly.EventSource