File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 33 <OutputPath >$(MSBuildThisFileDirectory)bin\$(MSBuildProjectName)\$(Configuration)\</OutputPath >
44 <BaseIntermediateOutputPath >$(MSBuildThisFileDirectory)obj\$(MSBuildProjectName)\</BaseIntermediateOutputPath >
55
6- <CodeGenerationRoslynVersion >0.4.9 </CodeGenerationRoslynVersion >
6+ <CodeGenerationRoslynVersion >0.4.11 </CodeGenerationRoslynVersion >
77 </PropertyGroup >
88
99 <ItemGroup >
10- <PackageReference Include =" Nerdbank.GitVersioning" Version =" 1.6.25 " PrivateAssets =" all" />
10+ <PackageReference Include =" Nerdbank.GitVersioning" Version =" 2.0.37-beta " PrivateAssets =" all" />
1111 </ItemGroup >
1212</Project >
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ public void CanRetrieveValidVersionString()
3030 // git2hash: '06d772d' LibGit2 library hash.
3131 // arch: 'x86' or 'x64' LibGit2 target.
3232 // git2Features: 'Threads, Ssh' LibGit2 features compiled with.
33- string regex = @"^(?<version>\d+\.\d+\.\d+(-\w +)?\+(g(?<git2SharpHash>[a-f0-9]{10})\.)?LibGit2-[a-f0-9]{7}) \((?<arch>\w+) - (?<git2Features>(?:\w*(?:, )*\w+)*)\)$" ;
33+ string regex = @"^(?<version>\d+\.\d+\.\d+(-[\w\-\.] +)?\+(g(?<git2SharpHash>[a-f0-9]{10})\.)?LibGit2-[a-f0-9]{7}) \((?<arch>\w+) - (?<git2Features>(?:\w*(?:, )*\w+)*)\)$" ;
3434
3535 Assert . NotNull ( versionInfo ) ;
3636
Original file line number Diff line number Diff line change 1818 <ProjectReference Include =" ..\LibGit2Sharp\LibGit2Sharp.csproj" />
1919 </ItemGroup >
2020 <ItemGroup >
21- <PackageReference Include =" Moq" Version =" 4.7.8 " />
21+ <PackageReference Include =" Moq" Version =" 4.7.99 " />
2222 <PackageReference Include =" xunit" Version =" 2.2.0" />
23- <PackageReference Include =" xunit.skippablefact" Version =" 1.3.1 " />
23+ <PackageReference Include =" xunit.skippablefact" Version =" 1.3.3 " />
2424 <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.2.0" />
2525 <PackageReference Include =" xunit.runner.console" Version =" 2.2.0" />
2626 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.0.0" />
Original file line number Diff line number Diff line change 3232 </ItemGroup >
3333 <ItemGroup >
3434 <PackageReference Include =" LibGit2Sharp.NativeBinaries" Version =" [1.0.185]" PrivateAssets =" contentFiles" />
35- <PackageReference Include =" SourceLink.Create.GitHub" Version =" 2.0 .2" PrivateAssets =" all" />
36- <DotNetCliToolReference Include =" dotnet-sourcelink-git" Version =" 2.0 .2" />
35+ <PackageReference Include =" SourceLink.Create.GitHub" Version =" 2.1 .2" PrivateAssets =" all" />
36+ <DotNetCliToolReference Include =" dotnet-sourcelink-git" Version =" 2.1 .2" />
3737
3838 <PackageReference Include =" CodeGeneration.Roslyn.BuildTime" Version =" $(CodeGenerationRoslynVersion)" PrivateAssets =" all" />
3939 <DotNetCliToolReference Include =" dotnet-codegen" Version =" $(CodeGenerationRoslynVersion)" />
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json" ,
3- "version" : " 0.25" ,
3+ "version" : " 0.25.0-preview.{height} " ,
44 "publicReleaseRefSpec" : [
55 " ^refs/heads/master$" , // we release out of master
66 " ^refs/heads/v\\ d+(?:\\ .\\ d+)?$" // we also release out of vNN branches
You can’t perform that action at this time.
0 commit comments