Skip to content

Commit 556eb89

Browse files
LICENSE PLACEHOLDER CHANGED
1 parent b20e176 commit 556eb89

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Src/SamplesByPlatforms/Xceed.Blazor.Zip.Sample/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
using Xceed.Blazor.Zip.Sample.Components;
2-
Xceed.Zip.Licenser.LicenseKey = "LICENSE_PLACEHOLDER";
2+
Xceed.Zip.Licenser.LicenseKey = "LICENSE_KEY_PLACEHOLDER";
33

44
var builder = WebApplication.CreateBuilder( args );
55

Src/SamplesByPlatforms/Xceed.Console.Zip.Sample/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
using Xceed.Zip;
44

55
Console.Title = "Xceed Zip Sample for .NET";
6-
Xceed.Zip.Licenser.LicenseKey = "LICENSE_PLACEHOLDER";
6+
Xceed.Zip.Licenser.LicenseKey = "LICENSE_KEY_PLACEHOLDER";
77

88
bool opened = false;
99
while( true )

Src/SamplesByPlatforms/Xceed.Winform.Zip.Sample/Form1.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public partial class Form1 : Form
1212
public Form1()
1313
{
1414
InitializeComponent();
15-
Xceed.Zip.Licenser.LicenseKey = "LICENSE_PLACEHOLDER";
15+
Xceed.Zip.Licenser.LicenseKey = "LICENSE_KEY_PLACEHOLDER";
1616
}
1717

1818
private async void CompressFileButton_Click( object sender, EventArgs e )

Src/SamplesByPlatforms/Xceed.Wpf.Zip.Sample/MainWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public partial class MainWindow : Window
1010
public MainWindow()
1111
{
1212
InitializeComponent();
13-
Xceed.Zip.Licenser.LicenseKey = "LICENSE_PLACEHOLDER";
13+
Xceed.Zip.Licenser.LicenseKey = "LICENSE_KEY_PLACEHOLDER";
1414
}
1515

1616
private async void CompressFileButton_Click( object sender, RoutedEventArgs e )

0 commit comments

Comments
 (0)