diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8321eae..0fe7e95 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,4 +55,4 @@ jobs: run: dotnet pack -c $BUILD_CONFIG -p:PackageVersion=$BUILD_VERSION - name: Publish NuGet - run: nuget push ./BBT.MaybePattern/bin/Release/BBT.MaybePattern.$BUILD_VERSION.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.NUGETORG}} + run: nuget push ./BBT.MaybePattern/bin/Release/BBT.Maybe.$BUILD_VERSION.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.NUGETORG}} diff --git a/src/BBT.MaybePattern/BBT.MaybePattern.csproj b/src/BBT.MaybePattern/BBT.MaybePattern.csproj index ba981f5..c5b269f 100644 --- a/src/BBT.MaybePattern/BBT.MaybePattern.csproj +++ b/src/BBT.MaybePattern/BBT.MaybePattern.csproj @@ -4,25 +4,28 @@ netstandard2.0;net6.0 BBT.MaybePattern ..\BBT.MaybePattern.ruleset - bin\$(Configuration)\BBT.MaybePattern.XML + bin\$(Configuration)\BBT.MaybePattern.xml bin\$(Configuration)\ true - BBT.MaybePattern - An option type for .NET - BBT.MaybePattern + BBT Maybe + An option type for .NET. + BBT.Maybe BBT Software AG BBT Software AG Copyright © BBT Software AG + BBT.Maybe Maybe Functional icon.png https://github.com/bbtsoftware/BBT.Maybe/ MIT + false git https://github.com/bbtsoftware/BBT.Maybe.git https://github.com/bbtsoftware/BBT.Maybe/releases/tag/3.1.1 + $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb;.xml @@ -33,6 +36,10 @@ pdbonly + + + + all