Skip to content

Commit

Permalink
Release 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
javiertuya committed Oct 20, 2024
1 parent efc9d82 commit 83440b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.javiertuya</groupId>
<artifactId>visual-assert</artifactId>
<version>2.5.1-SNAPSHOT</version>
<version>2.5.1</version>
<packaging>jar</packaging>
<organization>
<name>Software Engineering Research Group - University of Oviedo, ES</name>
Expand Down
4 changes: 2 additions & 2 deletions net/VisualAssert/VisualAssert.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>netstandard2.0</TargetFramework>
<InformationalVersion>2.5.1-SNAPSHOT</InformationalVersion>
<Version>2.5.1-SNAPSHOT</Version>
<InformationalVersion>2.5.1</InformationalVersion>
<Version>2.5.1</Version>

<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>CS1591</NoWarn>
Expand Down

0 comments on commit 83440b9

Please sign in to comment.