Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
askazakov committed Jul 4, 2023
1 parent 5ec4deb commit c6bd682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/BenchmarkDotNet.Templates.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
InputFilename="templates/BenchmarkDotNet.BenchmarkProjectTemplate.CSharp/.template.config/template.json"
OutputFilename="templates/BenchmarkDotNet.BenchmarkProjectTemplate.CSharp/.template.config/template.json"
MatchExpression='("defaultValue": )"([\d+\.?]+)"'
ReplacementText='${1}"$(Major).$(Minor).$(Revision)"' />
ReplacementText='${1}"$(VersionPrefix)"' />
<PropertyGroup>
<InputFile>templates/BenchmarkDotNet.BenchmarkProjectTemplate.CSharp/.template.config/template.json</InputFile>
<OutputFile>templates/BenchmarkDotNet.BenchmarkProjectTemplate.CSharp/.template.config/template.json</OutputFile>
Expand Down

0 comments on commit c6bd682

Please sign in to comment.