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,178

Downloads of v 0.1.2-alpha:

370

Last Update:

13 Aug 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.1.2-alpha | Updated: 13 Aug 2016

Downloads:

1,178

Downloads of v 0.1.2-alpha:

370

Maintainer(s):

Software Author(s):

  • wieslaw.soltes

Core2D (WPF) 0.1.2-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'" --version="'0.1.2-alpha'" --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'" --version="'0.1.2-alpha'" --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.1.2-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.1.2-alpha'
  options  '--prerelease'
end

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


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

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


package { 'core2d.wpf':
  ensure          => '0.1.2-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\Core2D.dll
md5: F230517E07D7479A9B50BCEF0454F0E5 | sha1: 0E9F05DDA3313E424B652B23F3B3986B44F24E42 | sha256: 63E01E2ACF4B9CAE22F5E10AD1BACEA0CAFE615DCE4E7A1C6DB6D9B5B0BBFAF3 | sha512: 5AC3327BFACF93179023979B43BBAE607411716DEA9DB39CEE15982C32BE839AFA3915265286AB9D7A8D0237131FACFCC7BEBFDD37AA465C23F336512F98ED99
bin\Core2D.Wpf.exe
md5: B14C8444420AC13EE92AC92303A928A4 | sha1: 6CC949ED3EC2F626A80CA68FE8344D1714D26E44 | sha256: EDF22691DBC3452139E1FE150FE9B1D704421937056391E5B23DBE433C9242E6 | sha512: 0679593F608433AC2F5C84082EC2FC09A61DBFAFC09A835A5B8ABA99467069609B770DF501F665F8EC54887B30DCF9CDB6305F61201BFC12224D9D6C98212BF5
bin\CsvHelper.dll
md5: 71561B38A4C18A9555609A95B1AA8953 | sha1: 19F28B3CECD62D3CF4123415F6DE2A9CF84500AB | sha256: 3DB245CD39594906E93474706392FE6F12CDD6B4E6BA1FBB16CECC0ECC51CF70 | sha512: D460082657A0F78999513820DB6FE5BE6C5A460B5812838B7CBA88B4026F178E575DAE1F1691A14E86F05E18193790778ECDE708B5B9EE9083E91F050CD7BE01
bin\FileSystem.DotNetFx.dll
md5: 110C5382A0598D4C350DCA71C2EC0D45 | sha1: C824F6D1C6A434B4329700B35DE9DAF0953EE7B5 | sha256: 54D0359C177841F5C3AFB4E3672C7341D8C4B528DAE0B1B7565D74F7888355B3 | sha512: 04C83F8506C540A13CD6BCC4279F5BBC63A5F349E68F69A525247C9EA07A103BC7D7EB4CA58F125CD23B17D4E792998C31104A10FC9FE05154179B5787967872
bin\FileWriter.Dxf.dll
md5: E3CB977E0DBC44A0E402408C51F5D86C | sha1: E8D8581C70C13BABE9A1009A909165390DA8B21C | sha256: 2412BA6E79C1D6DA1B93CB4301186FA26BC1543FB16C96F6FF8D6B89B60CC18C | sha512: 9C78A2F8F309E2ABE1C789A09BA88A8EF005D19EDE4568AC6CBDE8F57D5A5ACAAEF27261566BFBD4CDD49947FA8744E0778C7EA005E7C02BF123FEF4892818BD
bin\Xceed.Wpf.AvalonDock.dll
md5: A36F780072F7BDDE8F8227082F7CC1BF | sha1: 0AD9E6F8E3165AB2537A2B5C7C90A9E74CCC082F | sha256: FF1466A7AE87745D44CC7A9EC7D0BD3B4C744D3D536C9E3AFBB4D2C0916F0696 | sha512: 585E38054E8E999D7D0257B0DCE91CCAE3FFA881741CBB9DBE04F1BF73F19ED7CC9EB46B1B2B4923CC07AF5010A2D5FE86F39ED1E56D36C4FF45CA008652C21B
bin\Wpf.Controls.PanAndZoom.dll
md5: 35E3054B00884DD7EA1E98ADC2AFF47F | sha1: 8A46A7D65CDF0E0310FB21E779FDE6ABDC9BC7A3 | sha256: 035481050F84693213887D72504BADEF888365696018F957053C8707F98E1895 | sha512: A28221EE5E960F87C0E4BA875B1F2AF6BC9D984C3FB07B8C4CDD474B50B27CFDC677A7D96C01AA06A5BE79F2266D9F18DABE70A34BE4B6051C2BD4B0638265A4
bin\VisioAutomation.VDX.dll
md5: 13AC3664F5F0E4745B8E2F4D35BDA0E9 | sha1: E55DAD0DCEA30396301D55CA9E02A765BAD0B28C | sha256: 54340D1DFDD1AC1B1B593CC91DA11105D21F8CEB1A754D558D1FDB29BA8C24B9 | sha512: 2D82012330B73672202F6B102150CCBFA7A985B3999143BAB4B5F8C8A9622BFE49F707FD125D33C748FF38BB2FB30691664E796B643B8A66E12E98EF6D4208AB
bin\TextFieldWriter.CsvHelper.dll
md5: EAFFA982B5ED45328C161422BAA344DA | sha1: B1716527A5B6D7AFBFA9605086BA285AD468DB86 | sha256: 754C0166C574DBDC11BC29191A4A5E0038CB80EE5A41FCB94CFC433AEF477963 | sha512: 3100B78DB9D4B924402358F23F05D3265EAEDC2692FAACC1815D7141E8174624E17A35E230CE78CE72506FFB5731F5C3CF4406D7514B49419E72820832FA2204
bin\TextFieldReader.CsvHelper.dll
md5: 0A4B635D41742563999543EEA48A264D | sha1: 55E1310F6DDD59F63B28C1395D377E14B1D03318 | sha256: A3E1DFBC54E3AE3A23A973BCD7F127B66FB036C3D8B7C42D5C24E7CAD62E1197 | sha512: C9BFFE2A629C74C9370FD16CD2982F60A775505C79E5EA4F69F5B2C9E4E38D9A70969C430376E3D7C73656854DCF0D6A35BF4496B2E731CB81F7601925B8E7F0
bin\System.Windows.Interactivity.dll
md5: 3AB57A33A6E3A1476695D5A6E856C06A | sha1: DABB4ECFFD0C422A8EEBFF5D4EC8116A6E90D7E7 | sha256: 4AACE8C8A330AE8429CD8CC1B6804076D3A9FFD633470F91FD36BDD25BB57876 | sha512: 58DBFCF9199D72D370E2D98B8EF2713D74207A597C9494B0ECF5E4C7BF7CF60C5E85F4A92B2A1896DFF63D9D5107F0D81D7DDDBC7203E9E559AB7219ECA0DF92
bin\System.Collections.Immutable.dll
md5: 6BF19A1E18A57AE11D9AE0A6EFEB00C5 | sha1: 43EF7FED6A8ACBEB8B00F684874D29326A32D6B4 | sha256: 39BDA1B32E855687F89CFC4BAC39A894145D1D91A6C6129FCE0A77AEA66644A0 | sha512: 5F2175B497225049655B0EFBA38CE748EF72BB2B65191C8B552F96925C4EF576C10B5ED56EAEBCCFA89645FE66333D0EA5DC848D92E4AA36E2571318726FED92
bin\Serializer.Xaml.dll
md5: A9D73DC1BAB090509CAFCECD01452BA0 | sha1: B50C53A9A4D82E95869BF99BB91CB9E9E3700B6E | sha256: A8996C4408999C87CB9CE4D20FB1F00336F7F11CA7CE9CA7AF3A2BF612F72F56 | sha512: C6F19B8380DE90AB3671E27058F8B70253FBAFAB8D7ED4F1095096B05E82B19635A21F4DB90D450FFAFE1752C6F10D2AB79B39E913BB8BD140C9C46E7270D1C5
bin\Serializer.Newtonsoft.dll
md5: C41EBA849D31E9C700B99D6038A1CB71 | sha1: FB4C5AEF68E92B4981CF99731A7865E3759D6E95 | sha256: D10D740369527554DB1FEBA3D7B56AA3DBE4E3F42546B02CF87A869F8969DB7C | sha512: 36ECED2BBD7B3353FD1F3EEF51BE646E97FD7FA9D62A49148D5027BBA9FEF831DC3FA3BD40F8D36F3364948DDBFB17B2A92D1530398392598AB2ABDEED28D224
bin\Renderer.Wpf.dll
md5: 547AC99D6A768DB75DDA88CC1AB9548E | sha1: 8CE80D560679D159D76A082C766FB495C7ECE655 | sha256: DB626BEC38E8EF3D7A82F02CF1E0217521A9DD23FA9E63769B3DBB8378CD9251 | sha512: 770697AD283461D1017EE1D3AC89DB0E81BF1DD96E324F1EED4B7826C65810B773CA8EB1EAE766F53AD89AA3481C8E82FD63B5AF3B6CDFF58F23FCD3321F21F6
bin\Renderer.WinForms.dll
md5: 8B655CFA2C422A3960E0E79C8784EE5B | sha1: 151BF0AA713DE943A5386DBA3CE08E05A80F2644 | sha256: AE883982BB11D8AB3B79D5F6AA9981F8F96469A34EA197BDA53846A9191FB7CC | sha512: F94DB244AEB1968955C70FE36BF2764E7BA3A42658829D2DF859571AEC90269E1BE6DD35DF46F3231424C68696F5A7F3A70E280CCE742BDC76155B93D203ED78
bin\Renderer.Vdx.dll
md5: C39D5957C6746CAF40CFF2ABCCD9A7F8 | sha1: B24091432AAAC6C39342B63FCF8546D6777285E8 | sha256: 8A89DA5A8FD1ABE3926677295D06DAC586AC2C0F4A86F9E2056E2C870300E1CB | sha512: 0294F9C1E05F83DC1E7897F774518271332617EB5635B328A106ED00B9B7282F010AAFEE01F050B1956FB102FDDF82EF8F13BB32FF0E657429541D9494E3D6FE
bin\Renderer.PdfSharp-wpf.dll
md5: 8F0F1E383D32C8858FCCFDE9F1B940CA | sha1: 7C24D049238B675EE7628F7C9A451EC4D85523FE | sha256: E9EBE17C7E6A85D228813B9B1DFE86ADA8F8EF88C654EF3972356C0DF5271B70 | sha512: 9409BC1B1744866248D88A67AEB3CC3380DFF69D986419B8DE8FBCF0BF7B48D7098C91EB04DE8DF408BECA5FE94C5E33369AEBD1E2F36C9E78E90D571EDF223D
bin\Renderer.Dxf.dll
md5: D21F9EC48CEED65C3077A55432AEFF48 | sha1: EE81CDF9AF3632A04B687BB3F788429ED5B7E6A1 | sha256: CC9F7DFE8CD3E661D816EBD6F55147707C4030E66E965003C0F39E7E66A20D86 | sha512: E94D458061B9E0B2DCAF823B03B0ADCA5C93BFA1AD3F63E503573AD979C79E046EF0389120988243072EB7C3087281D714F4E795A29FA6C62148793F675A93FB
bin\Portable.Xaml.dll
md5: 41A7834C9EE76F537FFFA40FD69C9223 | sha1: F1FEAA83EAC3E4D8B70D3FF1BF52E3EA50640F41 | sha256: 75EA370B5D2EEF2AB09C96CFFFDDE31ECF83740B21419E49AC1790566723CD0B | sha512: 95D83FBD3A20280238A5FC151F83B9FABF7CE4DCE2A73BE9CBEBFB06D2AF24E8DF59449AF265DBDC3208D267901A3188498C7D1497A86BCE6B4B2E8596A80D07
bin\PdfSharp-wpf.dll
md5: CAB3BD37B7AB48D08D2090BC67785428 | sha1: 9C8F8C094E862AE18AA7276895A69E62FF0728AB | sha256: C9330EFF494251DAEDBDDF56D3BBD683B273BE94FDDFD7FCC9BD1B30DB934E84 | sha512: 1D8BF88AFCC002AA4457AF986C9CA090738C084DCB920AAD41EC2560634490C43E0A916F5688B817A37891EE61BC13EFFC04EE8D121DF23867B764139D3C824B
bin\Newtonsoft.Json.dll
md5: DB9D3682302D85CF11B156A637B461B3 | sha1: B2C390000255E4D43048FA0945E702A8C469E7A3 | sha256: 121F864EA5E1C291591DBC729E84FC432A455BAC3247C3852A6BB9399C98E64A | sha512: 498EBA7A1A6CB4FA70F38B4492186CDBC58FA3CC4C04EBE4677E349500204B9F91D8F88169575C544934C3A2A69FCDA7D9982FEB1BDDEAA95F7EBBB4DCB5453B
bin\netDxf.dll
md5: 34F90FFD59B00D58FC48387681AF79AA | sha1: C572FB329C8014FB8408645C0A04E08C06ADB36C | sha256: 0D462913A56592A8CC01EBA7B67FAC189B4DCCCB0255F60F01738F34BC927D5F | sha512: 3746A89DE60C732D363250119E5BC8492501841409007ADDB3B73C7570C66E8E39A85D93D2D8E065A07F3F1DF9CD68758949282D473E579BBFCF31977A2E49F0
bin\Microsoft.Expression.Interactions.dll
md5: 6A3B9E46C41E42E7B8E1479468D892AF | sha1: E31C05AE685E51D07808B1DD24CECED9D299ED81 | sha256: F3B14DEFBD05493B8573016B08B86E5B5D53B486B0457FD75F67BF8BFF04BE38 | sha512: D6416204875CE732EDAC51E36F267C9CCA52F60BA79CD981B388988E435BD1CCE87F972A9E90BE4FD9A7FD25CB316293F938F45FB645F25A4F62B980A37236B7
bin\Log.Trace.dll
md5: C51E009465D14F9521A6AC2DF3778861 | sha1: CAA9D389415EF04A5DD000FA5227B9B52DA60447 | sha256: 12E66AD9B52FFA0DAA253920CACE613E6227F2BB56B9A15A6F655C7FFCE4B34E | sha512: E187C9490466C113A55C7E45629E08B4C9E8205B3C3B6328E244C8D9C0A99D93C10A12C63DF3E5ADD84646CA7AA237D0388790F3C8F6E225E619EE97CFCBB997
bin\FileWriter.Vdx.dll
md5: D2572CCBFB73ACC45C3D1E053A65BB34 | sha1: DA4772D121C638BC92ABCE929B469E99D9B61F2D | sha256: E2399473AD8E49D356868D3307DEF449D7B7F21B2994C3AEFA43B2B2B35D8C98 | sha512: 3A9D06ABC26D171347CEB33401103AC3487F90CA71F834EBBB0672A2251E4DE8E477F3625A52DD23E09F7A245C110F579020759600B2F55F35F802B68362C09C
bin\FileWriter.Pdf-wpf.dll
md5: BD4622CB9888390C4574341EF96825AC | sha1: B961000A20886C004AD570CF4FD8898BE9CC1BF1 | sha256: 8FCB4E89EFE61D412D96691E86BA4B4E38030B85F1B9F5878A305EBCDB2AB6CD | sha512: 3A989B47E741847AA1549D06A0AD398E1D53F1C86845FF99E6495CD33E15CF0047BFC3E87BC83A47A65F29A77D9F4F446CBD27D92114677541DBB6FC5E5404F6
bin\FileWriter.Emf.dll
md5: 2D75E3A21F6267982BBF3C4234D928D3 | sha1: 359796E284676931062F9B861C43F788FA6433FD | sha256: 2CD10DCC3E4228422878306716C8364C56497A13D99BEB90459738BE548A424C | sha512: 73A3AAD075ED8C1CB9767C48B4EE2F4B27908C26088AAC3683BE44C6DC8EBF47FB79BD8B0B981E4C05832775B491D328457BC822F85DAA6E93BFDA3B41256CF2

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 441 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