Skip to content

Commit 34cca84

Browse files
committed
Migrate to dss-extensions and include appveyor.yml
1 parent 5a52181 commit 34cca84

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
[![Build status](https://ci.appveyor.com/api/projects/status/70wbkj1j4s8us30e/branch/master?svg=true)](https://ci.appveyor.com/project/PMeira/dss-sharp/branch/master)
1+
[![Build status](https://ci.appveyor.com/api/projects/status/n5q0ddql063r2fkx/branch/master?svg=true)](https://ci.appveyor.com/project/PMeira/dss-sharp-h8r36/branch/master)
22

3-
# dss_sharp
3+
# DSS Sharp
44

55
This contain files for the C# bindings for dss_capi, an unofficial build with a custom C-API of EPRI's OpenDSS. With it, you can replace the COM module with very few code changes and reach multi-platform C# code easily!
66

@@ -10,5 +10,5 @@ This contain files for the C# bindings for dss_capi, an unofficial build with a
1010

1111
Previously, the source code here was hosted in https://github.com/PMeira/dss_capi/ itself.
1212

13-
This code will be refactored and benchmarked later, hence it's better to use a separate repository.
13+
This code will be refactored and benchmarked, hence it's better to use a separate repository.
1414

appveyor.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
version: 1.0.{build}
2+
image: Visual Studio 2017
3+
build:
4+
project: dss_sharp.csproj
5+
verbosity: minimal

0 commit comments

Comments
 (0)