Skip to content

Commit d948821

Browse files
committed
Increment PackageVersion to 0.12.2, add tags to GA
1 parent ff2d663 commit d948821

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Build package
33
on:
44
push:
55
branches: [ "master" ]
6+
tags: [ "*" ]
7+
68
pull_request:
79
branches: [ "master" ]
810
jobs:

dss_sharp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<NoWarn>1591</NoWarn>
99
<PlatformTarget>x64</PlatformTarget>
1010
<Authors>Paulo Meira, DSS Extensions contributors</Authors>
11-
<PackageVersion>0.12.1</PackageVersion>
11+
<PackageVersion>0.12.2</PackageVersion>
1212
<Title>DSS Sharp</Title>
1313
<Description>
1414
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

Comments
 (0)