Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

2,203

Downloads of v 0.0.1.25-alpha:

440

Last Update:

17 Dec 2016

Package Maintainer(s):

Software Author(s):

  • Sergey Ivasenko

Tags:

actors framework kino rendezvous

kino.Rendezvous

This is a prerelease version of kino.Rendezvous.

  • 1
  • 2
  • 3

0.0.1.25-alpha | Updated: 17 Dec 2016

Downloads:

2,203

Downloads of v 0.0.1.25-alpha:

440

Maintainer(s):

Software Author(s):

  • Sergey Ivasenko

kino.Rendezvous 0.0.1.25-alpha

This is a prerelease version of kino.Rendezvous.

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Resulted in Flagged:

This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.

We recommend clicking the "Details" link to make your own decision on installing this package.

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install kino.Rendezvous, run the following command from the command line or from PowerShell:

>

To upgrade kino.Rendezvous, run the following command from the command line or from PowerShell:

>

To uninstall kino.Rendezvous, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade kino.rendezvous -y --source="'INTERNAL REPO URL'" --prerelease [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade kino.rendezvous -y --source="'INTERNAL REPO URL'" --prerelease
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install kino.rendezvous
  win_chocolatey:
    name: kino.rendezvous
    version: '0.0.1.25-alpha'
    source: INTERNAL REPO URL
    state: present
    allow_prerelease: yes

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'kino.rendezvous' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '0.0.1.25-alpha'
  options  '--prerelease'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller kino.rendezvous
{
    Name        = "kino.rendezvous"
    Version     = "0.0.1.25-alpha"
    Source      = "INTERNAL REPO URL"
    chocoParams = "--prerelease"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'kino.rendezvous':
  ensure          => '0.0.1.25-alpha',
  install_options => ['--prerelease'],
  provider        => 'chocolatey',
  source          => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

WARNING

This package is exempt from moderation. While it is likely safe for you, there is more risk involved.

Description

Rendezvous service for kino networks


AsyncIO.dll
md5: B2792F73E2AE56711D8A9609150B680B | sha1: F4E8ECCCCC92F11A5A46A1D603882397403B536E | sha256: CE336909941800B36C92EA665444E4FCD41CA84D2B270B2FD4025C96C13187B3 | sha512: A55A854311ED136D359631F7B1726101C84BD07B52FE3065410E4CEF1905276BF888BB810CDEFFCA13B4214F161C30B878646FBC990246CDA0DBF1F4A249C7A3
Autofac.dll
md5: BDEB45C062C48E9686B171E4FA3347C7 | sha1: 22871766AC6495E9FC93DF2CB8BE920098EE657E | sha256: A8AAB9C836B8198FBF332BAC96ABA23F9A335B359E5A85ACBBD43994B02DAA8A | sha512: A3DCE9ED6C714FB07ACBB515242128C7FB071385ECE30456BAC7BBC7522306CA5A6539DE202552B0E647BE52D8E503EC8A68D4B83DB81434F09CF0813CEC21DE
Autofac.kino.dll
md5: 1FD7AE84C89CCBF0B78142BAF389B508 | sha1: D3783EC988405C5442114F0BC18E5B558EEB5023 | sha256: 58AF792B97F05B65B857A209D15937C5E5DA9A0485340740EBBDBD40F9877B36 | sha512: 98A6A3C3278345EB54687E47F34B3EBAC98900B11E155E5A484543A55A96145FE7A581C8716D8B8334DA8EE82922C2C6663EA0811B427C0995B91BF7DF9DF704
C5.dll
md5: 14D41EDE5DE0BEDD59066B673BEAC0E9 | sha1: 26570AFDF5E0F59592B5E0F4EBFEFBC1633B6302 | sha256: 4FF6ABC9A31866C6F79250AD52F82163E3BF84BAC3088FA7775E409E6A98C8AC | sha512: F7BA0012AFD0F0873A8BA493995056D3B02121FF5F1E389ECD7CAA5E5A8A2EF91D96E92B02F2AC66EF42BD59EB6309266E34F6558AEEBEF50A7E7E6024B35464
config\Application.config.json
{
    "dev": {
        "rendezvous": {
            "broadcastUri": "tcp://127.0.0.8:8001",
            "unicastUri": "tcp://127.0.0.8:8011",
            "heartBeatInterval": "00:00:05"
        },
        "synod": {
            "localNode": "tcp://127.0.0.71:7000",
            "members": [
                "tcp://127.0.0.71:7000",
                "tcp://127.0.0.72:7000",
                "tcp://127.0.0.73:7000"
            ]

        },
        "lease": {
            "maxLeaseTimeSpan": "00:00:03",
            "clockDrift": "00:00:00.100",
            "messageRoundtrip": "00:00:00.400",
            "nodeResponseTimeout": "00:00:00.200"
        }
    }
}
config\NLog.config
<?xml version="1.0" encoding="utf-8"?>

<!--layout="${longdate} [${level:uppercase=true}] ${message}"-->
<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <targets async="true">
        <target xsi:type="File"
                name="file"
                fileName="${basedir}/logs/${shortdate}.log"
                layout="${message}" />
        <target xsi:type="EventLog"
                name="eventLog"
                layout="${longdate} [${level:uppercase=true}] ${message}"
                source="kino" />
        <target xsi:type="ColoredConsole"
                name="console"
                layout="${longdate} [${level:uppercase=true}] ${message}"
                useDefaultRowHighlightingRules="true">
        </target>
    </targets>

    <rules>
        <logger name="default" minlevel="Trace" writeTo="console, eventLog" />
    </rules>
</nlog>
kino.Actors.dll
md5: 4B33A148B8624241B9960D9F6546E100 | sha1: E8ABCF94EA0C13C94F38FE605A83CE3DCF91C604 | sha256: 2B624DDF7A7D77E2F6A98CD086F299587A1D743895B7C290C8620A541230D7C6 | sha512: 2B04190448D70D232681065DB5DBDC6C91CDD53AFB9FC85E693F439B7D1A8B58388AEFFD9ECA61A67006034CB070DAE485FB29BEC8F4BE8E978C6C426516D8EF
kino.Client.dll
md5: 3A6FA1DCFDBC1FDB9EAD94CEDB49123E | sha1: DC91A605C369A087D32FE6F9604D9B2BE8669667 | sha256: 4477E2AA8543B749D998AF27ECC231421E6A058CF00F89BA94EB67AEF24C8372 | sha512: 327C9DE60C0037CD6D39767DDD13139DEA4CD8F05B8157763902EE88C2B4521CA85A10A024EF707AB9684945BF3AB23E81B8CF75127A114F7A184E5BEA8F6800
kino.Cluster.dll
md5: C015D0A6FD5DE9F8D83708568EF53E29 | sha1: 1BFE6D5EAF77060662413924F8D37009EEC6C86B | sha256: 28BCD27A49FBA2A6907FF824D335D80A0AB3FF455356EC1EF741F0883D48186E | sha512: E9A764865F75EB45094FE65A9A91181781C4CDF5AE7F7E7A90D27CB7E7690B0A7CD6CA7C4D168B850BA37C261E92ECD81609674918F86FB37620AE82AB480B09
kino.Connectivity.dll
md5: E466BFFB2F8DB1932F9AEAA2FD423195 | sha1: 4E41FDF546EC84A121A0703A14E097EF1D10235C | sha256: 215044A7524C5A9D68B3188EBF81A2A07369E00C00AE005F162EA3DAEA96ECB7 | sha512: 88F7CA06A760F49291D525E3010754923C6317B9EF641EF08FAD6ACFBDA590186C3439A4EA7B570265AEFE739EF8EF49CF70A64F9F13186A5BEDE34A5DC5C05A
kino.Consensus.dll
md5: 51BFA69F40A64AC7915F3EC7A4AF0338 | sha1: D956E436E3D1C881E872C31C0A08C301C9BD3266 | sha256: DDDF6CB9FBD0B8DC3DF3580E6C5307F7C1266783738A74DFC22360D7E8E3BC67 | sha512: 2A078628F630F3647E746BF5F87907AA7A3BBDB5354829E2CC5A266E9195D2541277E211FA30B44A6533E98F02EB05DDB962019AF374B1B9F8652CA148AF9A6B
kino.Core.dll
md5: F934B142D9F5040AF3CE9116F461EF90 | sha1: A43AE27E42981DD19DB17D276F20DECF864CD0E9 | sha256: A6DD22FA31538F60DF6F1D958B66E7C1FABA8424DA56E2CDA23F7618451B7D8F | sha512: 6BDBC041906C1B12946B744D27F30206C8D0393CF5212F89484DC199DB9A01BFBE7D1352B58B84A0C3F03E3A29EFCB016E4571237942DF3416E0253352AF7B53
kino.dll
md5: C2B8056E584ADD8C373BA88E92454D94 | sha1: A8986A9C57B978F0538E8629F71FF4B7BEAFFFAD | sha256: 14F0451140E1186741FC97D6CED9AC46A367A4DC0FF41007065A15C224C6B65F | sha512: BE4A683A23D3715ECBE3B56DEFB55E0A280DDD74FE030108DF6DFA1AE408CD9BD05A15AB95662AE8309AAD9AE6A8310A8B6F89A780D2704FD52D5BBACB47E6AB
kino.Messaging.dll
md5: 757D49405267874D27439E1DA7D0BBA7 | sha1: 2345823A8BC27664009D1C22E407F1A424F62FE1 | sha256: B3BEA8BEA6C07A367DD0F95D3611A05AD098721355EBA94FACFECC6D8182F1D8 | sha512: 713785C5E0950263F40535DD117449C8EB2445661E9FFD164A327471395CFBC584FB5ECEEBEAD2B2F0BA62452E2A1332E37F564D47B89B7E0E40D8A80909A8E8
kino.Rendezvous.exe
md5: 453979603645C24722F79365C6C8CB48 | sha1: 7302357AFFDC857D21FD0CFF72C72DDAE781759B | sha256: EFFCD15B198D4F589148C955D08AD87829E2D6CB55161CB0DDF7D97C98999F97 | sha512: D0D0634B8B185D84F7BCF91B9B85AAA30EEEFB9E0FB7BB9FC8E21F56D4C746B86029925A5D632347EF5435A5AE42992F353A70A15617D68E9481CC3DEEFA3326
kino.Rendezvous.exe.config
<?xml version="1.0" encoding="utf-8"?>
<configuration>
    <configSections>
        <section name="nlog" type="NLog.Config.ConfigSectionHandler, NLog" />
    </configSections>
    <appSettings>
        <add key="JsonConfig.EnvironmentSequence" value="DEV" />
    </appSettings>
    <nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <include file="${basedir}/config/NLog.config" />
    </nlog>
    <runtime>
        <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
            <dependentAssembly>
                <assemblyIdentity name="AsyncIO" publicKeyToken="44a94435bd6f33f8" culture="neutral" />
                <bindingRedirect oldVersion="0.0.0.0-0.1.20.0" newVersion="0.1.20.0" />
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
                <bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="protobuf-net" publicKeyToken="257b51d87d2e4d67" culture="neutral" />
                <bindingRedirect oldVersion="0.0.0.0-2.1.0.0" newVersion="2.1.0.0" />
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Autofac" publicKeyToken="17863af14b0044da" culture="neutral" />
                <bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="System.IO.Compression" publicKeyToken="b77a5c561934e089" culture="neutral" />
                <bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="System.Security.Cryptography.X509Certificates" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
                <bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.Win32.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
                <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
            </dependentAssembly>
        </assemblyBinding>
    </runtime>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" /></startup></configuration>
kino.Routing.dll
md5: 8BB97DAA9DBC7A03C9D9E0CEADCA115F | sha1: 65E64B30598FF814F5473AE78DD9EF1BB477D61A | sha256: 7CB349D9B37A629639FA1B3F1B9CA42C10EF18AC455D7EEAB74CCA1CEE50239E | sha512: 9796EDD45A5BEDDF0DEFFCA50000914567C36769179622E7DB28DF624A39AE0182764F0283F3B9975B6FDAEE949D794FA88264F3328B0639E5F31C136C55FC7E
kino.Security.dll
md5: BCB0EF61E6EC3E4A1B5B1B498120344A | sha1: AD8170477203EDF472A82CD6983A66C76C0ECA0C | sha256: 44B964FEACEC6AB189E95A9371E54776CCFF153F5F599D2AFB85A0758DF9D3F0 | sha512: FC15216307D3CFFCBCCB28D58C373906C17AC865BCC7E4EC849186C13072F2CD9B28539EAA3CB30992E6E0551D5BA2B7509F5C39FC540591B1D38A0D0B9E294D
NetMQ.dll
md5: 2A0DD5EB1B248C3FA40B944756E39937 | sha1: 4FEF0997E0A5FA4746C9A6F8DAEDC293D718485E | sha256: DDC84BAC73746DDB3577B41AFF0C294ACDCAFF2F437FA5C253E913CF75E201A9 | sha512: 4429BB10206733115C03815950A91E475BC7A119BD3B6236EEA56C1E51F8CD91A5F813675A3B228208ED89D7803F0F8DC71ED0C98CC951823B17DCFF18FDCE75
Newtonsoft.Json.dll
md5: C53737821B861D454D5248034C3C097C | sha1: 6B0DA75617A2269493DC1A685D7A0B07F2E48C75 | sha256: 575E30F98E4EA42C9E516EDC8BBB29AD8B50B173A3E6B36B5BA39E133CCE9406 | sha512: 289543F5EEA472E9027030E24011BEA1E49E91059241FE6EB732E78F51822313E47D1E4769FA1C9C7D6139F6A97DCFEF2946836B3383E8643988BF8908162FB9
NLog.dll
md5: 617E856F82E68E873EE111C1A21CF3EE | sha1: A060907310C576ED14224E9EE59748C68F094B95 | sha256: 659572D0888327EC459FA8778842A7F0346FC5725BB5349CA66AE9990D23E869 | sha512: E6E4AEB6BC416937F5715237B8F77F0BFA19CE37FE86E27B8C1EFCA0E2A35086751D98D6D785FF5513998AF1B1C6E8C05064D84BD2F97D32EF7D11D280CC859A
protobuf-net.dll
md5: 0328D67FC2071670F11CE17970B8ECDA | sha1: 13625BDE59A49EE4A32DEB2AE73B4A34C7C408AB | sha256: 0EDF2382691A7706CFA740D95DA85830560AD006D038D7F70CDA6D745C872F85 | sha512: D706AE13C38E05A1680079375ABC9FDB20CBB400529F414A0A60669DF05E1ED2164214E59C2DAAD5445D1F43539614D0BCC082B632F01750779E792390D497F8
System.Reactive.Core.dll
md5: 39DBA19C792581D4B454D58E35878D86 | sha1: 08C83CE7CC2219C9BD80DEC9C6A42E8777F99E79 | sha256: EB0DED63A40EF4D8B2E2A78BCA52A8A8F74B8A2394867BB8547223B15AF380AA | sha512: 7F6241CE8B47C0AB91FB6AEBA509CF72B24C807C625DB5C75AA692452AC0DF025E8C14553C093FE979717634C63BEB07BED62AE313C5EFA814C9B53CF34FE712
System.Reactive.Interfaces.dll
md5: B80E8C6C63A953FC1258D28996B0CA8F | sha1: 161C6845C2663B574D226FDF9BDE0F256D72DDD6 | sha256: ED6131702DF41A1C2C4AB1027614BC028C61D54C3261D7090D43838A79BD9266 | sha512: 253834FBD6C121674B2AF71CB591E210563D18E29B8511FD854B25EEC52D5137DE66D03BBFD0B79AE7F4A2FFB8398CE7F68D99090F01F9A863E53EDEEC4F4F96
System.Reactive.Linq.dll
md5: 46DA475B75EE3F8DDE6D6541DCF7D9D2 | sha1: 47F67EE228FE6C201CD2C8E3F0F11D3983713B22 | sha256: C0689C2BBED77CD0595E7AF9EC42A0D49D8D5AF1CDAB736F16DD24BB95DF123B | sha512: E0082003D6B73EBAE7963C1BAE93F112CB24ADA68E492BCD776FC4288E49A0E2CF24401DC7B909AD60BBBA2390E941EE33514C00D1FA82219364AEDDAE63ED3F
TypedConfigProvider.dll
md5: 3CBC833E3717A2FAB3F647A22C3A2F7E | sha1: 888DFF5D39D1FFFB08BF40B57EA7724C558D3EAC | sha256: FF4001ADE25D059E3C7F0FE24930E65ADC4C1D1C9273CF51D2B51E80314F6B76 | sha512: 43C008763F13652747B88EE25A34C4F70F045CDBCB2701886D0B7EE21DA829CA058E8BA38FF2BDE7B9B8EA269620A599EC78BBBBB926B8C60CBFFD4A669C22EC
WindowsServiceHost.dll
md5: 21750666372BAE32A4D55E31E89D89E7 | sha1: 10A977EC6E73E86296649A572D1A4C74889E6938 | sha256: D370D4CEF5EF7974B509C2D6054F2560C7EFE14A3069808D98C40706006F81DE | sha512: FA7E09672F23545CB129EC57C8EF0632171930C55DABDDF398C4B35F35D23506C5F5F9A958A97BEDD76768E196A976886529B5E4C70F7DD3F80712D0F1BC970E

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
kino.Rendezvous 0.0.1.25-alpha 440 Saturday, December 17, 2016 Exempted
kino.Rendezvous 0.0.1.24-alpha 328 Friday, December 16, 2016 Exempted
kino.Rendezvous 0.0.1.23-alpha 323 Monday, November 14, 2016 Exempted
kino.Rendezvous 0.0.1.21-alpha 362 Saturday, November 12, 2016 Exempted
kino.Rendezvous 0.0.1.20-alpha 395 Tuesday, September 6, 2016 Exempted
kino.Rendezvous 0.0.1.18-beta 355 Sunday, June 5, 2016 Exempted

This package has no dependencies.

Discussion for the kino.Rendezvous Package

Ground Rules:

  • This discussion is only about kino.Rendezvous and the kino.Rendezvous package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or kino.Rendezvous, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus