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.1-alpha:

367

Last Update:

10 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.1-alpha | Updated: 10 Aug 2016

Downloads:

1,178

Downloads of v 0.1.1-alpha:

367

Maintainer(s):

Software Author(s):

  • wieslaw.soltes

Core2D (WPF) 0.1.1-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.1-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.1-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.1-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.1-alpha'
  options  '--prerelease'
end

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


cChocoPackageInstaller core2d.wpf
{
    Name        = "core2d.wpf"
    Version     = "0.1.1-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.1-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: 30426F96732753FFA25829DCD624B8B1 | sha1: 38AF631436EC22B11E0E52B606D9E75AF9A2EDF3 | sha256: 9805E0D732CBF661182A631E55B133D238AD57B20D80F35148FA89DBC04C877B | sha512: 0CDB381A3E0BF8A602368BC4C15B124730C9C4FC91BE357A46249B1BBA82D1C829BBD06E8EEEFD803E1C3945F5A6E8AA52E01AABCDDD5D4D2414611C796D26D7
bin\Core2D.Wpf.exe
md5: 7A10A91BFB595B790B68639A67CADE7D | sha1: 04EC276EFBE90817455FC250A33BC48B6B3F5D20 | sha256: 370C92B782984541D26E6B23BE1388C68429B419D410FBC536FE393C7B1FE074 | sha512: CA45E691E4A9FBC63E4B02F8775EB7FB77F57BB3B539B0B3FFFEB4961248D3D3089AB316FF4546FCC8BC265F79BDE30D9FE98F3613CCB6C1F9176939BF96BA52
bin\CsvHelper.dll
md5: 71561B38A4C18A9555609A95B1AA8953 | sha1: 19F28B3CECD62D3CF4123415F6DE2A9CF84500AB | sha256: 3DB245CD39594906E93474706392FE6F12CDD6B4E6BA1FBB16CECC0ECC51CF70 | sha512: D460082657A0F78999513820DB6FE5BE6C5A460B5812838B7CBA88B4026F178E575DAE1F1691A14E86F05E18193790778ECDE708B5B9EE9083E91F050CD7BE01
bin\FileSystem.DotNetFx.dll
md5: 8C74612E6C56B175C1EE523C4FDDD1AB | sha1: FCA0DF5AF0D7900E5A79A8D61ACF154386E1894C | sha256: 10E10F5188ABEC857BAA7C942CBEACA5E93BE302A7516FE9E39C66434F10A9F3 | sha512: B99D6BE3856A422E10CFFA9341E7005956FAEF1EA6B6D0D24263BC0F6AF24DBC7012AA82EB89BED6A0EA72FE22E38E9179B9E1FF95FF9708B9C6B5D27583D75A
bin\FileWriter.Dxf.dll
md5: 01234D4CDCE13295D0BE38F4DDBF53D7 | sha1: 5C3397D82FC13A01BC0CE915998E3A731ED00897 | sha256: 5B1C76FDD2421DF819A11B4F2BC21AF76FEBCC22A42933B55FCB8E55768DE0B0 | sha512: 5B38E249C5DB1858AD86A64F13D723DC1C9AA46235AAE2167EB0132617C673E4BDEED13F062C08A2AA2D7324F81E3D42E0BE8505E35E28EECBE5DB8950539B30
bin\FileWriter.Emf.dll
md5: 3DBF525D2276CA1800C5EBB2722B2D5E | sha1: 42011C3109FA37506BD3A23AF7B8F94B945A1068 | sha256: 2C342A13FDD2C3A1A168FFDA929B2DDBACA69197825D792D325816F0E8A2E130 | sha512: E7EDBF62ACFAB7EF4397944AF4213FF9A90AEB3D2407F3923694E2787DB1974B0499AB435EAF588B9C41A3B6E56F61A385A3692C8D47C72D3B3EFC01F0F49DB6
bin\FileWriter.Pdf-wpf.dll
md5: 56F84D0732E021A35154B5395C6C8910 | sha1: FC39488CAD0E67E578F0D7475DFCABE3C3EACADB | sha256: CBCD6026792E497E2FF1D7660E507A074D8F782B1820F0E1C1884FF5C54D5297 | sha512: 7A12723852ED6DB648A4AD41FF5EF4A75F0C7129BFF62F0C136DB9CD54A64EFC5CBB89B681A870DDD98E85E62E1708450528B99AAE95FD2E0C964925DB566FF1
bin\FileWriter.Vdx.dll
md5: 68FA0D3A013654257A6046458ED8453B | sha1: 9B095CE28AABCDDE0C726FF66B79002FA1E03027 | sha256: 4D1C4B0E203972D9CE3DE65C93425E5EFD314A0173DBC5EFC4E38DA88CC4A942 | sha512: 57E923B8F9D18175FF49BD5BC6B527084BFA307BAF103FFCE0946CFBDE1796C08ADD68038BCA7935D4CAB990EE65D6242FC76B7C8614F1279877724DE82F11BA
bin\Log.Trace.dll
md5: 40201A952EF90477C8E2D89C6838E241 | sha1: 23759584DC0EB5C9A33E1F0FE6A5D58010EC74CE | sha256: D5C5F31C9C849D8E076BEC125427AFD2D6532A06B92ADFF6D33FBD4BCD23717E | sha512: C65525BCED862899D67A09474E7EC39DC42411733AF5A7A1FBFB9826F5011E4F79857D747F512D1E97C5E35BD18B40640BE2E478162A584C6050FAADB4D0D23D
bin\Microsoft.Expression.Interactions.dll
md5: 6A3B9E46C41E42E7B8E1479468D892AF | sha1: E31C05AE685E51D07808B1DD24CECED9D299ED81 | sha256: F3B14DEFBD05493B8573016B08B86E5B5D53B486B0457FD75F67BF8BFF04BE38 | sha512: D6416204875CE732EDAC51E36F267C9CCA52F60BA79CD981B388988E435BD1CCE87F972A9E90BE4FD9A7FD25CB316293F938F45FB645F25A4F62B980A37236B7
bin\netDxf.dll
md5: B7B883827934D3F473A009B96C088917 | sha1: 4E9A3FAE80CC473EEBF726E472F7537A86500113 | sha256: 28545D0189BD5261007EB52AE12C8750EB812AB7287C12CC62A3EA3957AFEE9E | sha512: 41588D706B7B0883CDFC3D98BC4330CCDB8F691782E3CE225C638B76B33193DB97FE31A97027E5EA9308130806F1A2B293DCD6B6DE8D11B4BD5B4062D8F6FA1A
bin\Newtonsoft.Json.dll
md5: DB9D3682302D85CF11B156A637B461B3 | sha1: B2C390000255E4D43048FA0945E702A8C469E7A3 | sha256: 121F864EA5E1C291591DBC729E84FC432A455BAC3247C3852A6BB9399C98E64A | sha512: 498EBA7A1A6CB4FA70F38B4492186CDBC58FA3CC4C04EBE4677E349500204B9F91D8F88169575C544934C3A2A69FCDA7D9982FEB1BDDEAA95F7EBBB4DCB5453B
bin\PdfSharp-wpf.dll
md5: 71F247D3CEAE20ED1BBB4DE862FF5CF1 | sha1: 174EA5853784CA833BB8BF1EB5F60BEED0AED94A | sha256: 4EFF397D6147F08F5AD81D4A51396BC581CB0D6C5C98AB9A6171886A9146E4D9 | sha512: 1F0EC8924D628471017F8E5B258BB15C41D30935279508CE3FE81EA512F956CC350EB6DC7939F0519836C0D3E7B68BCC1A127DBC8F917BF19A93FC425689C0D7
bin\Portable.Xaml.dll
md5: 41A7834C9EE76F537FFFA40FD69C9223 | sha1: F1FEAA83EAC3E4D8B70D3FF1BF52E3EA50640F41 | sha256: 75EA370B5D2EEF2AB09C96CFFFDDE31ECF83740B21419E49AC1790566723CD0B | sha512: 95D83FBD3A20280238A5FC151F83B9FABF7CE4DCE2A73BE9CBEBFB06D2AF24E8DF59449AF265DBDC3208D267901A3188498C7D1497A86BCE6B4B2E8596A80D07
bin\Renderer.Dxf.dll
md5: 3435FD0F48D66FD47461B0D7E2D14EC0 | sha1: 7FA16EF052E89A5376A052C0DF74D535449F8CC3 | sha256: 6EC8D10C08F1B33BECACD7B05AE5B98EDE19ABE8F6A543D6734B806F9721E2A4 | sha512: 3E47CDE02D1A09B87EFE2935C5776BEA32E8E4E9E8B30A7359B18C4B9FF450A8F011D54B5628B7079299235222827EAF1E073C321ABD7026B45E3FD0FD94D5C9
bin\Renderer.PdfSharp-wpf.dll
md5: 4DC26BF3B2BDF4838205CDF5E837F7F2 | sha1: 57F0FEBA7B4C57E0E594ED0F92046D1D77E9593A | sha256: 2504F452A5A0EE97FE23DFB04BF152DD15C27E248F9FB39B4927BE929C4DB715 | sha512: 0845D9E8F2D2D0170FFC24FAA2E164443D0DEDBE81E5164EE1F1940190C278ECDB7FDF465BE2B9549ED5396E89434776CC230B6846970F8CB048F83EE702E68C
bin\Renderer.Vdx.dll
md5: 5BE08B406C29F19F08A18E97E96EA063 | sha1: 2D674184FF8416F488611979A716963ADD3FB9FB | sha256: BCD312212A1966FBDC00B43B56904A5F8D18226BD1C2E93D56DADFBA04A8F905 | sha512: 66627471B4CBEFDB9EACF20CBA19996281A91D8E9CF8CC85B6FE81E82772E91894016EA75F43717306FEBC90532C5AC05018651722E5E03A3F2E2A56D643B4B8
bin\Renderer.WinForms.dll
md5: 26A35997540CED212E2D6DB849E13FDD | sha1: BA10301A2CBE41615327FCFF2EAD4CF72AACD388 | sha256: 0648954B2D062995DAE2699FF405D62EECBCD256B1943F1E9CD3E7714D9B0A56 | sha512: 9F18F0F74C95957AC98B69F8A17DA213CC910E62EECAF8E40A6F794D2C0B385989EEA96D5ED8FE7EC69DDA3D022C71DE90B7AC0AA6376D3AFF2807227419C48E
bin\Renderer.Wpf.dll
md5: E1E9A855B5624622940246E983BB5032 | sha1: D14E6BE0BE58D2E2E4B1D8C708653FA3A94D77A9 | sha256: 88D6C89B18BA682F25FE52137BFDAB7B4094FD335E5B63BB779235C4FE54D08A | sha512: 902FE1E8D210A060931E5C230412A368A840D4FE480C1CD7F5459C10D85705B8930B65FDDB6AFC254F53D631FD74CEBCC5A0BC2B1B901FBB725623F51649FDBE
bin\Serializer.Newtonsoft.dll
md5: 3140DBA8F683731064F88252AB58FE86 | sha1: E7C5E58D255FC327BAF458B4A2F6618EE8AA80A6 | sha256: DBB860831ADB68789213E54F6F1E234758725C48FBD6162D70B9E44A872F8EF9 | sha512: F051F9106A69930839C1AF76225593EF80737A09F234C97688818510BBC21DA4C131CAB20D4AD7AF5FC91BBA4726509FA5D30096785591D8828C9E89D8EFB13C
bin\Serializer.Xaml.dll
md5: 3F1FDFED0607A5FC94C50BDBB4BDA8C0 | sha1: 826EB1BF32E9E71A93E80EB46411E212B3FC3D2A | sha256: B90195D54BBEAD4A7377596EE893B6E6889ED8B286AAD0C96706EDBD197428DE | sha512: 27B72E705AE02D746D834A9B0659C902140A25F9EE33B4BF76EC6CDF715AB25DDCABDAA11A55998D5F55E8A94C82ED13BDC5990101A62F0AB8ED59046D66BC4E
bin\System.Collections.Immutable.dll
md5: 6BF19A1E18A57AE11D9AE0A6EFEB00C5 | sha1: 43EF7FED6A8ACBEB8B00F684874D29326A32D6B4 | sha256: 39BDA1B32E855687F89CFC4BAC39A894145D1D91A6C6129FCE0A77AEA66644A0 | sha512: 5F2175B497225049655B0EFBA38CE748EF72BB2B65191C8B552F96925C4EF576C10B5ED56EAEBCCFA89645FE66333D0EA5DC848D92E4AA36E2571318726FED92
bin\System.Windows.Interactivity.dll
md5: 3AB57A33A6E3A1476695D5A6E856C06A | sha1: DABB4ECFFD0C422A8EEBFF5D4EC8116A6E90D7E7 | sha256: 4AACE8C8A330AE8429CD8CC1B6804076D3A9FFD633470F91FD36BDD25BB57876 | sha512: 58DBFCF9199D72D370E2D98B8EF2713D74207A597C9494B0ECF5E4C7BF7CF60C5E85F4A92B2A1896DFF63D9D5107F0D81D7DDDBC7203E9E559AB7219ECA0DF92
bin\TextFieldReader.CsvHelper.dll
md5: 685595D3B9B6F6514DE6CE9C6795568C | sha1: EE18A836C649726D16368C450F7846C34F86BEF6 | sha256: B79B5C23FD21532A26D3D0146649BD1183974C775DA69F2D6CC989C4CD142C85 | sha512: F5C712CE7318667145A41F85178A03344AE4638F802BDF0A8AF7A0FEAE58A379C9CC499C01965497F4B5E8F82ADE3FE44C2B61AB95153D2F72E62A4899B399A0
bin\TextFieldWriter.CsvHelper.dll
md5: 12F30E7BC5F7F2F7E30828B88A7E8920 | sha1: 25772C76E952DE7295E616B0CAFDB70044731E7F | sha256: 94A4998C18C4650108BB867888D6AE2D72FA8D119719AB2BB5B36BE2D1F78008 | sha512: DE57EEB1B8A1A48FF094B0C87B16736ED7A1DBC5EC5E402DAF05DBA934FA38CAFB4A9558A843593260C61CF4EDCC0E23B26D6C0EFDD4CD3FF2025F62F746D498
bin\VisioAutomation.VDX.dll
md5: 293C618C304F32B946394EB074957F2F | sha1: 3B483E6D52063183A1AD2CE4B03F9ACC9A112B89 | sha256: C39D237973458B0774B50B9CEB2B5E11B703E5ABE7132367B14A0B03B1095D6B | sha512: DDCB08E64616F2806910C582C7DB7D829F65492A02A74053BE7E7C4DB613597593431CA937A7A578B1D7976A9DAF79928D32836A2C74291A71CD3B4ED06ED14D
bin\Wpf.Controls.PanAndZoom.dll
md5: 35E3054B00884DD7EA1E98ADC2AFF47F | sha1: 8A46A7D65CDF0E0310FB21E779FDE6ABDC9BC7A3 | sha256: 035481050F84693213887D72504BADEF888365696018F957053C8707F98E1895 | sha512: A28221EE5E960F87C0E4BA875B1F2AF6BC9D984C3FB07B8C4CDD474B50B27CFDC677A7D96C01AA06A5BE79F2266D9F18DABE70A34BE4B6051C2BD4B0638265A4
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 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