File tree Expand file tree Collapse file tree 5 files changed +27
-24
lines changed
Paket.Bootstrapper/Properties Expand file tree Collapse file tree 5 files changed +27
-24
lines changed Original file line number Diff line number Diff line change 1+ #### 5.241.2 - 2019-12-12
2+ * BUGFIX: Paket pack failed when project contained Compile Update entries - https://github.com/fsprojects/Paket/issues/3752
3+
14#### 5.241.1 - 2019-12-05
25* Added IgnoreConflict option for paket push - https://github.com/fsprojects/Paket/pull/3741
36
Original file line number Diff line number Diff line change @@ -6,16 +6,16 @@ open System.Reflection
66[<assembly: AssemblyProductAttribute( " Paket" ) >]
77[<assembly: AssemblyCompanyAttribute( " Paket team" ) >]
88[<assembly: AssemblyDescriptionAttribute( " A dependency manager for .NET with support for NuGet packages and git repositories." ) >]
9- [<assembly: AssemblyVersionAttribute( " 5.241.1 " ) >]
10- [<assembly: AssemblyFileVersionAttribute( " 5.241.1 " ) >]
11- [<assembly: AssemblyInformationalVersionAttribute( " 5.241.1 " ) >]
9+ [<assembly: AssemblyVersionAttribute( " 5.241.2 " ) >]
10+ [<assembly: AssemblyFileVersionAttribute( " 5.241.2 " ) >]
11+ [<assembly: AssemblyInformationalVersionAttribute( " 5.241.2 " ) >]
1212do ()
1313
1414module internal AssemblyVersionInformation =
1515 let [<Literal>] AssemblyTitle = " LockFileComparer"
1616 let [<Literal>] AssemblyProduct = " Paket"
1717 let [<Literal>] AssemblyCompany = " Paket team"
1818 let [<Literal>] AssemblyDescription = " A dependency manager for .NET with support for NuGet packages and git repositories."
19- let [<Literal>] AssemblyVersion = " 5.241.1 "
20- let [<Literal>] AssemblyFileVersion = " 5.241.1 "
21- let [<Literal>] AssemblyInformationalVersion = " 5.241.1 "
19+ let [<Literal>] AssemblyVersion = " 5.241.2 "
20+ let [<Literal>] AssemblyFileVersion = " 5.241.2 "
21+ let [<Literal>] AssemblyInformationalVersion = " 5.241.2 "
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 ( "5.241.1 " ) ]
8- [ assembly: AssemblyFileVersionAttribute ( "5.241.1 " ) ]
9- [ assembly: AssemblyInformationalVersionAttribute ( "5.241.1 " ) ]
7+ [ assembly: AssemblyVersionAttribute ( "5.241.2 " ) ]
8+ [ assembly: AssemblyFileVersionAttribute ( "5.241.2 " ) ]
9+ [ assembly: AssemblyInformationalVersionAttribute ( "5.241.2 " ) ]
1010namespace System {
1111 internal static class AssemblyVersionInformation {
1212 internal const System . String AssemblyTitle = "Paket.Bootstrapper" ;
1313 internal const System . String AssemblyProduct = "Paket" ;
1414 internal const System . String AssemblyDescription = "A dependency manager for .NET with support for NuGet packages and git repositories." ;
15- internal const System . String AssemblyVersion = "5.241.1 " ;
16- internal const System . String AssemblyFileVersion = "5.241.1 " ;
17- internal const System . String AssemblyInformationalVersion = "5.241.1 " ;
15+ internal const System . String AssemblyVersion = "5.241.2 " ;
16+ internal const System . String AssemblyFileVersion = "5.241.2 " ;
17+ internal const System . String AssemblyInformationalVersion = "5.241.2 " ;
1818 }
1919}
Original file line number Diff line number Diff line change @@ -6,16 +6,16 @@ open System.Reflection
66[<assembly: AssemblyProductAttribute( " Paket" ) >]
77[<assembly: AssemblyCompanyAttribute( " Paket team" ) >]
88[<assembly: AssemblyDescriptionAttribute( " A dependency manager for .NET with support for NuGet packages and git repositories." ) >]
9- [<assembly: AssemblyVersionAttribute( " 5.241.1 " ) >]
10- [<assembly: AssemblyFileVersionAttribute( " 5.241.1 " ) >]
11- [<assembly: AssemblyInformationalVersionAttribute( " 5.241.1 " ) >]
9+ [<assembly: AssemblyVersionAttribute( " 5.241.2 " ) >]
10+ [<assembly: AssemblyFileVersionAttribute( " 5.241.2 " ) >]
11+ [<assembly: AssemblyInformationalVersionAttribute( " 5.241.2 " ) >]
1212do ()
1313
1414module internal AssemblyVersionInformation =
1515 let [<Literal>] AssemblyTitle = " Paket.Core"
1616 let [<Literal>] AssemblyProduct = " Paket"
1717 let [<Literal>] AssemblyCompany = " Paket team"
1818 let [<Literal>] AssemblyDescription = " A dependency manager for .NET with support for NuGet packages and git repositories."
19- let [<Literal>] AssemblyVersion = " 5.241.1 "
20- let [<Literal>] AssemblyFileVersion = " 5.241.1 "
21- let [<Literal>] AssemblyInformationalVersion = " 5.241.1 "
19+ let [<Literal>] AssemblyVersion = " 5.241.2 "
20+ let [<Literal>] AssemblyFileVersion = " 5.241.2 "
21+ let [<Literal>] AssemblyInformationalVersion = " 5.241.2 "
Original file line number Diff line number Diff line change @@ -6,16 +6,16 @@ open System.Reflection
66[<assembly: AssemblyProductAttribute( " Paket" ) >]
77[<assembly: AssemblyCompanyAttribute( " Paket team" ) >]
88[<assembly: AssemblyDescriptionAttribute( " A dependency manager for .NET with support for NuGet packages and git repositories." ) >]
9- [<assembly: AssemblyVersionAttribute( " 5.241.1 " ) >]
10- [<assembly: AssemblyFileVersionAttribute( " 5.241.1 " ) >]
11- [<assembly: AssemblyInformationalVersionAttribute( " 5.241.1 " ) >]
9+ [<assembly: AssemblyVersionAttribute( " 5.241.2 " ) >]
10+ [<assembly: AssemblyFileVersionAttribute( " 5.241.2 " ) >]
11+ [<assembly: AssemblyInformationalVersionAttribute( " 5.241.2 " ) >]
1212do ()
1313
1414module internal AssemblyVersionInformation =
1515 let [<Literal>] AssemblyTitle = " Paket"
1616 let [<Literal>] AssemblyProduct = " Paket"
1717 let [<Literal>] AssemblyCompany = " Paket team"
1818 let [<Literal>] AssemblyDescription = " A dependency manager for .NET with support for NuGet packages and git repositories."
19- let [<Literal>] AssemblyVersion = " 5.241.1 "
20- let [<Literal>] AssemblyFileVersion = " 5.241.1 "
21- let [<Literal>] AssemblyInformationalVersion = " 5.241.1 "
19+ let [<Literal>] AssemblyVersion = " 5.241.2 "
20+ let [<Literal>] AssemblyFileVersion = " 5.241.2 "
21+ let [<Literal>] AssemblyInformationalVersion = " 5.241.2 "
You can’t perform that action at this time.
0 commit comments