Skip to content

Commit

Permalink
Merge pull request #1719 from shimat/change_linux_nuget_name
Browse files Browse the repository at this point in the history
Changed NuGet package name for Linux
  • Loading branch information
shimat authored Nov 7, 2024
2 parents c43b7bf + 7e9d519 commit 8f55b1f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ubuntu22.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@ jobs:
cd ${GITHUB_WORKSPACE}/opencvsharp
sed -E --in-place=.bak \
"s/<version>[0-9]\.[0-9]{1,2}\.[0-9]{1,2}.[0-9]{8}(-beta[0-9]*)?<\/version>/<version>${OPENCV_VERSION}.${yyyymmdd}${BETA}<\/version>/" \
nuget/OpenCvSharp4.runtime.linux-x64.nuspec
cat nuget/OpenCvSharp4.runtime.linux-x64.nuspec
dotnet pack nuget/OpenCvSharp4.runtime.linux-x64.csproj -o ${GITHUB_WORKSPACE}/artifacts_ubuntu
nuget/OpenCvSharp4_.runtime.linux-x64.nuspec
cat nuget/OpenCvSharp4_.runtime.linux-x64.nuspec
dotnet pack nuget/OpenCvSharp4_.runtime.linux-x64.csproj -o ${GITHUB_WORKSPACE}/artifacts_ubuntu
ls ${GITHUB_WORKSPACE}/artifacts_ubuntu
- uses: actions/upload-artifact@v4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFrameworks>netstandard2.0;netstandard2.1;net6.0;</TargetFrameworks>
<NoBuild>true</NoBuild>
<IncludeBuildOutput>false</IncludeBuildOutput>
<NuspecFile>OpenCvSharp4.runtime.linux-x64.nuspec</NuspecFile>
<NuspecFile>OpenCvSharp4_.runtime.linux-x64.nuspec</NuspecFile>
<NuspecProperties></NuspecProperties>
<NuspecBasePath></NuspecBasePath>
<!--<IncludeSymbols>true</IncludeSymbols>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>OpenCvSharp4.runtime.linux-x64</id>
<id>OpenCvSharp4_.runtime.linux-x64</id>
<version>4.6.0.20220608</version>
<title>OpenCvSharp native bindings for Linux-x64</title>
<authors>shimat</authors>
Expand Down

0 comments on commit 8f55b1f

Please sign in to comment.