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 Aug 14, 2024
1 parent 03ed4d0 commit a45d92f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions net/QACover/QACover.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<InformationalVersion>1.6.4-SNAPSHOT</InformationalVersion>
<Version>1.6.4-SNAPSHOT</Version>
<InformationalVersion>2.0.0</InformationalVersion>
<Version>2.0.0</Version>
<PackageId>QACover</PackageId>

<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down
4 changes: 2 additions & 2 deletions net/QACover/QACoverReport.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<InformationalVersion>1.6.4-SNAPSHOT</InformationalVersion>
<Version>1.6.4-SNAPSHOT</Version>
<InformationalVersion>2.0.0</InformationalVersion>
<Version>2.0.0</Version>
<PackageId>QACover</PackageId>

<PackAsTool>true</PackAsTool>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.giis-uniovi</groupId>
<artifactId>qacover</artifactId>
<version>1.6.4-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>pom</packaging>

<name>qacover</name>
Expand Down
2 changes: 1 addition & 1 deletion qacover-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.github.giis-uniovi</groupId>
<artifactId>qacover</artifactId>
<version>1.6.4-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<artifactId>qacover-core</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion qacover-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.github.giis-uniovi</groupId>
<artifactId>qacover</artifactId>
<version>1.6.4-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<artifactId>qacover-model</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit a45d92f

Please sign in to comment.