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:

1,176

Downloads of v 0.2.0-alpha:

439

Last Update:

02 Sep 2016

Package Maintainer(s):

Software Author(s):

  • wieslaw.soltes

Tags:

core2d diagram editor 2d graphics drawing data

Core2D (WPF)

This is a prerelease version of Core2D (WPF).

  • 1
  • 2
  • 3

0.2.0-alpha | Updated: 02 Sep 2016

Downloads:

1,176

Downloads of v 0.2.0-alpha:

439

Maintainer(s):

Software Author(s):

  • wieslaw.soltes

Core2D (WPF) 0.2.0-alpha

This is a prerelease version of Core2D (WPF).

  • 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 Core2D (WPF), run the following command from the command line or from PowerShell:

>

To upgrade Core2D (WPF), run the following command from the command line or from PowerShell:

>

To uninstall Core2D (WPF), 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 core2d.wpf -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 core2d.wpf -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 core2d.wpf
  win_chocolatey:
    name: core2d.wpf
    version: '0.2.0-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 'core2d.wpf' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '0.2.0-alpha'
  options  '--prerelease'
end

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


cChocoPackageInstaller core2d.wpf
{
    Name        = "core2d.wpf"
    Version     = "0.2.0-alpha"
    Source      = "INTERNAL REPO URL"
    chocoParams = "--prerelease"
}

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


