Compare commits
7 Commits
@@ -16,6 +16,7 @@ on:
|
||||
jobs:
|
||||
build:
|
||||
name: Build
|
||||
runs-on: linux
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v6
|
||||
|
||||
@@ -13,6 +13,7 @@ on:
|
||||
jobs:
|
||||
build:
|
||||
name: Build
|
||||
runs-on: linux
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v6
|
||||
@@ -26,6 +27,7 @@ jobs:
|
||||
run: dotnet build --no-restore
|
||||
version:
|
||||
name: Determine version
|
||||
runs-on: linux
|
||||
needs: build
|
||||
steps:
|
||||
- name: Checkout
|
||||
@@ -49,6 +51,7 @@ jobs:
|
||||
version: ${{ steps.gitversion.outputs.SemVer }}
|
||||
pack:
|
||||
name: Pack
|
||||
runs-on: linux
|
||||
needs: version
|
||||
steps:
|
||||
- name: Checkout
|
||||
@@ -68,6 +71,7 @@ jobs:
|
||||
version: ${{needs.version.outputs.version}}
|
||||
publish:
|
||||
name: Publish
|
||||
runs-on: linux
|
||||
needs: pack
|
||||
steps:
|
||||
- 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
|
||||
|
||||
<table>
|
||||
@@ -96,6 +103,8 @@
|
||||
|
||||
## Dependencies
|
||||
|
||||
Dependencies should be installed automatically with this package
|
||||
|
||||
- Microsoft.AspNetCore.Mvc.Core 2.3.0
|
||||
|
||||
## Installation and usage
|
||||
|
||||
@@ -25,6 +25,8 @@ SimpleToolkit is package of useful classes, helpers, extensions and UI controls,
|
||||
|
||||
## Dependencies
|
||||
|
||||
Dependencies should be installed automatically with this package
|
||||
|
||||
- Microsoft.AspNetCore.Mvc.Core 2.3.0
|
||||
|
||||
## 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