Skip to content

Commit

Permalink
Update repo references
Browse files Browse the repository at this point in the history
  • Loading branch information
muratiakos committed Apr 30, 2016
1 parent f378436 commit 8fd7420
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.0.1 (Mar 10, 2016)
- Initial version of `CloudRemoting` to establish `PSSession` and `RdpSession` to
EC2 Instances with an EC2 PrivateKey

## 0.1.0 (Apr 30, 2016)
- Finalizing module, examples and docs for release
14 changes: 8 additions & 6 deletions CloudRemoting.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
RootModule = 'CloudRemoting.psm1'

# Version number of this module.
ModuleVersion = '0.0.1.0'
ModuleVersion = '0.1.0.0'

# ID used to uniquely identify this module
GUID = 'd58ec090-b8b8-40ee-8292-049de3f17f4c'
Expand Down Expand Up @@ -125,31 +125,33 @@ PrivateData = @{
'PSSession',
'Remote',

'cmdkey',
'mstsc',
'rdp',
'ts',
'Remote Desktop',
'Terminal Services Client'
'Terminal Services Client',
'Windows Credential Store'
)

# A URL to the license for this module.
LicenseUri = 'https://github.com/muratiakos/CloudRemoting/LICENSE'
LicenseUri = 'https://github.com/murati-hu/CloudRemoting/LICENSE'

# A URL to the main website for this project.
ProjectUri = 'https://github.com/muratiakos/CloudRemoting'
ProjectUri = 'https://github.com/murati-hu/CloudRemoting'

# A URL to an icon representing this module.
# IconUri = ''

# ReleaseNotes of this module
# ReleaseNotes = ''
ReleaseNotes = 'https://github.com/murati-hu/CloudRemoting/CHANGELOG.md'

} # End of PSData hashtable

} # End of PrivateData hashtable

# HelpInfo URI of this module
HelpInfoURI = 'https://github.com/muratiakos/CloudRemoting'
HelpInfoURI = 'https://github.com/murati-hu/CloudRemoting'

# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
# DefaultCommandPrefix = ''
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ CloudRemoting is available via [PowerShellGallery][PowerShellGallery] and via
Install-Module CloudRemoting
# Or install it from this repository
Install-Module -ModuleUrl https://github.com/muratiakos/CloudRemoting/archive/master.zip
Install-Module -ModuleUrl https://github.com/murati-hu/CloudRemoting/archive/master.zip
```
Of course you can download and install the module manually too from
[Downloads][download]
Expand Down Expand Up @@ -90,12 +90,12 @@ Created and maintained by [Akos Murati][muratiakos] (<akos@murati.hu>).
## License
Apache License, Version 2.0 (see [LICENSE][LICENSE])

[repo]: https://github.com/muratiakos/CloudRemoting
[issues]: https://github.com/muratiakos/CloudRemoting/issues
[repo]: https://github.com/murati-hu/CloudRemoting
[issues]: https://github.com/murati-hu/CloudRemoting/issues
[muratiakos]: http://murati.hu
[license]: LICENSE
[semver]: http://semver.org/
[psget]: http://psget.net/
[download]: https://github.com/muratiakos/CloudRemoting/archive/master.zip
[download]: https://github.com/murati-hu/CloudRemoting/archive/master.zip
[PowerShellGallery]: https://www.powershellgallery.com
[AWSPowershell]: https://aws.amazon.com/powershell

0 comments on commit 8fd7420

Please sign in to comment.