https://github.com/agility/agility.aspnetcore
dotnet core SDK for Agility CMS Sync Model.
https://github.com/agility/agility.aspnetcore
Last synced: 8 months ago
JSON representation
dotnet core SDK for Agility CMS Sync Model.
- Host: GitHub
- URL: https://github.com/agility/agility.aspnetcore
- Owner: agility
- Created: 2019-10-04T14:32:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-16T20:09:27.000Z (over 2 years ago)
- Last Synced: 2025-04-08T07:43:21.520Z (about 1 year ago)
- Language: C#
- Size: 280 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Agility.AspNetCore
dotnet core SDK for Agility CMS Sync Model targeting `NetCore 3.1`.
The package can be installing from NuGet
```
PM> Install-Package Agility.AspNetCore
```
## How to use in a Net Core site?
Learn how to setup the Agility.AspNetCore package in your dotnet core site [here](https://help.agilitycms.com/hc/en-us/articles/360019026211-Agility-AspNetCore).
## How to build:
From the downloaded source code, `cd AgilityWebCore` and run the following command to build a Release version of the Agility.AspNetCore.dll
`> dotnet publish -o ../builds`
## How to pack a Nuget Package
From the downloaded source code, `cd AgilityWebCore` and run the following command
`> dotnet pack -o ../nupkgs`
## How to publish as a Nuget Package
From the `AgilityWebCore` and run command the following command
`> dotnet nuget push ../nupkgs/Agility.AspNetCore --source https://api.nuget.org/v3/index.json --api-key xxxxxxxxxxxxxxxxxxxxxxxxxxx`