Skip to content

Commit b5b50e7

Browse files
committed
Automatically update credits file with latest licence information
1 parent 3aeb42e commit b5b50e7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

credits/credits.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,12 @@ Tentacle is made possible thanks to the following great third-party products.
1010
| ------------------------------------------------- | ------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- |
1111
| Autofac | Autofac Contributors | [http://autofac.org/](http://autofac.org/) | [MIT](http://www.opensource.org/licenses/mit-license.php) |
1212
| FluentValidation | Jeremy Skinner | [http://github.com/JeremySkinner/fluentvalidation](http://github.com/JeremySkinner/fluentvalidation) | [Apache-2.0](https://github.com/JeremySkinner/FluentValidation/blob/master/License.txt) |
13-
| Halibut | Octopus Deploy | [https://github.com/OctopusDeploy/Halibut/](https://github.com/OctopusDeploy/Halibut/) | [Apache-2.0](https://www.nuget.org/packages/Halibut/7.0.682/license) |
13+
| Halibut | Octopus Deploy | [https://github.com/OctopusDeploy/Halibut/](https://github.com/OctopusDeploy/Halibut/) | [Apache-2.0](https://www.nuget.org/packages/Halibut/8.0.916/license) |
1414
| KubernetesClient | The Kubernetes Project Authors | [https://github.com/kubernetes-client/csharp](https://github.com/kubernetes-client/csharp) | [Apache-2.0](https://www.nuget.org/packages/KubernetesClient/14.0.9/license) |
1515
| KubernetesClient.Classic | The Kubernetes Project Authors | [https://github.com/kubernetes-client/csharp](https://github.com/kubernetes-client/csharp) | [Apache-2.0](https://www.nuget.org/packages/KubernetesClient.Classic/13.0.26/license) |
1616
| MaterialDesignColors | James Willock | [https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit](https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit) | [MIT](https://www.nuget.org/packages/MaterialDesignColors/2.1.4/license) |
1717
| MaterialDesignThemes | James Willock | [https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit](https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit) | [MIT](https://www.nuget.org/packages/MaterialDesignThemes/4.9.0/license) |
1818
| Microsoft.CSharp | Microsoft | [https://github.com/dotnet/corefx](https://github.com/dotnet/corefx) | [MIT](https://www.nuget.org/packages/Microsoft.CSharp/4.7.0/license) |
19-
| Microsoft.DotNet.Analyzers.Compatibility | Microsoft | [https://github.com/dotnet/platform-compat](https://github.com/dotnet/platform-compat) | [MIT](https://github.com/dotnet/platform-compat/blob/master/LICENSE) |
2019
| Microsoft.Extensions.Caching.Memory | Microsoft | [https://dot.net/](https://dot.net/) | [MIT](https://www.nuget.org/packages/Microsoft.Extensions.Caching.Memory/8.0.1/license) |
2120
| NETStandard.Library | Microsoft | [https://dot.net/](https://dot.net/) | [MIT](https://github.com/dotnet/standard/blob/master/LICENSE.TXT) |
2221
| Newtonsoft.Json | James Newton-King | [https://www.newtonsoft.com/json](https://www.newtonsoft.com/json) | [MIT](https://www.nuget.org/packages/Newtonsoft.Json/13.0.3/license) |
@@ -62,12 +61,9 @@ Tentacle is made possible thanks to the following great third-party products.
6261
| System.Runtime.Extensions | Microsoft | [https://dot.net/](https://dot.net/) | [Microsoft .Net Library License](http://go.microsoft.com/fwlink/?LinkId=329770) |
6362
| System.Runtime.Numerics | Microsoft | [https://dot.net/](https://dot.net/) | [Microsoft .Net Library License](http://go.microsoft.com/fwlink/?LinkId=329770) |
6463
| System.Security.Cryptography.ProtectedData | Microsoft | [https://dot.net/](https://dot.net/) | [MIT](https://www.nuget.org/packages/System.Security.Cryptography.ProtectedData/8.0.0/license) |
65-
| System.ServiceModel.Primitives | Microsoft | [https://dot.net/](https://dot.net/) | [MIT](https://github.com/dotnet/corefx/blob/master/LICENSE.TXT) |
6664
| System.ServiceModel.Primitives | Microsoft | [https://github.com/dotnet/wcf](https://github.com/dotnet/wcf) | [MIT](https://www.nuget.org/packages/System.ServiceModel.Primitives/8.0.0/license) |
67-
| System.ServiceProcess.ServiceController | Microsoft | [https://dot.net/](https://dot.net/) | [MIT](https://www.nuget.org/packages/System.ServiceProcess.ServiceController/7.0.1/license) |
6865
| System.ServiceProcess.ServiceController | Microsoft | [https://dot.net/](https://dot.net/) | [MIT](https://www.nuget.org/packages/System.ServiceProcess.ServiceController/8.0.0/license) |
6966
| System.Text.Encoding | Microsoft | [https://dot.net/](https://dot.net/) | [Microsoft .Net Library License](http://go.microsoft.com/fwlink/?LinkId=329770) |
70-
| System.Text.Encoding.CodePages | Microsoft | [https://dot.net/](https://dot.net/) | [MIT](https://www.nuget.org/packages/System.Text.Encoding.CodePages/6.0.0/license) |
7167
| System.Text.Encoding.CodePages | Microsoft | [https://dot.net/](https://dot.net/) | [MIT](https://www.nuget.org/packages/System.Text.Encoding.CodePages/8.0.0/license) |
7268
| System.Text.Encoding.Extensions | Microsoft | [https://dot.net/](https://dot.net/) | [Microsoft .Net Library License](http://go.microsoft.com/fwlink/?LinkId=329770) |
7369
| System.Text.RegularExpressions | Microsoft | [https://dot.net/](https://dot.net/) | [Microsoft .Net Library License](http://go.microsoft.com/fwlink/?LinkId=329770) |

0 commit comments

Comments
 (0)