Skip to content

Commit 9e9869e

Browse files
committed
Updates for v0.13.4
1 parent 9309ffe commit 9e9869e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

dss_sharp.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<NoWarn>1591</NoWarn>
1010
<PlatformTarget>x64</PlatformTarget>
1111
<Authors>Paulo Meira, DSS-Extensions contributors</Authors>
12-
<PackageVersion>0.13.3</PackageVersion>
12+
<PackageVersion>0.13.4</PackageVersion>
1313
<Title>DSS Sharp</Title>
1414
<Description>
1515
DSS Sharp is a C# wrapper to the native DSS C-API library, a multiplatform multiarchitecture implementation of EPRI's OpenDSS engine.
@@ -22,8 +22,8 @@
2222
</Description>
2323
<PackageId>dss_sharp</PackageId>
2424
<license>BSD-3-Clause AND LGPL</license>
25-
<AssemblyVersion>0.13.3.0</AssemblyVersion>
26-
<FileVersion>0.13.3.0</FileVersion>
25+
<AssemblyVersion>0.13.4.0</AssemblyVersion>
26+
<FileVersion>0.13.4.0</FileVersion>
2727
<PackageProjectUrl>https://github.com/dss-extensions/dss_sharp/</PackageProjectUrl>
2828
<PackageTags>dss;opendss;linux;windows;macos;dss-extensions;powerflow;distribution;electric;simulator</PackageTags>
2929
<PackageIcon>docs/images/dss_sharp.png</PackageIcon>

examples/WinFormsAppSample/WinFormsAppSample.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="dss_sharp" Version="0.13.3" />
12+
<PackageReference Include="dss_sharp" Version="0.13.4" />
1313
<PackageReference Include="ScottPlot.WinForms" Version="4.1.61" />
1414
</ItemGroup>
1515

scripts/download_native_libs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
if [ -z ${DSS_CAPI_TAG+x} ]; then
2-
DSS_CAPI_TAG=0.13.3
2+
DSS_CAPI_TAG=0.13.4
33
fi
44

55
rm -rf runtimes messages

0 commit comments

Comments
 (0)