PoshSequence.psd1

@{
  RootModule = 'PoshSequence'
  ModuleVersion = '1.0.0.1'
  GUID = '834c797a-e74b-43e4-9218-cb88627d2151'
  Author = 'Andy Sipe'
  Description = 'Small module that allows a sequence of numbers to be referenced by name and saved / restored from the harddrive.'
  Copyright = 'Copyright (c) 2017 Andy Sipe. All rights reserved.'
  PowerShellVersion = '4.0'
  PrivateData = @{
    PSData = @{
      Tags = @('Sequence')
      LicenseUri = 'https://github.com/asipe/PoshSequence/blob/master/LICENSE'
      ProjectUri = 'https://github.com/asipe/PoshSequence'
    }
  } 
}