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