Skip to content

Commit f30b239

Browse files
authored
chore: Decorate release-please version in projects (#120)
1 parent 6c96522 commit f30b239

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

pkgs/dotnet-server-sdk-consul/src/LaunchDarkly.ServerSdk.Consul.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3+
<!--x-release-please-start-version-->
34
<Version>5.0.0</Version>
5+
<!--x-release-please-end-->
46
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
57
<PackageId>LaunchDarkly.ServerSdk.Consul</PackageId>
68
<AssemblyName>LaunchDarkly.ServerSdk.Consul</AssemblyName>

pkgs/dotnet-server-sdk-dynamodb/src/LaunchDarkly.ServerSdk.DynamoDB.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3+
<!--x-release-please-start-version-->
34
<Version>4.0.0</Version>
5+
<!--x-release-please-end-->
46
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
57
<PackageId>LaunchDarkly.ServerSdk.DynamoDB</PackageId>
68
<AssemblyName>LaunchDarkly.ServerSdk.DynamoDB</AssemblyName>

pkgs/dotnet-server-sdk-redis/src/LaunchDarkly.ServerSdk.Redis.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3+
<!--x-release-please-start-version-->
34
<Version>5.0.0</Version>
5+
<!--x-release-please-end-->
46
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
57
<AssemblyName>LaunchDarkly.ServerSdk.Redis</AssemblyName>
68
<OutputType>Library</OutputType>

pkgs/shared/common-json-net/src/LaunchDarkly.CommonSdk.JsonNet.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3+
<!--x-release-please-start-version-->
34
<Version>7.0.0</Version>
5+
<!--x-release-please-end-->
46
<!-- The BUILDFRAMEWORKS variable allows us to override the target frameworks with a
57
single framework that we are testing; this allows us to test with older SDK
68
versions that would error out if they saw any newer target frameworks listed

pkgs/shared/common/src/LaunchDarkly.CommonSdk.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3+
<!--x-release-please-start-version-->
34
<Version>7.0.0</Version>
5+
<!--x-release-please-end-->
46
<!-- The BUILDFRAMEWORKS variable allows us to override the target frameworks with a
57
single framework that we are testing; this allows us to test with older SDK
68
versions that would error out if they saw any newer target frameworks listed

0 commit comments

Comments
 (0)