Skip to content

Commit 0e06c5a

Browse files
authored
chore: Automatic update package version. Manual update to 5.2.0. (#108)
1 parent b311650 commit 0e06c5a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

release-please-config.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
"release-type": "simple",
55
"bootstrap-sha": "42cd339937a4affdbe94ab0d49694a86eb85c75f",
66
"include-v-in-tag": false,
7-
"include-component-in-tag": false
7+
"include-component-in-tag": false,
8+
"extra-files": [
9+
"src/LaunchDarkly.EventSource/LaunchDarkly.EventSource.csproj"
10+
]
811
}
912
}
1013
}

src/LaunchDarkly.EventSource/LaunchDarkly.EventSource.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>5.1.0</Version>
3+
<!--x-release-please-start-version-->
4+
<Version>5.2.0</Version>
5+
<!--x-release-please-end-->
46
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
57
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
68
<AssemblyName>LaunchDarkly.EventSource</AssemblyName>

0 commit comments

Comments
 (0)