Skip to content

Commit 82edf06

Browse files
committed
Release 2.1.3
1 parent 1e802dd commit 82edf06

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
4242

4343
release-net:
44-
if: ${{ false }} # disable for now
44+
#if: ${{ false }} # disable for now
4545
runs-on: ubuntu-latest
4646
defaults:
4747
run:

java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>io.github.javiertuya</groupId>
66
<artifactId>portable-java</artifactId>
7-
<version>2.1.3-SNAPSHOT</version>
7+
<version>2.1.3</version>
88
<packaging>jar</packaging>
99
<organization>
1010
<name>Software Engineering Research Group - Universidad de Oviedo</name>

net/Portable/Portable.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<OutputType>Library</OutputType>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<PackageId>PortableCs</PackageId>
6-
<InformationalVersion>2.1.3-SNAPSHOT</InformationalVersion>
6+
<InformationalVersion>2.1.3</InformationalVersion>
77

88
<GenerateDocumentationFile>true</GenerateDocumentationFile>
99
<NoWarn>CS1591</NoWarn>
1010
<SonarQubeTestProject>false</SonarQubeTestProject>
1111

1212
<PackageOutputPath>./nupkg</PackageOutputPath>
1313
<RepositoryUrl>https://github.com/$(GITHUB_REPOSITORY)</RepositoryUrl>
14-
<Version>2.1.3-SNAPSHOT</Version>
14+
<Version>2.1.3</Version>
1515
<Authors>Javier Tuya</Authors>
1616
<Company>GIIS - University of Oviedo, ES</Company>
1717
<Description>

0 commit comments

Comments
 (0)