You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
## Description
9
9
`QAToolKit.Engine.HttpTester` is a .NET Standard 2.1 library, that that contains an implementation of `IHttpTesterClient` that is a thin wrapper around .NET `HttpClient` to allow to write easy Http Request calls.
10
10
11
-
Supported .NET frameworks and standards: `netstandard2.0`, `netstandard2.1`, `netcoreapp3.1`, `net5.0`
11
+
Supported .NET frameworks and standards: `netstandard2.0`, `netstandard2.1`, `net7.0`
12
12
13
13
Get in touch with me on:
14
14
@@ -287,7 +287,7 @@ using (var client = new HttpTesterClient())
287
287
288
288
MIT License
289
289
290
-
Copyright (c) 2020-2022 Miha Jakovac
290
+
Copyright (c) 2020-2023 Miha Jakovac
291
291
292
292
Permission is hereby granted, free of charge, to any person obtaining a copy
293
293
of this software and associated documentation files (the "Software"), to deal
0 commit comments