Skip to content

Commit 5aed174

Browse files
committed
move interfaces to folder
1 parent a303a1f commit 5aed174

4 files changed

Lines changed: 15 additions & 8 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
namespace Sharkable;
2+
3+
/// <summary>
4+
/// singleton service
5+
/// </summary>
6+
public interface ISingleton;
7+
/// <summary>
8+
/// scoped service
9+
/// </summary>
10+
public interface IScoped;
11+
/// <summary>
12+
/// transient service
13+
/// </summary>
14+
public interface ITransient;

src/Sharkable/Interfaces/IServiceInterface.cs

Lines changed: 0 additions & 7 deletions
This file was deleted.
File renamed without changes.

src/Sharkable/Sharkable.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<icon>sharkable.jpg</icon>
1212
<projectUrl>https://github.com/SharkableIO/Sharkable</projectUrl>
1313
<description>a dotnet minimal api framework collection aimed to support aot</description>
14-
<releaseNotes>add swagger ui options, add jwt support</releaseNotes>
14+
<releaseNotes>add swagger ui options</releaseNotes>
1515
<copyright>CopyRight 2024 Penglei</copyright>
1616
<tags>minimalapi aot framework toolkit</tags>
1717
<dependencies>

0 commit comments

Comments
 (0)