Skip to content

Commit 8865a75

Browse files
author
Alex Khil
committed
Fix outer-loop. Fix readme
1 parent 19a0f35 commit 8865a75

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
NuGet package install using package manager:
2828

2929
```bash
30-
Install-Package IpData -Version 1.0.0
30+
Install-Package IpData -Version 1.1.0
3131
```
3232

3333
NuGet package install using .NET CLI:
3434

3535
```bash
36-
dotnet add package IpData --version 1.0.0
36+
dotnet add package IpData --version 1.1.0
3737
```
3838

3939
## Usage

build/azure-devops/outer-loop.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ trigger:
1010
- .github/*
1111
- .gitignore
1212
- LICENSE
13+
- .editorconfig
1314

1415
jobs:
1516
- job: Windows

0 commit comments

Comments
 (0)