File tree Expand file tree Collapse file tree 8 files changed +21
-77
lines changed
i001211-top-level-v2/before
i001211-top-level-v3/before
Paket.Bootstrapper/Properties Expand file tree Collapse file tree 8 files changed +21
-77
lines changed Original file line number Diff line number Diff line change @@ -10,28 +10,9 @@ open System.Diagnostics
1010open Paket
1111open Paket.Domain
1212
13- [<Test>]
14- let ``#1211 update with V3 API should work exactly like V2 API`` () =
15- let lockFileV2 = update " i001211-top-level-v2"
16- let lockFileV3 = update " i001211-top-level-v3"
17-
18- lockFileV3.ToString()
19- |> shouldEqual
20- ( lockFileV2.ToString() .Replace( " remote: https://www.nuget.org/api/v2" , " remote: http://api.nuget.org/v3/index.json" ))
21- lockFileV3.Groups.[ Constants.MainDependencyGroup]. Resolution.[ PackageName " FsLexYacc.Runtime" ]. Version
22- |> shouldBeGreaterThan ( SemVer.Parse " 6" )
23-
2413[<Test>]
2514let ``#1387 update package in v3`` () =
2615 update " i001387-nugetv3" |> ignore
2716 let lockFile = LockFile.LoadFrom( Path.Combine( scenarioTempPath " i001387-nugetv3" , " paket.lock" ))
2817 lockFile.Groups.[ Constants.MainDependencyGroup]. Resolution.[ PackageName " Bender" ]. Version
29- |> shouldEqual ( SemVer.Parse " 3.0.29.0" )
30-
31-
32- [<Test>]
33- let ``#1211 update package in v3`` () =
34- update " i001211-direct-v3" |> ignore
35- let lockFile = LockFile.LoadFrom( Path.Combine( scenarioTempPath " i001211-direct-v3" , " paket.lock" ))
36- lockFile.Groups.[ Constants.MainDependencyGroup]. Resolution.[ PackageName " NETStandard.Library" ]. Version
37- |> shouldBeGreaterThan ( SemVer.Parse " 1.0.0-rc3-20000" )
18+ |> shouldEqual ( SemVer.Parse " 3.0.29.0" )
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 44[ assembly: AssemblyTitleAttribute ( "Paket.Bootstrapper" ) ]
55[ assembly: AssemblyProductAttribute ( "Paket" ) ]
66[ assembly: AssemblyDescriptionAttribute ( "A dependency manager for .NET with support for NuGet packages and git repositories." ) ]
7- [ assembly: AssemblyVersionAttribute ( "2.66.6 " ) ]
8- [ assembly: AssemblyFileVersionAttribute ( "2.66.6 " ) ]
9- [ assembly: AssemblyInformationalVersionAttribute ( "2.66.6 " ) ]
7+ [ assembly: AssemblyVersionAttribute ( "2.66.7 " ) ]
8+ [ assembly: AssemblyFileVersionAttribute ( "2.66.7 " ) ]
9+ [ assembly: AssemblyInformationalVersionAttribute ( "2.66.7 " ) ]
1010namespace System {
1111 internal static class AssemblyVersionInformation {
12- internal const string Version = "2.66.6 " ;
13- internal const string InformationalVersion = "2.66.6 " ;
12+ internal const string Version = "2.66.7 " ;
13+ internal const string InformationalVersion = "2.66.7 " ;
1414 }
1515}
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ open System.Reflection
55[<assembly: AssemblyProductAttribute( " Paket" ) >]
66[<assembly: AssemblyCompanyAttribute( " Paket team" ) >]
77[<assembly: AssemblyDescriptionAttribute( " A dependency manager for .NET with support for NuGet packages and git repositories." ) >]
8- [<assembly: AssemblyVersionAttribute( " 2.66.6 " ) >]
9- [<assembly: AssemblyFileVersionAttribute( " 2.66.6 " ) >]
10- [<assembly: AssemblyInformationalVersionAttribute( " 2.66.6 " ) >]
8+ [<assembly: AssemblyVersionAttribute( " 2.66.7 " ) >]
9+ [<assembly: AssemblyFileVersionAttribute( " 2.66.7 " ) >]
10+ [<assembly: AssemblyInformationalVersionAttribute( " 2.66.7 " ) >]
1111do ()
1212
1313module internal AssemblyVersionInformation =
14- let [<Literal>] Version = " 2.66.6 "
15- let [<Literal>] InformationalVersion = " 2.66.6 "
14+ let [<Literal>] Version = " 2.66.7 "
15+ let [<Literal>] InformationalVersion = " 2.66.7 "
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ open System.Reflection
55[<assembly: AssemblyProductAttribute( " Paket" ) >]
66[<assembly: AssemblyCompanyAttribute( " Paket team" ) >]
77[<assembly: AssemblyDescriptionAttribute( " A dependency manager for .NET with support for NuGet packages and git repositories." ) >]
8- [<assembly: AssemblyVersionAttribute( " 2.66.6 " ) >]
9- [<assembly: AssemblyFileVersionAttribute( " 2.66.6 " ) >]
10- [<assembly: AssemblyInformationalVersionAttribute( " 2.66.6 " ) >]
8+ [<assembly: AssemblyVersionAttribute( " 2.66.7 " ) >]
9+ [<assembly: AssemblyFileVersionAttribute( " 2.66.7 " ) >]
10+ [<assembly: AssemblyInformationalVersionAttribute( " 2.66.7 " ) >]
1111do ()
1212
1313module internal AssemblyVersionInformation =
14- let [<Literal>] Version = " 2.66.6 "
15- let [<Literal>] InformationalVersion = " 2.66.6 "
14+ let [<Literal>] Version = " 2.66.7 "
15+ let [<Literal>] InformationalVersion = " 2.66.7 "
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ open System.Reflection
55[<assembly: AssemblyProductAttribute( " Paket" ) >]
66[<assembly: AssemblyCompanyAttribute( " Paket team" ) >]
77[<assembly: AssemblyDescriptionAttribute( " A dependency manager for .NET with support for NuGet packages and git repositories." ) >]
8- [<assembly: AssemblyVersionAttribute( " 2.66.6 " ) >]
9- [<assembly: AssemblyFileVersionAttribute( " 2.66.6 " ) >]
10- [<assembly: AssemblyInformationalVersionAttribute( " 2.66.6 " ) >]
8+ [<assembly: AssemblyVersionAttribute( " 2.66.7 " ) >]
9+ [<assembly: AssemblyFileVersionAttribute( " 2.66.7 " ) >]
10+ [<assembly: AssemblyInformationalVersionAttribute( " 2.66.7 " ) >]
1111do ()
1212
1313module internal AssemblyVersionInformation =
14- let [<Literal>] Version = " 2.66.6 "
15- let [<Literal>] InformationalVersion = " 2.66.6 "
14+ let [<Literal>] Version = " 2.66.7 "
15+ let [<Literal>] InformationalVersion = " 2.66.7 "
You can’t perform that action at this time.
0 commit comments