Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
release 1.2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
unickq committed Jan 16, 2022
1 parent fb9c0d6 commit ac03f58
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
- name: Pack
run: dotnet build --configuration Release /p:Version=${VERSION} --output .
working-directory: src
- name: Push
run: dotnet nuget push NUnit.Allure.${VERSION}.nupkg -s https://api.nuget.org/v3/index.json --api-key ${NUGET_TOKEN}
working-directory: src
env:
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}
# - name: Push
# run: dotnet nuget push NUnit.Allure.${VERSION}.nupkg -s https://api.nuget.org/v3/index.json --api-key ${NUGET_TOKEN}
# working-directory: src
# env:
# NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}
7 changes: 3 additions & 4 deletions src/allure-nunit.sln
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29911.84
# Visual Studio Version 17
VisualStudioVersion = 17.0.32002.185
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "allure-nunit", "allure-nunit\allure-nunit.csproj", "{F45061CE-868E-45DB-963F-84397F4F1653}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BC0E230A-6E28-4F2A-BA10-0EDCF0C9F5AF}"
ProjectSection(SolutionItems) = preProject
..\appveyor.yml = ..\appveyor.yml
..\LICENSE.md = ..\LICENSE.md
..\README.md = ..\README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "allure-nunit-tests", "allure-nunit-tests\allure-nunit-tests.csproj", "{18C41CF4-2164-4255-9644-E89A7C39DC64}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "allure-nunit-tests", "allure-nunit-tests\allure-nunit-tests.csproj", "{18C41CF4-2164-4255-9644-E89A7C39DC64}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
8 changes: 4 additions & 4 deletions src/allure-nunit/allure-nunit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<AssemblyVersion>1.2.0-ref2</AssemblyVersion>
<FileVersion>1.2.0-ref2</FileVersion>
<Version>1.2.0-ref2</Version>
<AssemblyVersion>1.2.1.1</AssemblyVersion>
<FileVersion>1.2.1.1</FileVersion>
<Version>1.2.1.1</Version>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Authors>Nick Chursin</Authors>
<Description>NUnit attributes extenstions for Allure</Description>
Expand All @@ -14,7 +14,7 @@
<PackageProjectUrl>https://github.com/unickq/allure-nunit</PackageProjectUrl>
<RepositoryUrl>https://github.com/unickq/allure-nunit</RepositoryUrl>
<PackageTags>nunit allure</PackageTags>
<PackageReleaseNotes>Merged with NUnit.Allure.Steps; Removed tests from pckg</PackageReleaseNotes>
<PackageReleaseNotes>AllureStep fix for null - #46, Screen Diff Wrapper - #47</PackageReleaseNotes>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down

0 comments on commit ac03f58

Please sign in to comment.