Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Apr 18, 2020
2 parents 2c5e36c + 180c352 commit 0e77874
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# VTEX SDK dotNet
# VTEX SDK

The VTEX platform SDK for .NET projects (both Core & Framework).
The [VTEX platform](https://www.nuget.org/packages/VTEX) SDK for .NET projects (both Core & Framework).

![VTEX logo](https://raw.githubusercontent.com/guibranco/VTEX-SDK-dotnet/master/logo.png)

## CI/CD

[![Build status](https://ci.appveyor.com/api/projects/status/kuso66xs0ljrcxfn?svg=true)](https://ci.appveyor.com/project/guibranco/kuso66xs0ljrcxfn)
[![Build status](https://ci.appveyor.com/api/projects/status/kuso66xs0ljrcxfn?svg=true)](https://ci.appveyor.com/project/guibranco/vtex-sdk-dotnet)
[![VTEX NuGet Version](https://img.shields.io/nuget/v/VTEX.svg?style=flat)](https://www.nuget.org/packages/VTEX/)
[![VTEX NuGet Downloads](https://img.shields.io/nuget/dt/VTEX.svg?style=flat)](https://www.nuget.org/packages/VTEX/)
[![Github All Releases](https://img.shields.io/github/downloads/guibranco/VTEX-SDK-dotnet/total.svg?style=flat)](https://github.com/guibranco/VTEX-SDK-dotnet)
Expand Down Expand Up @@ -36,12 +36,14 @@ The VTEX platform SDK for .NET projects (both Core & Framework).

Download the latest zip file from the [Release pages](https://github.com/guibranco/VTEX/releases) or simple install from [NuGet](https://www.nuget.org/packages/VTEX) package manager

NuGet URL: https://www.nuget.org/packages/VTEX
NuGet URL: [https://www.nuget.org/packages/VTEX](https://www.nuget.org/packages/VTEX)

NuGet installation via *Package Manager Console*:

```ps
Install-Package VTEX
```

---
Expand Down
3 changes: 3 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
theme: jekyll-theme-leap-day
title: VTEX SDK (.NET)
show_downloads: true
16 changes: 16 additions & 0 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
---

@import "{{ site.theme }}";

body {
background: #FFF;
}

header {
background: #E42760;
}

header h1 {
text-shadow: 0px 2px 0px #E42760;
}

0 comments on commit 0e77874

Please sign in to comment.