File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
src/Sentry.AspNetCore.Blazor.WebAssembly Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11<Project >
22
33 <PropertyGroup >
4- <Version >4.7.0</Version >
4+ <VersionPrefix >4.7.0</VersionPrefix >
55 <LangVersion >12</LangVersion >
66 <AccelerateBuildsInVisualStudio >true</AccelerateBuildsInVisualStudio >
77 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ BeforeAll {
6060
6161 function GetSentryPackageVersion ()
6262 {
63- (Select-Xml - Path " $PSScriptRoot /../Directory.Build.props" - XPath " /Project/PropertyGroup/Version " ).Node.InnerText
63+ (Select-Xml - Path " $PSScriptRoot /../Directory.Build.props" - XPath " /Project/PropertyGroup/VersionPrefix " ).Node.InnerText
6464 }
6565
6666 function RegisterLocalPackage ([string ] $name )
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ function Replace-TextInFile {
1010}
1111
1212# Version of .NET assemblies:
13- Replace- TextInFile " $PSScriptRoot /../Directory.Build.props" ' (?<=<Version >)(.*?)(?=</Version >)' $newVersion
13+ Replace- TextInFile " $PSScriptRoot /../Directory.Build.props" ' (?<=<VersionPrefix >)(.*?)(?=</VersionPrefix >)' $newVersion
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFramework >net6.0</TargetFramework >
5- <VersionSuffix >- preview.1</VersionSuffix >
5+ <VersionSuffix >preview.1</VersionSuffix >
66 <RootNamespace >Sentry.AspNetCore.Blazor.WebAssembly</RootNamespace >
77 </PropertyGroup >
88
You can’t perform that action at this time.
0 commit comments