We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff2d663 commit d948821Copy full SHA for d948821
.github/workflows/dotnet.yml
@@ -3,6 +3,8 @@ name: Build package
3
on:
4
push:
5
branches: [ "master" ]
6
+ tags: [ "*" ]
7
+
8
pull_request:
9
10
jobs:
dss_sharp.csproj
@@ -8,7 +8,7 @@
<NoWarn>1591</NoWarn>
<PlatformTarget>x64</PlatformTarget>
<Authors>Paulo Meira, DSS Extensions contributors</Authors>
11
- <PackageVersion>0.12.1</PackageVersion>
+ <PackageVersion>0.12.2</PackageVersion>
12
<Title>DSS Sharp</Title>
13
<Description>
14
DSS Sharp is a C# wrapper to the native DSS C-API library, a multiplatform multiarchitecture implementation of EPRI's OpenDSS engine.
0 commit comments