Skip to content

Commit

Permalink
removed package dependencies upper version limits
Browse files Browse the repository at this point in the history
  • Loading branch information
luithefirst committed Jul 15, 2024
1 parent 03c1d35 commit d36a26f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 1.5.2
- removed package dependencies upper version limits

### 1.5.1
- fix usage message
- add "screenshotr tail [-v|--verbose]", which prints complete screenshot json (only screenhot id is printed without -v)
Expand Down
22 changes: 11 additions & 11 deletions paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ source https://api.nuget.org/v3/index.json
storage: none
framework: net6.0, netstandard2.0

nuget Microsoft.AspNetCore.SignalR.Client ~> 6.0.0
nuget Microsoft.AspNetCore.Components.Web ~> 6.0.0
nuget Microsoft.Extensions.Configuration ~> 6.0.0
nuget Microsoft.Extensions.Configuration.CommandLine ~> 6.0.0
nuget Microsoft.Extensions.Configuration.EnvironmentVariables ~> 6.0.0
nuget Microsoft.Extensions.Configuration.Json ~> 6.0.0
nuget SixLabors.ImageSharp ~> 2.0.0
nuget System.Collections.Immutable ~> 6.0.0
nuget System.Configuration.ConfigurationManager ~> 6.0.0
nuget System.Net.Http.Json ~> 6.0.0
nuget System.Text.Json ~> 6.0.0
nuget Microsoft.AspNetCore.SignalR.Client >= 6.0.0 lowest_matching: true
nuget Microsoft.AspNetCore.Components.Web >= 6.0.0 lowest_matching: true
nuget Microsoft.Extensions.Configuration >= 6.0.0 lowest_matching: true
nuget Microsoft.Extensions.Configuration.CommandLine >= 6.0.0 lowest_matching: true
nuget Microsoft.Extensions.Configuration.EnvironmentVariables >= 6.0.0 lowest_matching: true
nuget Microsoft.Extensions.Configuration.Json >= 6.0.0 lowest_matching: true
nuget SixLabors.ImageSharp >= 2.0.0 lowest_matching: true
nuget System.Collections.Immutable >= 6.0.0 lowest_matching: true
nuget System.Configuration.ConfigurationManager >= 6.0.0 lowest_matching: true
nuget System.Net.Http.Json >= 6.0.0 lowest_matching: true
nuget System.Text.Json >= 6.0.0 lowest_matching: true
// BUILD
nuget Aardvark.Build ~> 1.0.12

0 comments on commit d36a26f

Please sign in to comment.