package { 'core2d.wpf':
  ensure          => '0.2.0-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

A multi-platform data driven 2D diagram editor.


bin\Autofac.dll
md5: E20870745EC489F5BDF8C182AC972723 | sha1: D54AA544D607588111EB3120206A92EBBEA7B46F | sha256: 2A5303341286353CAC9C05BBAEB54469D2D76A5071DEB07F9873B18B1811F1B9 | sha512: AFECE260ECECAC28FFFD1DA98B9ED9A2DD2E1816654389E5A5264C3EDB554C537EC67480F6E546566EE486DAD6FDD20FC8AE183A62F4C9AD47F6933924AB73B9
bin\Core2D.dll
md5: 21D4D30F519DC7FE85BB164268BB90AA | sha1: B44D3FB4779CD0171B7A03306AC05734432E01AE | sha256: 5D8D1A8DBC979F912B53E99C36C94437F8CD68A2FE1C508F83E2A0DF1986DB14 | sha512: 557844483A3D83A74D42087C09E1FF43470A1D47BD0D79C57F9F2C1EBDA1E1BC8CADF662D61A70FA017F4C1181437F7145152E1C05075B300621DECF0C52D767
bin\Core2D.Wpf.exe
md5: EBFE18D7C81ADF718E5E30690E19C6F8 | sha1: A8A8AABCEE1AFB28F29DF492A6EC9D94EC9DDC3B | sha256: 8CE58CFABDE30107B0032EC5278930B1D0637419FFD06B8909B01DC69F127952 | sha512: 3745D886E99B2AE82BE743252071C0D3D93FEA116AE1BCEF880A7568AF48BD287A70A67DE82E34AF2FF6BA0E305C076266F0DD78A37AD9A11B180773F2E2C3D4
bin\CsvHelper.dll
md5: 71561B38A4C18A9555609A95B1AA8953 | sha1: 19F28B3CECD62D3CF4123415F6DE2A9CF84500AB | sha256: 3DB245CD39594906E93474706392FE6F12CDD6B4E6BA1FBB16CECC0ECC51CF70 | sha512: D460082657A0F78999513820DB6FE5BE6C5A460B5812838B7CBA88B4026F178E575DAE1F1691A14E86F05E18193790778ECDE708B5B9EE9083E91F050CD7BE01
bin\FileSystem.DotNetFx.dll
md5: 882B3FD4E9E1B6EAE61DBF26D7FE52CD | sha1: 4E3321740B9B3F527C5E7103BF6476551E27B064 | sha256: 116D0F1E21040ED266957971D7CF78A50F9DA571085705FC3B7C2533E156BFF4 | sha512: 57C3C231A1C9FD83EA81CA6D1F2D016E98FC8354B500031DCA60934D1D8902C2C329466E940F359A8F4366C98FEA7A41711E2FA5053C4D3678BAD282A2AAF455
bin\FileWriter.Dxf.dll
md5: C00439EC456C4CFD8199D7B9239F4438 | sha1: 90EE80AD4EC8047F366B5BF0D6DE21129D0B5C45 | sha256: 88EE9F0C7BC138C702239514DE2D6B58CE4F3A15733843079B4F8D7298DA661C | sha512: 467105C4EF5BC83E6B2F9B634AB2EB6BD2F9F6655E37170A7CE4CD7D986DC2073D7B4355A2C4350105339DF81EA96481C4BB2CAB7FC9D953CDF8F91749914FFA
bin\FileWriter.Emf.dll
md5: FBD19B935EF489E709E7DE296DDB9B03 | sha1: 229BFE1F80AED06AF78A44D2C464E9C3590C0451 | sha256: 8EBEAE3963D953493ECE8C025E81F7B4DA7EDE346666968F4D754EFB1FABFB9D | sha512: 38A1333DFEB0672E2B4C7FBFA7758EE1A496280E7E44C12048B384E7347AD736F7FECA6373EB7D343F3173B3255D0CFC9B870F1A525E64B46FF36B1913C6DB47
bin\FileWriter.Pdf-wpf.dll
md5: DCC174C14495779C5EB7F2F5E4A128FF | sha1: DC79C69F66A9ED7B6A333EFE6EF2F7F4B84271AF | sha256: A8E57106389A47148FC16878F4F28F78E3123C04EDC666B0B73109342CF12586 | sha512: 0E9AF4800BFB7FE4187B40ABA909BD3B26CDD057354509A247851AB077F57276D47EBE0740C758582E59A45EE4BB94935CF77F1A46C331B9AD5D7BD0204C0D80
bin\FileWriter.Vdx.dll
md5: 24BBF327EE3F060EB87172776C4921F7 | sha1: 0009D4E5D15ADA0E9FB0428B9EA820C57F20AFD7 | sha256: 6873E68E8C12C35A4A335A9CF095669F0DAE9327C646CFB90BDB6FD0DF4F1525 | sha512: 56E75357E2BC33982D380D1656243088C13BC7E28DC9C17B92F65C0D47012BA86250B877559E35E590607F23923F61770B80921526EB548FB3DA6FDFE88C838E
bin\Log.Trace.dll
md5: F31112D7139F5642A77F87888351D8CB | sha1: 3BD7A579F1BCD1A02FF6A1F6DABAD38AE392B26C | sha256: 1A1FED4198549A102D07E5876BDFA117083D3D7D3E79BB91918380D87CCC5F53 | sha512: FC01071D8756FDEB1DD11B4B56649AC8A672B653AD33F27C5F7378D174BDFBA7CF9C704C82BC08324ED874232AC185943B6F7276EE1EBCB2F130B59D78B3B566
bin\Microsoft.Expression.Interactions.dll
md5: 6A3B9E46C41E42E7B8E1479468D892AF | sha1: E31C05AE685E51D07808B1DD24CECED9D299ED81 | sha256: F3B14DEFBD05493B8573016B08B86E5B5D53B486B0457FD75F67BF8BFF04BE38 | sha512: D6416204875CE732EDAC51E36F267C9CCA52F60BA79CD981B388988E435BD1CCE87F972A9E90BE4FD9A7FD25CB316293F938F45FB645F25A4F62B980A37236B7
bin\netDxf.dll
md5: 3CEE54F17FAF6A2C8F51FEA84305F2FF | sha1: A6F30B159DD25624076E4FBBFF3089C2ACCE743B | sha256: E30DAED3213925D9CDBCBCB2991DAC248C22BE4D15A58298C41F771E95EC6B5F | sha512: 19E56F8D6C1DA88341F19A4EF09C587C828C56F49E96DD285BD0BB24E97E19EC22D5350A7DEDDF68315C392E30E3141FBEB00B5FE0457461DD7B055ECE7206A7
bin\Newtonsoft.Json.dll
md5: DB9D3682302D85CF11B156A637B461B3 | sha1: B2C390000255E4D43048FA0945E702A8C469E7A3 | sha256: 121F864EA5E1C291591DBC729E84FC432A455BAC3247C3852A6BB9399C98E64A | sha512: 498EBA7A1A6CB4FA70F38B4492186CDBC58FA3CC4C04EBE4677E349500204B9F91D8F88169575C544934C3A2A69FCDA7D9982FEB1BDDEAA95F7EBBB4DCB5453B
bin\PdfSharp-wpf.dll
md5: 100D167F791FFBDDFFF9DC06F0E3BAF5 | sha1: 9CE24BF708D46B953BD21D050120444A8D466A62 | sha256: 8846F1A3257FB90B627DF0E3D8F32316F3CEC8099240EE8A1BD73D07DCDB9BA7 | sha512: 2B5349E3A762138E4C3D4B306A238B062C7B84405399CF34FC79C43BA84562D8EB135300C708931D2B41D0A36D8FF9E6AF5BFD7E3BFE883E3923040B37315848
bin\Portable.Xaml.dll
md5: 41A7834C9EE76F537FFFA40FD69C9223 | sha1: F1FEAA83EAC3E4D8B70D3FF1BF52E3EA50640F41 | sha256: 75EA370B5D2EEF2AB09C96CFFFDDE31ECF83740B21419E49AC1790566723CD0B | sha512: 95D83FBD3A20280238A5FC151F83B9FABF7CE4DCE2A73BE9CBEBFB06D2AF24E8DF59449AF265DBDC3208D267901A3188498C7D1497A86BCE6B4B2E8596A80D07
bin\Renderer.Dxf.dll
md5: 3092A6E5AECB6023F51EB2C09FCFD6D3 | sha1: FD9640F09B382E82E0D060A9012EB227FFAB626C | sha256: 7CFFE09BF69EB54CB1A55AE9466700A64446983B6940644FA495863B385C90A1 | sha512: CBD381690FA85D46BD0655C18B6295B20E06407549BAEDF12B116AA5D2C0754FF8252EABEB9C39CB7D797EDAE841CE2075261A00C09911C17F183C92FA7E7D78
bin\Renderer.PdfSharp-wpf.dll
md5: 4C5B5209DEB7E7EC42524E831C95B6FF | sha1: 934DCF7BFC2FDD8322D81478E8E8D1AFA06F23BE | sha256: A63FA7E88FFCD19626380EA322EB4AF91C13756C8273515B96E75E8DDBEE1C95 | sha512: 21B0D72716670D16E106912BF53706F1A88E1F903F4CA2F0B7AE7DFED47CA50585C104700A94AEDC0948936B1B5E229F23731584176CB5CEC74301B2191D09FD
bin\Renderer.Vdx.dll
md5: E1A3468EAC2963252DAB0EC971B081FA | sha1: 5461C0C5D68E556A7CFF6536B4C1F40D00A12586 | sha256: 426F9AC4E4B1209D6C6B33611089813457D6AC2E552D7D300101C98149111F64 | sha512: F0B6DA1F7127A88FF59D71740D0D0E75AFA902AB576723688DB50A38DAE5B3A17E1B5BC873F979D3E24758F17A1D24C26C3221CA1A446EE86EB9428110BE9AE2
bin\Renderer.WinForms.dll
md5: F674257073ADA576FAEED05AC5B11E29 | sha1: B6EA0B9714ADE2ECDF959A5E17E7BE5A548A4AFB | sha256: 4FFA590A0631FD036033D6ADBD3209BD2F2F665810ECAD281432A29402E32C09 | sha512: 2C6B0E653FB1D0137CF04D66440A0A82EB3D21042DF7801D8B1367A774E503E2A38C9D61CE4D0E5FA94BCCCD9C29910511EEF95C8992CE881127853CD0EADC0D
bin\Renderer.Wpf.dll
md5: 72029AB878DA9124CC5FE34E1F911E6F | sha1: ACEA582EDC11553EA22D5489EEE82CCD237FFE48 | sha256: B14091E08918FE87C3A8D310355FB1B2558FB3486B1931801B79E008EE5280F2 | sha512: 4E37C9492565E8D5E110A282CD2505A422285B078505B59A4B6148DD1795FBEB83DA79A51E447A3991934A90AB2ABE60771C44702CC30C327CE5783A3D8E158C
bin\Serializer.Newtonsoft.dll
md5: CA1A3982AAE7E98E308DAE6C0C058D55 | sha1: 6E6A46FD27510A0066ED0D1A0C0E99B81E23671C | sha256: 0A2D380CCFD975D0E82F76FF50A5B58D28E2B9ECD4212952D33844667B44C000 | sha512: A3430C959931A9D47F09523EAFEA0B337CB9AE260FF7089B3D7FD3531894FAADE3E722B4FC7FC8CDB721950236A819D8E6CCFC260DB930014D12024584A75896
bin\Serializer.Xaml.dll
md5: E5394FC42016512743E13A891EC6F712 | sha1: 0060862736D172F9F400C91D8B986D2881E5DE89 | sha256: 6C38114F0567BB8EED61CB37082E5968B4EACE6B891DC3B6241CBDD674C3F3E2 | sha512: 93402F7092B067094F0657F8A50EE391D276D526DFD2B7CB327CD440F0D526E0889DB9F46A16CFC975106EB29649D5F57AA7181F329C22CCDA5AA8AB6370B3C9
bin\System.Collections.Immutable.dll
md5: 6BF19A1E18A57AE11D9AE0A6EFEB00C5 | sha1: 43EF7FED6A8ACBEB8B00F684874D29326A32D6B4 | sha256: 39BDA1B32E855687F89CFC4BAC39A894145D1D91A6C6129FCE0A77AEA66644A0 | sha512: 5F2175B497225049655B0EFBA38CE748EF72BB2B65191C8B552F96925C4EF576C10B5ED56EAEBCCFA89645FE66333D0EA5DC848D92E4AA36E2571318726FED92
bin\System.Reactive.Core.dll
md5: 02A5A7214C63A9B9F7FFD5CFBACC6B8F | sha1: 0BC83B237AEB0B37D8D7AA73F91658C32859C1A6 | sha256: 0A4A074E2FCBAFC2252016A2DFCB87D3A85FF74E203116F2BBAA722C2E9A2A64 | sha512: D847ABB9260E5AE748F087B87974C006C808B5AAAA7B1636CBD5667FB57292FF6C4E6FB30BFC7F33914D676685DC06F1521612DD45BA2D0EF5EE1C689524D8D3
bin\System.Reactive.Interfaces.dll
md5: 7627AF24B44DCB3CB7E6BB2753534BFA | sha1: C97E81366A72F5BF5369DBAEC7FD647979D63550 | sha256: EF30AA9B306DC80F16611E624B42E54C41DC95786A13852BF18FA458597E6CF5 | sha512: 5C6CB44AF79EC96B6564545EB6DF278726FD2C5421EF75E79CD777ADD45EC62BD4089F0BE8C685A7DA83BBFF681FBCFB3D1522FF1A1201891467987162D886BF
bin\System.Reactive.Linq.dll
md5: 996A389E58910B0E95AB32187EB8FA35 | sha1: 57790A331B1E62BB2375A6D61E7FDF51202CAD18 | sha256: 05630C8BD5B3E786CA07790040FFD2B916C4CD4A8632A33D51DFF7831C647F4B | sha512: 40101270E47DBC0BA4A5AC011BEC0BF88EA6E03057EB124E761EF3A916A5B3DE6C2266E6BC9FD6A3E3A1C8AFCE77C4391F0015F4F34B7C031518209562BC5BA7
bin\System.Windows.Interactivity.dll
md5: 3AB57A33A6E3A1476695D5A6E856C06A | sha1: DABB4ECFFD0C422A8EEBFF5D4EC8116A6E90D7E7 | sha256: 4AACE8C8A330AE8429CD8CC1B6804076D3A9FFD633470F91FD36BDD25BB57876 | sha512: 58DBFCF9199D72D370E2D98B8EF2713D74207A597C9494B0ECF5E4C7BF7CF60C5E85F4A92B2A1896DFF63D9D5107F0D81D7DDDBC7203E9E559AB7219ECA0DF92
bin\TextFieldReader.CsvHelper.dll
md5: 6E9E49FE132D29909324A9CA90C03E12 | sha1: 92BCA45454DD4496CFE8E775320933F02F341FAF | sha256: 09D8EA8EF27825079E3EE3206A3BABE4072CED182E9F4EC945DEAF75629A25C6 | sha512: ADD277B58D3D3EF6FE88E285E2F3058FBEDFD3590ADE0684378D0396EC153ED20B9514B23FB3D244869F2273EE8C9302FAF007570D3E42F2EFD90A3B9A3424CA
bin\TextFieldWriter.CsvHelper.dll
md5: B0688C40D80C65EAD3B6C6BFF974CF81 | sha1: 589C3925FDB38996649452369A982D60AA1B41F3 | sha256: F73D7BCD4DB0F8A12940106BF4A85E50DD3372B16378DBE8C08074489B6933C9 | sha512: 9B6CC1CE48E9BAE4A097FD4916014E761B812464EB2E88CB496AED8501D7D324D7456ED55264E9A816E5FE66A927293B76287E7127EEF8EF9041607DAAF92F28
bin\Utilities.Wpf.dll
md5: 903EB424EF169B3922CDD3B42025127D | sha1: 2B2EB68298C636507DDD1E4BD5190CC3D8A79E1B | sha256: C34E4C92B94074E648EB372B8E92C39A779E6AD27BEBF0543C6F4C957A7CC8D1 | sha512: C65C194AB03A459B8B26EEE6B6D0F5729F55C6CD9E3098593E8AA7A60FFF8C1130DF2C384A74149073DE8823A622D6F1C0F781792B98943263D1EBBAE7ECD5CC
bin\VisioAutomation.VDX.dll
md5: 5EA14962807AA817591D340A0AC9EFC8 | sha1: 8651C96DF9F60D7FA06E5070ADF59C6F61FD9CF8 | sha256: 20334781D13405C5A9847EE7A94BFE1620FD254DDC4CDB671F51DD4E03B6BF7E | sha512: 43C6F2BD6F78FFFBDDAF3C8ED9ED822E5CD3FC7E456EC225F8DC87D6D06B1EFA8366775EF92746BD266FACA7055F9A87ED4DE07AB26A20F00897A28EB73DF963
bin\Wpf.Controls.PanAndZoom.dll
md5: 41CF5DDB884BEE4048042BC59D32597E | sha1: 0BA05C00773FBF6D42125C08617579F644AE5900 | sha256: BBA8C457CEC521A56BE44EE304BAA853B173CBD9C1B2326518A3B9F37D5BAEE8 | sha512: D78748D32AB5535321632D7DB86DBFAFF8F7F52A7C5BD1DEE526356D0021E876C7A4B20397EC9525A68878164CD35C0A4CFFFC288BE2AB8A1D0CCFA9566E1936
bin\Xceed.Wpf.AvalonDock.dll
md5: A36F780072F7BDDE8F8227082F7CC1BF | sha1: 0AD9E6F8E3165AB2537A2B5C7C90A9E74CCC082F | sha256: FF1466A7AE87745D44CC7A9EC7D0BD3B4C744D3D536C9E3AFBB4D2C0916F0696 | sha512: 585E38054E8E999D7D0257B0DCE91CCAE3FFA881741CBB9DBE04F1BF73F19ED7CC9EB46B1B2B4923CC07AF5010A2D5FE86F39ED1E56D36C4FF45CA008652C21B

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
Core2D (WPF) 0.2.0-alpha 439 Friday, September 2, 2016 Exempted
Core2D (WPF) 0.1.2-alpha 370 Saturday, August 13, 2016 Exempted
Core2D (WPF) 0.1.1-alpha 367 Wednesday, August 10, 2016 Exempted

This package has no dependencies.

Discussion for the Core2D (WPF) Package

Ground Rules:

  • This discussion is only about Core2D (WPF) and the Core2D (WPF) 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 Core2D (WPF), 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