Skip to content

Commit

Permalink
update rdmpversion get
Browse files Browse the repository at this point in the history
  • Loading branch information
JFriel committed Feb 3, 2025
1 parent 900d31b commit 0be2f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getversions.pl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

open my $rdmp, '<', "RDMP/directory.build.props" or die "rdmp:$!\n";
while(<$rdmp>) {
print "rdmpversion=$1\n" if /<version>([^<]+)</i;
print "rdmpversion=$1\n" if /version>([^<]+)</i;
}
open my $assembly, '<', "SharedAssemblyInfo.cs" or die "SharedAssemblyInfo.cs:$1\n";
while(<$assembly>) {
Expand Down

0 comments on commit 0be2f2c

Please sign in to comment.