Compare commits
3 Commits
@@ -27,3 +27,5 @@ jobs:
|
||||
run: dotnet restore
|
||||
- name: Build
|
||||
run: dotnet build --no-restore
|
||||
- name: Create NuGet package
|
||||
run: dotnet pack -c Debug --output ./
|
||||
@@ -115,7 +115,7 @@ dotnet add package SimpleToolkit.Extensions
|
||||
**Package reference in .csproj file:**
|
||||
|
||||
```
|
||||
<PackageReference Include="SimpleToolkit.Extensions" Version="*.*.*" />
|
||||
<PackageReference Include="SimpleToolkit.Extensions" Version="<version>" />
|
||||
```
|
||||
|
||||
## Attribution and contribution
|
||||
|
||||
@@ -44,7 +44,7 @@ dotnet add package SimpleToolkit.Extensions
|
||||
**Package reference in .csproj file:**
|
||||
|
||||
```
|
||||
<PackageReference Include="SimpleToolkit.Extensions" Version="*.*.*" />
|
||||
<PackageReference Include="SimpleToolkit.Extensions" Version="<version>" />
|
||||
```
|
||||
|
||||
## Attribution and contribution
|
||||
|
||||
Reference in New Issue
Block a user