Skip to content
This repository was archived by the owner on Jun 26, 2026. It is now read-only.

Commit 4b1d548

Browse files
committed
Remove obsoleted memeber
1 parent 04c2cf2 commit 4b1d548

2 files changed

Lines changed: 1 addition & 10 deletions

File tree

.github/workflows/update-submodule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
uses: actions/checkout@v6
1515
with:
1616
repository: OrchardCoreContrib/OrchardCoreContrib.App
17-
token: ${{ secrets.OCC_TOKEN }}
1817
submodules: true
18+
token: ${{ secrets.OCC_TOKEN }}
1919

2020
- name: Update submodules
2121
run: |

src/Utils.cs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,6 @@
55
/// </summary>
66
public static class Utils
77
{
8-
[Obsolete("Use Greeting(string firstName, string lastName) instead.")]
9-
public static string Greet(string firstName, string lastName) => $"Hello, {firstName} {lastName}!";
10-
11-
[Obsolete("Use Greeting(string name) instead.")]
12-
public static string Greet(string name) => $"Hello, {name}!";
13-
14-
[Obsolete("Use Greeting() instead.")]
15-
public static string Greet() => $"Hello, World!";
16-
178
/// <summary>
189
/// Creates a personalized greeting message using the specified first and last names.
1910
/// </summary>

0 commit comments

Comments
 (0)