File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
examples/WinFormsAppSample Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1818 - name : Download DSS C-API binaries
1919 run : bash scripts/download_native_libs.sh
2020 - name : Setup .NET
21- uses : actions/setup-dotnet@v2
21+ uses : actions/setup-dotnet@v3
2222 with :
2323 dotnet-version : 6.0.x
2424 - name : Restore dependencies
3030# - name: Test --- TODO!
3131# run: dotnet test --no-build --verbosity normal
3232 - name : ' Upload artifacts'
33- uses : " actions/upload-artifact@v2 "
33+ uses : " actions/upload-artifact@v3 "
3434 with :
3535 name : ' packages'
3636 path : ' ${{ github.workspace }}/bin/Release/*.nupkg'
Original file line number Diff line number Diff line change 99 <NoWarn >1591</NoWarn >
1010 <PlatformTarget >x64</PlatformTarget >
1111 <Authors >Paulo Meira, DSS-Extensions contributors</Authors >
12- <PackageVersion >0.13.1 </PackageVersion >
12+ <PackageVersion >0.13.2 </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.
2222 </Description >
2323 <PackageId >dss_sharp</PackageId >
2424 <license >BSD-3-Clause AND LGPL</license >
25- <AssemblyVersion >0.13.1 .0</AssemblyVersion >
26- <FileVersion >0.13.1 .0</FileVersion >
25+ <AssemblyVersion >0.13.2 .0</AssemblyVersion >
26+ <FileVersion >0.13.2 .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 >
Original file line number Diff line number Diff line change 99 </PropertyGroup >
1010
1111 <ItemGroup >
12- <PackageReference Include =" dss_sharp" Version =" 0.13.1 " />
12+ <PackageReference Include =" dss_sharp" Version =" 0.13.2 " />
1313 <PackageReference Include =" ScottPlot.WinForms" Version =" 4.1.61" />
1414 </ItemGroup >
1515
Original file line number Diff line number Diff line change 22sed -i -r ' s/(<FileVersion>[0-9]+\.[0-9]+\.[0-9]+\.)[0-9]+/\1$(GITHUB_RUN_NUMBER)/' dss_sharp.csproj
33
44if [ " tag" == " ${GITHUB_REF_TYPE} " ]; then
5- sed -i -r ' s/<PackageVersion>.*<\/PackageVersion>/<PackageVersion>$(GITHUB_REF )<\/PackageVersion>/' dss_sharp.csproj
5+ sed -i -r ' s/<PackageVersion>.*<\/PackageVersion>/<PackageVersion>$(GITHUB_REF_NAME )<\/PackageVersion>/' dss_sharp.csproj
66fi
77
88cat dss_sharp.csproj
Original file line number Diff line number Diff line change 11if [ -z ${DSS_CAPI_TAG+x} ]; then
2- DSS_CAPI_TAG=0.13.1
2+ DSS_CAPI_TAG=0.13.2
33fi
44
55rm -rf runtimes messages
You can’t perform that action at this time.
0 commit comments