File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ GeneXus Standard Classes for .NET and .NET Framework generators.
44## Repo status
55| Branch | Build | Security
66|---|---|---
7- |master|[ ![ ] ( https://github.com/genexuslabs/dotnetclasses/ workflows/Build/badge.svg?branch=master )] ( https://github.com/genexuslabs/dotnetclasses /actions?query=workflow%3ABuild+branch%3Amaster ) |[ ![ CodeQL] ( https://github.com/genexuslabs/DotNetClasses/actions/workflows/codeql-analysis.yml/badge.svg )] ( https://github.com/genexuslabs/DotNetClasses/actions/workflows/codeql-analysis.yml )
8- |beta|[ ![ ] ( https://github.com/genexuslabs/dotnetclasses/ workflows/Build/badge.svg?branch=beta )] ( https://github.com/genexuslabs/dotnetclasses /actions?query=workflow%3ABuild+branch%3Abeta ) |[ ![ CodeQL] ( https://github.com/genexuslabs/DotNetClasses/actions/workflows/codeql-analysis.yml/badge.svg?branch=beta )] ( https://github.com/genexuslabs/DotNetClasses/actions/workflows/codeql-analysis.yml )
7+ |master|[ ![ Build ] ( https://github.com/genexuslabs/DotNetClasses/actions/ workflows/Build.yml /badge.svg )] ( https://github.com/genexuslabs/DotNetClasses /actions/workflows/Build.yml ) |[ ![ CodeQL] ( https://github.com/genexuslabs/DotNetClasses/actions/workflows/codeql-analysis.yml/badge.svg )] ( https://github.com/genexuslabs/DotNetClasses/actions/workflows/codeql-analysis.yml )
8+ |beta|[ ![ Build ] ( https://github.com/genexuslabs/DotNetClasses/actions/ workflows/Build.yml /badge.svg?branch=beta )] ( https://github.com/genexuslabs/DotNetClasses /actions/workflows/Build.yml ) |[ ![ CodeQL] ( https://github.com/genexuslabs/DotNetClasses/actions/workflows/codeql-analysis.yml/badge.svg?branch=beta )] ( https://github.com/genexuslabs/DotNetClasses/actions/workflows/codeql-analysis.yml )
99
1010## Modules
1111
Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <AssemblyVersion >11.0.0.0</AssemblyVersion >
44 <MajorFileVersion >1</MajorFileVersion >
5- <MinorFileVersion >33 </MinorFileVersion >
5+ <MinorFileVersion >34 </MinorFileVersion >
66 <PatchFileVersion Condition =" '$(COMMIT_NUMBER)'!=''" >$(COMMIT_NUMBER)</PatchFileVersion >
77 <PatchFileVersion Condition =" '$(COMMIT_NUMBER)'==''" >0</PatchFileVersion >
88 <FileVersion >$(MajorFileVersion).$(MinorFileVersion).$(PatchFileVersion)</FileVersion >
You can’t perform that action at this time.
0 commit comments