Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
javiertuya committed Jan 16, 2022
1 parent 2af7779 commit 69d2873
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}

release-net:
if: ${{ false }} # disable for now
#if: ${{ false }} # disable for now
runs-on: ubuntu-latest
defaults:
run:
Expand All @@ -62,7 +62,7 @@ jobs:
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

#- name: Push to nuget.org
# run: dotnet nuget push Selema/nupkg/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source "https://api.nuget.org/v3/index.json"
- name: Push to int.nugettest.org
run: dotnet nuget push Selema/nupkg/*.nupkg --api-key ${{ secrets.NUGETTEST_API_KEY }} --source "https://apiint.nugettest.org/v3/index.json"
- name: Push to nuget.org
run: dotnet nuget push Selema/nupkg/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source "https://api.nuget.org/v3/index.json"
#- name: Push to int.nugettest.org
# run: dotnet nuget push Selema/nupkg/*.nupkg --api-key ${{ secrets.NUGETTEST_API_KEY }} --source "https://apiint.nugettest.org/v3/index.json"
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
![Status](https://github.com/javiertuya/selema/actions/workflows/test.yml/badge.svg)
[![Maven Central](https://img.shields.io/maven-central/v/io.github.javiertuya/selema)](https://search.maven.org/artifact/io.github.javiertuya/selema)
[![Nuget](https://img.shields.io/nuget/v/Selema)](https://www.nuget.org/packages/Selema/)

# Selema - Selenium Test Lifecycle Manager

A Multi-platform, multi-framework Selenium Test Lifecycle Manager on Java and .NET.
Expand Down
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.github.javiertuya</groupId>
<artifactId>selema</artifactId>
<version>1.99.0-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>jar</packaging>
<organization>
<name>Software Engineering Research Group - University of Oviedo, ES</name>
Expand Down
4 changes: 2 additions & 2 deletions net/Selema/Selema.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>netstandard2.0</TargetFramework>
<InformationalVersion>1.99.0</InformationalVersion>
<InformationalVersion>2.0.0</InformationalVersion>

<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>CS1591</NoWarn>
<SonarQubeTestProject>false</SonarQubeTestProject>

<PackageOutputPath>./nupkg</PackageOutputPath>
<RepositoryUrl>https://github.com/$(GITHUB_REPOSITORY)</RepositoryUrl>
<Version>1.99.0</Version>
<Version>2.0.0</Version>
<Authors>Javier Tuya</Authors>
<Company>GIIS - University of Oviedo, ES</Company>
<Description>
Expand Down

0 comments on commit 69d2873

Please sign in to comment.