Skip to content

Commit c777997

Browse files
committed
Remove redundant C# version suffix properties
1 parent 3980b68 commit c777997

4 files changed

Lines changed: 0 additions & 8 deletions

File tree

bindings/csharp/Benchmarks/Benchmarks.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
</PropertyGroup>
77

88
<PropertyGroup>
9-
<!-- If the environment variable is set (such as in a Github Action run), append the suffix to the version number -->
10-
<RegorusPackageVersionSuffix Condition="'$(VersionSuffix)' != ''">-$(VersionSuffix)</RegorusPackageVersionSuffix>
119
<UsePackageReference Condition="'$(UsePackageReference)' == ''">false</UsePackageReference>
1210
</PropertyGroup>
1311

bindings/csharp/Regorus.Tests/Regorus.Tests.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
</PropertyGroup>
1111

1212
<PropertyGroup>
13-
<!-- If the environment variable is set (such as in a Github Action run), append the suffix to the version number -->
14-
<RegorusPackageVersionSuffix Condition="'$(VersionSuffix)' != ''">-$(VersionSuffix)</RegorusPackageVersionSuffix>
1513
<UsePackageReference Condition="'$(UsePackageReference)' == ''">false</UsePackageReference>
1614
</PropertyGroup>
1715

bindings/csharp/TargetExampleApp/TargetExampleApp.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
</PropertyGroup>
1010

1111
<PropertyGroup>
12-
<!-- If the environment variable is set (such as in a Github Action run), append the suffix to the version number -->
13-
<RegorusPackageVersionSuffix Condition="'$(VersionSuffix)' != ''">-$(VersionSuffix)</RegorusPackageVersionSuffix>
1412
<UsePackageReference Condition="'$(UsePackageReference)' == ''">false</UsePackageReference>
1513
</PropertyGroup>
1614

bindings/csharp/TestApp/TestApp.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
</PropertyGroup>
1212

1313
<PropertyGroup>
14-
<!-- Allow CI to append the version suffix for locally built packages -->
15-
<RegorusPackageVersionSuffix Condition="'$(VersionSuffix)' != ''">-$(VersionSuffix)</RegorusPackageVersionSuffix>
1614
<UsePackageReference Condition="'$(UsePackageReference)' == ''">false</UsePackageReference>
1715
</PropertyGroup>
1816

0 commit comments

Comments
 (0)