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

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
xpouyat committed Dec 21, 2023
1 parent 73df18b commit ae7ef83
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publishnuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ defaults:
jobs:
create_nuget:
runs-on: windows-2019
needs: [ run_test ]

steps:
- uses: actions/checkout@v3
Expand All @@ -33,7 +32,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.x'
dotnet-version: '6.x'

# Create the NuGet package in the folder from the environment variable NuGetDirectory
- run: dotnet build MK.IO\MK.IO.csproj --configuration Release
Expand Down Expand Up @@ -69,7 +68,7 @@ jobs:
# You can update this logic if you want to manage releases differently
if: github.event_name == 'release'
runs-on: windows-latest
needs: [ create_nuget ]
needs: [ create_nuget, run_test ]
steps:
# Download the NuGet package created in the previous job
- uses: actions/download-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion MK.IO.sln
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleNetFramework4.8", "Sa
{D49EB09F-BB45-446F-8CC6-29E1C6E73EFB} = {D49EB09F-BB45-446F-8CC6-29E1C6E73EFB}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleCore3.1", "SampleCore3.1\SampleCore3.1.csproj", "{7E4DC505-6D8E-4210-9EB1-9A71F0754D60}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleCore3.1", "SampleCore3.1\SampleCore3.1.csproj", "{7E4DC505-6D8E-4210-9EB1-9A71F0754D60}"
ProjectSection(ProjectDependencies) = postProject
{D49EB09F-BB45-446F-8CC6-29E1C6E73EFB} = {D49EB09F-BB45-446F-8CC6-29E1C6E73EFB}
EndProjectSection
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.15-beta2</Version>
<Version>1.1.0</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.14.2</AssemblyVersion>
<FileVersion>1.0.14.2</FileVersion>
<AssemblyVersion>1.1.0.0</AssemblyVersion>
<FileVersion>1.1.0.1</FileVersion>
<Title>A client library for MediaKind MK/IO.</Title>
<IncludeSymbols>True</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
Expand Down

0 comments on commit ae7ef83

Please sign in to comment.