Skip to content

Commit 31b5ee9

Browse files
WilliamBZAkentdr
authored andcommitted
Rename snippet folder
1 parent 616e59d commit 31b5ee9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+6
-6
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Snippets/FileShareDataBus/DataBus_1/CleanupStrategy/Define.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namespace CleanupStrategy
22
{
3-
using NServiceBus.ClaimCheck.DataBus;
3+
using NServiceBus.ClaimCheck;
44

55
class Define
66
{

Snippets/FileShareDataBus/DataBus_1/CleanupStrategy/Usage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ public class RemoveDatabusAttachment :
4444
public class MessageWithLargePayload
4545
{
4646
public string SomeProperty { get; set; }
47-
public NServiceBus.ClaimCheck.DataBus.DataBusProperty<byte[]> LargeBlob { get; set; }
47+
public ClaimCheckProperty<byte[]> LargeBlob { get; set; }
4848
}
4949
}

0 commit comments

Comments
 (0)