Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rennancockles/dbhelper.core
https://github.com/rennancockles/dbhelper.core
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rennancockles/dbhelper.core
- Owner: rennancockles
- Created: 2019-08-01T12:13:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-16T20:02:26.000Z (12 months ago)
- Last Synced: 2024-11-08T13:21:09.847Z (about 2 months ago)
- Language: C#
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Prion Database Helper Core
## Instalando Pacote com NUGET
Abra o `Console do Gerenciador de Pacotes` pelo Visual Studio e execute o seguinte comando```c
Install-Package Prion.DbHelper -Version 1.0.0
```## Atualizar Pacote no NUGET
Altere o assembly do projeto, principalmente a **versão** do novo pacote. Execute o seguinte comando para gerar um novo pacote `.nupkg`.```c
nuget pack
```
> É necessário ter o executável do nuget em algum diretório acessível pelo PATH do sistemaAcesse o site do nuget.org e efetue o upload do arquivo `.nupkg` gerado