Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Test #24

Merged
merged 1 commit into from
Dec 20, 2023
Merged

Test #24

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/publishnuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ defaults:

jobs:
create_nuget:
runs-on: ubuntu-latest
runs-on: windows-latest

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -69,8 +69,8 @@ jobs:
# Publish only when creating a GitHub Release
# https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository
# You can update this logic if you want to manage releases differently
if: github.event_name == 'release'
runs-on: ubuntu-latest
#if: github.event_name == 'release'
runs-on: windows-latest
needs: [ run_test ]
steps:
# Download the NuGet package created in the previous job
Expand Down
6 changes: 3 additions & 3 deletions MK.IO/MK.IO.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
<Description>A client library for MediaKind MK/IO.</Description>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Version>1.0.14-beta2</Version>
<Version>1.0.14-beta4</Version>
<RepositoryUrl>https://github.com/xpouyat/MK.IO</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageProjectUrl>https://github.com/xpouyat/MK.IO/blob/master/README.md</PackageProjectUrl>
<AssemblyVersion>1.0.13.2</AssemblyVersion>
<FileVersion>1.0.13.2</FileVersion>
<AssemblyVersion>1.0.13.4</AssemblyVersion>
<FileVersion>1.0.13.4</FileVersion>
<Title>A client library for MediaKind MK/IO.</Title>
<IncludeSymbols>True</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
Expand Down
Loading