Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #214 from lahma/upgrade-paket
Browse files Browse the repository at this point in the history
Upgrade paket
  • Loading branch information
haf authored Nov 13, 2020
2 parents ecffe43 + 50932b6 commit 5136103
Show file tree
Hide file tree
Showing 6 changed files with 213 additions and 83 deletions.
257 changes: 194 additions & 63 deletions .paket/Paket.Restore.targets

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .semver
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
:major: 1
:minor: 14
:minor: 15
:patch: 0
:special: ''
:metadata: ''
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Albacore::Tasks::Versionizer.new :versioning
paket = '.paket/paket.exe'
file paket do
dir = File.dirname(paket)
sh "dotnet tool install Paket --version 5.190.0 --tool-path #{dir}"
sh "dotnet tool install Paket --version 5.252.0 --tool-path #{dir}"
end

task :restore => [paket] do
Expand Down
26 changes: 13 additions & 13 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@ STORAGE: NONE
RESTRICTION: == netstandard2.0
NUGET
remote: https://www.nuget.org/api/v2
Microsoft.NETCore.Platforms (2.2)
Microsoft.NETCore.Targets (2.1)
System.Runtime (4.3)
Microsoft.NETCore.Platforms (>= 1.1)
Microsoft.NETCore.Targets (>= 1.1)
System.Runtime.CompilerServices.Unsafe (4.5.2)
System.Security.AccessControl (4.5)
System.Security.Principal.Windows (>= 4.5)
System.Security.Permissions (4.5)
System.Security.AccessControl (>= 4.5)
System.Security.Principal.Windows (4.5.1)
Microsoft.NETCore.Platforms (5.0)
Microsoft.NETCore.Targets (5.0)
System.Runtime (4.3.1)
Microsoft.NETCore.Platforms (>= 1.1.1)
Microsoft.NETCore.Targets (>= 1.1.3)
System.Runtime.CompilerServices.Unsafe (5.0)
System.Security.AccessControl (5.0)
System.Security.Principal.Windows (>= 5.0)
System.Security.Permissions (5.0)
System.Security.AccessControl (>= 5.0)
System.Security.Principal.Windows (5.0)
System.Text.Encoding (4.3)
Microsoft.NETCore.Platforms (>= 1.1)
Microsoft.NETCore.Targets (>= 1.1)
System.Runtime (>= 4.3)
System.Text.Encoding.CodePages (4.5)
System.Runtime.CompilerServices.Unsafe (>= 4.5)
System.Text.Encoding.CodePages (5.0)
System.Runtime.CompilerServices.Unsafe (>= 5.0)
System.Text.Encoding.Extensions (4.3)
Microsoft.NETCore.Platforms (>= 1.1)
Microsoft.NETCore.Targets (>= 1.1)
Expand Down
6 changes: 3 additions & 3 deletions src/SolutionInfo.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[assembly: AssemblyVersion("1.14.0")]
[assembly: AssemblyFileVersion("1.14.0")]
[assembly: AssemblyInformationalVersion("1.14.0.000000")]
[assembly: AssemblyVersion("1.15.0")]
[assembly: AssemblyFileVersion("1.15.0")]
[assembly: AssemblyInformationalVersion("1.15.0.000000")]
3 changes: 1 addition & 2 deletions src/Zip NetStandard/paket.references
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
System.Security.Permissions
System.Text.Encoding.CodePages
System.Text.Encoding.Extensions
System.Text.Encoding.CodePages

0 comments on commit 5136103

Please sign in to comment.