Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc updates #324

Merged
merged 6 commits into from
Mar 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ This module is managed and maintained by Thycotic Professional Services.

See the Disclaimer at the bottom of this page for other legal jargon. This module is an open-source project. Maintenance and support are provided using the standard GitHub measures via [GitHub Issues](https://github.com/thycotic-ps/thycotic.secretserver/issues/new) or [GitHub Discussion](https://github.com/thycotic-ps/thycotic.secretserver/discussions/new).

If a customer desires more in-depth assistance implementing the module in their environment, please reach out to your Thycotic Account Rep to engage [Thycotic Professional Services](https://thycotic.com/products/professional-services-training/).
If a customer desires more in-depth assistance implementing the module in their environment, please reach out to your Delinea Account Rep to engage [Delinea Professional Services](https://delinea.com/professional-services/).

## Install Options

This project strives to cover all types of environments. We understand that some do not allow pulling PowerShell modules from every resource. The following sources are available for downloading each release of the module:

- [PowerShell Gallery](https://www.powershellgallery.com/packages/Thycotic.SecretServer/) (recommended)
- [GitHub Release](https://github.com/thycotic-ps/thycotic.secretserver/releases/)
- [Direct Download](https://delineamarketplace01prod.blob.core.windows.net/integrations/Downloads/PowershellModule/0.60.8/Thycotic.SecretServer.zip)
- [Direct Download](https://downloads.marketplace.delinea.com/integrations/Downloads/PowershellModule/0.60.9/Thycotic.SecretServer.zip)

Documentation on installing the module can be found on the documentation site [here](https://thycotic-ps.github.io/thycotic.secretserver/docs/install)

Expand Down
8 changes: 4 additions & 4 deletions src/Thycotic.SecretServer.psd1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Module manifest for module 'Thycotic.SecretServer'
#
# Generated by: Thycotic Professional Services
# Generated by: Delinea Professional Services
#
# Generated on: 6/22/2022
#
Expand All @@ -21,13 +21,13 @@ CompatiblePSEditions = 'Desktop', 'Core'
GUID = 'e6b56c5f-41ac-4ba4-8b88-2c063f683176'

# Author of this module
Author = 'Thycotic Professional Services'
Author = 'Delinea Professional Services'

# Company or vendor of this module
CompanyName = 'Thycotic'
CompanyName = 'Delinea'

# Copyright statement for this module
Copyright = '(c) Thycotic Professional Services. All rights reserved.'
Copyright = '(c) Delinea Professional Services. All rights reserved.'

# Description of the functionality provided by this module
Description = 'Interact with the Secret Server REST API'
Expand Down
6 changes: 3 additions & 3 deletions src/Thycotic.SecretServer/Thycotic.SecretServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<RootNamespace>Thycotic.SecretServer</RootNamespace>
<PackageId>Thycotic.SecretServer</PackageId>
<Authors>Shawn Melton</Authors>
<Company>Thycotic</Company>
<Company>Delinea</Company>
<Description>Library utilized by Thycotic.SecretServer PowerShell module.</Description>
<Copyright>Copyright © Thycotic Professional Services</Copyright>
<Copyright>Copyright © Delinea Professional Services</Copyright>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
</PropertyGroup>
<ItemGroup>
Expand All @@ -18,4 +18,4 @@
<PackageReference Include="RestSharp" Version="106.11.8-alpha.0.14"/>
<PackageReference Include="RestSharp.Newtonsoft.Json" Version="1.5.1"/>
</ItemGroup>
</Project>
</Project>