Sha256: 0869b3bd8faf52113a2e8c56d3e9e23ada149a8dfffa5b0c9044db63bfc09736

Contents?: true

Size: 206 Bytes

Versions: 3

Compression:

Stored size: 206 Bytes

Contents

include System::Diagnostics

class IISVersion
  def self.current_version()
    FileVersionInfo.GetVersionInfo(System::Environment.SystemDirectory + "\\inetsrv\\inetinfo.exe").product_version
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
dolphindeploy-0.0.3-universal-dotnet lib/IIS/IISVersion.rb
dolphindeploy-0.0.2-universal-dotnet lib/IIS/IISVersion.rb
dolphindeploy-0.0.1 lib/IIS/IISVersion.rb