Skip to content

Commit 68fddb8

Browse files
committed
[Major version updates] update nuget packages and release [ALL] nuget packages to 3.0.0.
1 parent 923f0f2 commit 68fddb8

54 files changed

Lines changed: 95 additions & 95 deletions

File tree

Some content is hidden

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

Silmoon.AspNetCore.Blazor/JsComponents/JsSilmoonAuthInterop.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
using Microsoft.JSInterop;
2-
using Silmoon.Extension.Models;
2+
using Silmoon.Extensions.Models;
33
using Silmoon.Models;
44
using System;
55
using System.Collections.Generic;

Silmoon.AspNetCore.Blazor/Silmoon.AspNetCore.Blazor.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PropertyGroup>
1111
<IsPackable>true</IsPackable>
1212
<PackageId>Silmoon.AspNetCore.Blazor</PackageId>
13-
<Version>2.0.2</Version>
13+
<Version>3.0.0</Version>
1414
<Authors>SILMOON</Authors>
1515
<Company>SILMOON LLC</Company>
1616
<Description>Silmoon SDK</Description>
@@ -46,8 +46,8 @@
4646
</ItemGroup>
4747

4848
<ItemGroup>
49-
<PackageReference Include="Silmoon" Version="2.0.6" />
50-
<PackageReference Include="Silmoon.Extension" Version="2.0.3" />
49+
<PackageReference Include="Silmoon" Version="3.0.0" />
50+
<PackageReference Include="Silmoon.Extensions" Version="3.0.0" />
5151
</ItemGroup>
5252

5353
<ItemGroup>

Silmoon.AspNetCore.Blazor/_Imports.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
@using Microsoft.AspNetCore.Components.Forms
33
@using Microsoft.AspNetCore.Components.Routing
44

5-
@using Silmoon.Extension
5+
@using Silmoon.Extensions
66
@using Silmoon.AspNetCore.Html

Silmoon.AspNetCore.Encryption/JsComponents/WebAuthnComponentInterop.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using Microsoft.JSInterop;
22
using Silmoon.AspNetCore.Encryption.ClientModels;
33
using Silmoon.AspNetCore.Encryption.Models;
4-
using Silmoon.Extension;
4+
using Silmoon.Extensions;
55
using Silmoon.Models;
66
using Silmoon.Runtime;
77
using System;

Silmoon.AspNetCore.Encryption/Models/WebAuthnAuthenticateResponse.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using Newtonsoft.Json;
22
using Newtonsoft.Json.Linq;
33
using Silmoon.AspNetCore.Encryption.Enums;
4-
using Silmoon.Extension;
4+
using Silmoon.Extensions;
55
using Silmoon.Models;
66
using System.Security.Cryptography;
77
using System.Security.Cryptography.Xml;

Silmoon.AspNetCore.Encryption/Models/WebAuthnCreateResponse.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using Newtonsoft.Json;
22
using Newtonsoft.Json.Linq;
3-
using Silmoon.Extension;
3+
using Silmoon.Extensions;
44

55
namespace Silmoon.AspNetCore.Encryption.Models
66
{

Silmoon.AspNetCore.Encryption/Models/WebAuthnInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
using Newtonsoft.Json;
2-
using Silmoon.Extension;
2+
using Silmoon.Extensions;
33
using System;
44
using System.Collections.Generic;
55
using System.Linq;

Silmoon.AspNetCore.Encryption/Services/BlazorWebAuthnService.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
using Silmoon.AspNetCore.Encryption.Services.Interfaces;
99
using Silmoon.AspNetCore.Extensions;
1010
using Silmoon.AspNetCore.Interfaces;
11-
using Silmoon.Extension;
12-
using Silmoon.Extension.Models;
11+
using Silmoon.Extensions;
12+
using Silmoon.Extensions.Models;
1313
using Silmoon.Models;
1414
using Silmoon.Runtime;
1515
using Silmoon.Runtime.Cache;

Silmoon.AspNetCore.Encryption/Services/WebAuthnService.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
using Silmoon.AspNetCore.Encryption.Models;
77
using Silmoon.AspNetCore.Encryption.Services.Interfaces;
88
using Silmoon.AspNetCore.Extensions;
9-
using Silmoon.Extension;
10-
using Silmoon.Extension.Models;
9+
using Silmoon.Extensions;
10+
using Silmoon.Extensions.Models;
1111
using Silmoon.Models;
1212
using Silmoon.Runtime;
1313
using Silmoon.Runtime.Cache;

Silmoon.AspNetCore.Encryption/Silmoon.AspNetCore.Encryption.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PropertyGroup>
1111
<IsPackable>true</IsPackable>
1212
<PackageId>Silmoon.AspNetCore.Encryption</PackageId>
13-
<Version>2.0.1</Version>
13+
<Version>3.0.0</Version>
1414
<Authors>SILMOON</Authors>
1515
<Company>SILMOON LLC</Company>
1616
<Description>Silmoon SDK</Description>
@@ -46,9 +46,9 @@
4646
</ItemGroup>
4747

4848
<ItemGroup>
49-
<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="10.0.2" />
50-
<PackageReference Include="Silmoon" Version="2.0.6" />
51-
<PackageReference Include="Silmoon.Extension" Version="2.0.3" />
49+
<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="10.0.3" />
50+
<PackageReference Include="Silmoon" Version="3.0.0" />
51+
<PackageReference Include="Silmoon.Extensions" Version="3.0.0" />
5252
<PackageReference Include="PeterO.Cbor" Version="4.5.5" />
5353
</ItemGroup>
5454

0 commit comments

Comments
 (0)