Compare commits
7 Commits
@@ -16,6 +16,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build
|
name: Build
|
||||||
|
runs-on: linux
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build
|
name: Build
|
||||||
|
runs-on: linux
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
@@ -26,6 +27,7 @@ jobs:
|
|||||||
run: dotnet build --no-restore
|
run: dotnet build --no-restore
|
||||||
version:
|
version:
|
||||||
name: Determine version
|
name: Determine version
|
||||||
|
runs-on: linux
|
||||||
needs: build
|
needs: build
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@@ -49,6 +51,7 @@ jobs:
|
|||||||
version: ${{ steps.gitversion.outputs.SemVer }}
|
version: ${{ steps.gitversion.outputs.SemVer }}
|
||||||
pack:
|
pack:
|
||||||
name: Pack
|
name: Pack
|
||||||
|
runs-on: linux
|
||||||
needs: version
|
needs: version
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@@ -68,6 +71,7 @@ jobs:
|
|||||||
version: ${{needs.version.outputs.version}}
|
version: ${{needs.version.outputs.version}}
|
||||||
publish:
|
publish:
|
||||||
name: Publish
|
name: Publish
|
||||||
|
runs-on: linux
|
||||||
needs: pack
|
needs: pack
|
||||||
steps:
|
steps:
|
||||||
- name: Download artifact
|
- name: Download artifact
|
||||||
|
|||||||
@@ -8,6 +8,13 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## Informations
|
||||||
|
|
||||||
|
> [!Important]
|
||||||
|
> **For Github users:**
|
||||||
|
>
|
||||||
|
> This is only mirror repository. All changes are first uploaded to the repository <a href="https://repos.mateuszskoczek.com/SimpleToolkit/SimpleToolkit.Attributes">here</a>. Releases are also published on original repository. However, Github repository handles issues and pull requests for better accessibility.
|
||||||
|
|
||||||
## NuGet registry status
|
## NuGet registry status
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
@@ -96,6 +103,8 @@
|
|||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
|
Dependencies should be installed automatically with this package
|
||||||
|
|
||||||
- Microsoft.AspNetCore.Mvc.Core 2.3.0
|
- Microsoft.AspNetCore.Mvc.Core 2.3.0
|
||||||
|
|
||||||
## Installation and usage
|
## Installation and usage
|
||||||
|
|||||||
@@ -25,6 +25,8 @@ SimpleToolkit is package of useful classes, helpers, extensions and UI controls,
|
|||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
|
Dependencies should be installed automatically with this package
|
||||||
|
|
||||||
- Microsoft.AspNetCore.Mvc.Core 2.3.0
|
- Microsoft.AspNetCore.Mvc.Core 2.3.0
|
||||||
|
|
||||||
## Installation and usage
|
## Installation and usage
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 7.7 KiB |
Reference in New Issue
Block a user