Skip to content

Commit

Permalink
Fix hardcoded namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Swimburger committed Mar 3, 2025
1 parent 56a239b commit 6d7dd3f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion generators/csharp/codegen/src/asIs/Pager.Template.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Runtime.CompilerServices;

namespace SeedPagination.Core;
namespace <%= namespace%>;

/// <summary>
/// A collection of values that may take multiple service requests to
Expand Down
7 changes: 7 additions & 0 deletions generators/csharp/sdk/versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
# Set `enable-forward-compatible-enums` to `false` in the configuration to generate the old enums.
# irVersion: 53

- version: 1.12.0-rc5
createdAt: "2025-03-03"
irVersion: 56
changelogEntry:
- type: fix
summary: Fix hardcoded namespace for Pager.cs

- version: 1.12.0-rc4
createdAt: "2025-03-03"
irVersion: 56
Expand Down

0 comments on commit 6d7dd3f

Please sign in to comment.