From d285560b8491afa0c7da1f698c4fa53c562f01b3 Mon Sep 17 00:00:00 2001 From: Beakona Date: Sun, 3 Dec 2023 23:06:53 +0100 Subject: [PATCH] github actions --- .github/workflows/nuget.yml | 2 +- AutoInterfaceSample/Program.cs | 2 +- .../BeaKona.AutoInterfaceGenerator.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index 2ef83ae..65c5632 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -50,7 +50,7 @@ jobs: VERSION="${VERSION//v}" dotnet pack -c Release -p:PackageVersion=$VERSION BeaKona.AutoInterfaceGenerator - name: Upload Artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: nupkg path: | diff --git a/AutoInterfaceSample/Program.cs b/AutoInterfaceSample/Program.cs index 48be375..c8cec6c 100644 --- a/AutoInterfaceSample/Program.cs +++ b/AutoInterfaceSample/Program.cs @@ -24,7 +24,7 @@ interface IPrintableComplex void PrintComplex(); } - public class SimplePrinter //: IPrintableComplex + public class SimplePrinter // : IPrintableComplex { public void Print() { Console.WriteLine("OK"); } public void PrintComplex() { Console.WriteLine("OKC"); } diff --git a/BeaKona.AutoInterfaceGenerator/BeaKona.AutoInterfaceGenerator.csproj b/BeaKona.AutoInterfaceGenerator/BeaKona.AutoInterfaceGenerator.csproj index be6fb31..afeb031 100644 --- a/BeaKona.AutoInterfaceGenerator/BeaKona.AutoInterfaceGenerator.csproj +++ b/BeaKona.AutoInterfaceGenerator/BeaKona.AutoInterfaceGenerator.csproj @@ -13,7 +13,7 @@ https://github.com/beakona/AutoInterface git $(TargetsForTfmSpecificContentInPackage);_AddAnalyzersToOutput - 1.0.33 + 1.0.34 true true