Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"include-v-in-tag": false,
"include-component-in-tag": false,
"extra-files": [
"src/LaunchDarkly.Logging/LaunchDarkly.Logging.csproj",
"PROVENANCE.md"
]
}
Expand Down
2 changes: 2 additions & 0 deletions src/LaunchDarkly.Logging/LaunchDarkly.Logging.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<!--x-release-please-start-version-->
<Version>2.0.0</Version>
<!--x-release-please-end-->
<!--
The reason there's a mechanism here for overriding the target frameworks with
an environment variable is that we want to be able to run CI tests using .NET
Expand Down
Loading