Skip to content

Commit

Permalink
Updates for v0.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
PMeira committed Jun 28, 2023
1 parent 9309ffe commit 9e9869e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions dss_sharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<NoWarn>1591</NoWarn>
<PlatformTarget>x64</PlatformTarget>
<Authors>Paulo Meira, DSS-Extensions contributors</Authors>
<PackageVersion>0.13.3</PackageVersion>
<PackageVersion>0.13.4</PackageVersion>
<Title>DSS Sharp</Title>
<Description>
DSS Sharp is a C# wrapper to the native DSS C-API library, a multiplatform multiarchitecture implementation of EPRI's OpenDSS engine.
Expand All @@ -22,8 +22,8 @@
</Description>
<PackageId>dss_sharp</PackageId>
<license>BSD-3-Clause AND LGPL</license>
<AssemblyVersion>0.13.3.0</AssemblyVersion>
<FileVersion>0.13.3.0</FileVersion>
<AssemblyVersion>0.13.4.0</AssemblyVersion>
<FileVersion>0.13.4.0</FileVersion>
<PackageProjectUrl>https://github.com/dss-extensions/dss_sharp/</PackageProjectUrl>
<PackageTags>dss;opendss;linux;windows;macos;dss-extensions;powerflow;distribution;electric;simulator</PackageTags>
<PackageIcon>docs/images/dss_sharp.png</PackageIcon>
Expand Down
2 changes: 1 addition & 1 deletion examples/WinFormsAppSample/WinFormsAppSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="dss_sharp" Version="0.13.3" />
<PackageReference Include="dss_sharp" Version="0.13.4" />
<PackageReference Include="ScottPlot.WinForms" Version="4.1.61" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion scripts/download_native_libs.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
if [ -z ${DSS_CAPI_TAG+x} ]; then
DSS_CAPI_TAG=0.13.3
DSS_CAPI_TAG=0.13.4
fi

rm -rf runtimes messages
Expand Down

0 comments on commit 9e9869e

Please sign in to comment.