Skip to content
Snippets Groups Projects
Commit 09e810c2 authored by Petar Hristov's avatar Petar Hristov :speech_balloon:
Browse files

doc

parent fff4b797
No related branches found
No related tags found
2 merge requests!107Release: Sprint/2023 06 :robot:,!106Doc: Updated Library README
...@@ -10,11 +10,11 @@ The Migrations library for .NET simplifies SQL database migrations within Coscin ...@@ -10,11 +10,11 @@ The Migrations library for .NET simplifies SQL database migrations within Coscin
To install this library, you can use the NuGet package manager or you can install it using the .NET CLI. To install this library, you can use the NuGet package manager or you can install it using the .NET CLI.
```powershell ```powershell
Install-Package Coscine.Metadata Install-Package Coscine.Migrations
``` ```
or using the .NET CLI or using the .NET CLI
```powershell ```powershell
dotnet add package Coscine.Metadata dotnet add package Coscine.Migrations
``` ```
## 📖 Usage ## 📖 Usage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment