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:

495

Downloads of v 0.2.0-alpha2:

495

Last Update:

23 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-alpha2 | Updated: 23 Sep 2016

Downloads:

495

Downloads of v 0.2.0-alpha2:

495

Maintainer(s):

Software Author(s):

  • wieslaw.soltes

Core2D (WPF) 0.2.0-alpha2

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-alpha2'
    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-alpha2'
  options  '--prerelease'
end

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


cChocoPackageInstaller core2d-wpf
{
    Name        = "core2d-wpf"
    Version     = "0.2.0-alpha2"
    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-alpha2',
  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: 92D41E2193F1F8F9B44DDBEBA82F9768 | sha1: 193D905BCBACA5D4BF42C04D4DF136C2F75E17AB | sha256: 363D5B7346843AF42FEB9EB0453DEA5402913687F472DFA5328E0E07C756C0D0 | sha512: 193B69E65300B29FA0136B9ED880B3D8136BEDD717CB5672346CA5306AAA25D72DBAC02C4D3B60548C5199D1415F988840E1321719D043D3C15199588EE174CC
bin\Core2D.Wpf.exe
md5: 3D64C56BFAAD0C234E923DD08F1F3A75 | sha1: 8C1AAEA799EA3189646E30537CD9F105F9F762C2 | sha256: ADF5152F861C2F6E08FF912A6530BEE04A83F75214325A9064B8D97682EB9949 | sha512: 35E2A0CDB423AFAB1BDDB48EC0B49488839B40F692C22FFB929523CF47707D26D603CC7DBB9388E2379B7722938359CCF19376D75A278B33DC8C809022847697
bin\CsvHelper.dll
md5: 5598168EB41AF60354C5820C9B3F7EDA | sha1: 6B852BC566C05037EFC1C05246E5C8BE9A273C61 | sha256: F1DC675A98374266628E5D626DA01164840AAC2A8838F6CF3D9AAFAD8E2B8C1D | sha512: AD04DEF7CDEC3B549DE5A30BA66EDEF9E926D3A9530C70D9946233708A2EDC88DAD8BC07B722BF14F73FC1005BCAEC859829EFB37817DE3A990E7DC11658A7E8
bin\FileSystem.DotNetFx.dll
md5: 6FF781C418B846047832AB0F881B8813 | sha1: 5DE393D76D79CE2C935DB74E3815ACE6BB86C78E | sha256: 74BC693CC0E5A908635F1C1E3A5DFDE74AD68BE8636A13D7EFE165861E253E47 | sha512: F1FE96B6006E27550B64A1C7F8830ACC54E7094E2F5540E449E7BA59E272A5B909FEA0DFE38983F889C81396585937D1EC213CD9027FEBFE11DEDA8301F6A6EA
bin\FileWriter.Dxf.dll
md5: A1931302EA1DE6E35FAC8AC54D1F6D06 | sha1: C6FEC36EA169E6DA4DFD80A0377E9F48763A1908 | sha256: 42EA6D1845B093A34A928E6D6F57E3D07C473148D2DE251634D3DE7CB9135D6B | sha512: E614BC152266C26FBE4D15A448C79797490878D65D6ABDAB39114FDEDB34453FB2E57F72C35203F72F2D3FF836419C3477DD019FBE28ECAF04330B7528725A78
bin\FileWriter.Emf.dll
md5: 9B7AAE8B10BFAA0A10C2188AF9C33F26 | sha1: E8E06893697080C968A8806573E0E2088FA91009 | sha256: C8B357D6D8644B67D6EE3659F95B4926487D0E0E2D09E5848A073E337614F201 | sha512: 70471A1D1CD9534878A9A8EC54CD6632C689AA2FA413E41DCA97D2281DDCD1336A870D7AA70BE5199DDEC091561E7701C70C84F7E901D4BEC70AB37B6FAB687B
bin\FileWriter.Pdf-wpf.dll
md5: 1BF709B2A73D92492FACFD0867561DE7 | sha1: 78CEE91E975D9E967192B1AEE57384F51436173C | sha256: 61CD44164EA31D51211DF720D7598C51AE5643159B54B19C8869E3C25F795301 | sha512: 1E4DB293372D7858C451684D1ACB87B61E33F8C8E5CDBE46E7B8CEE910FE5E1694F6B64316FBC5E335174D822E549F93CC9A63D222315871AB8E1F1E62DB74D3
bin\FileWriter.Vdx.dll
md5: F1939599743F53C81FFC67AD00A9C8A2 | sha1: B983FF9A010C5E0BC7FFD777E5266DA6B1EE58A5 | sha256: 63D002F453BE0E9E398F6E296E4643ED468653D9B591D436F95DB700CF8C8719 | sha512: 19B74399BBB35C863A543F4FF4C680A099E8728F1C13DED117E6FFD1E58441E0A0590BB6CF9C9118F628C8FA27D8401BBE3746389198C4AEE6601DB6E10706B5
bin\Log.Trace.dll
md5: BFE81F022DBFB6CD6C3FEA37E70CAFA3 | sha1: 54E51AE064E20C79016AE86F38B87C29F88A88F4 | sha256: 1A84A3D26D8F599F31E9E8EBBC34769D0C9832C1561A36DBCF53CB4294FAD0D4 | sha512: D9DB9D42BA3CE143E195744D74A0241F3650CAB543102EA20E0742BBDA727476F026FF924D354CF353C3F891C58054225D6346F40A6143C01ED3F6359415CEBA
bin\Microsoft.CodeAnalysis.CSharp.dll
md5: D6735101362B75424C879962D327642A | sha1: 06E4288CE5DB1175F10E3B58E6826AA7C85F54E5 | sha256: 9769ABD32F5761D61A850283689A185BEA39CC0EC02EFC10BEDF295DF7417BD1 | sha512: 596177ECAF06E93A6843FDD4C87A56D5E722CCED2AF625923379A6CD7A70EA5EEDDC968D78D6977B992B5BFF230F337DF3F49E3AAC232F3354550C3D5C0106E5
bin\Microsoft.CodeAnalysis.dll
md5: 8214CB3CA0DA74F6EC925F1032B48464 | sha1: 4ED0B8B9565C0FE39E4DC91DE8394AD8A93DD322 | sha256: 0A0A811942C3034375EDA0D2BFF8B45C18E9DF644706AE87AB20564C4583FCD3 | sha512: D9869684A2D6D2379D83CBFEAD1EE5D1976B9AD8C72DDC8CA6B3BACCEE1649DABD19A6E4B4F634FCC9A9169BD97322334E87AA1E1A098D6056D3A3CEC7D48A4B
bin\Microsoft.Expression.Interactions.dll
md5: 6A3B9E46C41E42E7B8E1479468D892AF | sha1: E31C05AE685E51D07808B1DD24CECED9D299ED81 | sha256: F3B14DEFBD05493B8573016B08B86E5B5D53B486B0457FD75F67BF8BFF04BE38 | sha512: D6416204875CE732EDAC51E36F267C9CCA52F60BA79CD981B388988E435BD1CCE87F972A9E90BE4FD9A7FD25CB316293F938F45FB645F25A4F62B980A37236B7
bin\netDxf.dll
md5: 1CEC64523DF5E01DB14237237C11E2E4 | sha1: BC8AD7208ECEC29A2B26930C37CC551BC9205D36 | sha256: 40A2D1D97AB941758EFEF1DEC7CA23ADE8BBC1B50ECD7FCD763CB7FB39039117 | sha512: 5BC4B8C3CE94E5DA4391D99BB07911B90B0041844D1A574AE3CDCF8A23B6FE57A29827109BA32C24297C07FCD61C486E80E23FBF75987FEF432115F7C45320DA
bin\Newtonsoft.Json.dll
md5: DB9D3682302D85CF11B156A637B461B3 | sha1: B2C390000255E4D43048FA0945E702A8C469E7A3 | sha256: 121F864EA5E1C291591DBC729E84FC432A455BAC3247C3852A6BB9399C98E64A | sha512: 498EBA7A1A6CB4FA70F38B4492186CDBC58FA3CC4C04EBE4677E349500204B9F91D8F88169575C544934C3A2A69FCDA7D9982FEB1BDDEAA95F7EBBB4DCB5453B
bin\PdfSharp-wpf.dll
md5: D18B54F8F7354BD7E312C383551B3B60 | sha1: AA26732FCECFAD1FC6B38247B6DBBAA0D4B3103A | sha256: 5643F46BD9C84B2FE8E4C217F25494A5AC8D4586854B99ABD61AE11025FA8E11 | sha512: D16A1EA16855EA9C1AA9DA1DA2022907007DB45AB377C47EC47BBFA893BB4762B6F944876072CFDCF2EF17BE52AA7AE59CE9D499E327BF1C8A2170275F9568D1
bin\Portable.Xaml.dll
md5: 41A7834C9EE76F537FFFA40FD69C9223 | sha1: F1FEAA83EAC3E4D8B70D3FF1BF52E3EA50640F41 | sha256: 75EA370B5D2EEF2AB09C96CFFFDDE31ECF83740B21419E49AC1790566723CD0B | sha512: 95D83FBD3A20280238A5FC151F83B9FABF7CE4DCE2A73BE9CBEBFB06D2AF24E8DF59449AF265DBDC3208D267901A3188498C7D1497A86BCE6B4B2E8596A80D07
bin\Renderer.Dxf.dll
md5: CFAD6E6C9B76E617188E26ABE53D906B | sha1: EC7CCC97FF07ED8489E646DEA77A8879F52728CE | sha256: CD82FD288202438855834810FCB3794E6284977B2F3F0583328BB0BA4151A8E3 | sha512: 860B862F51FCA11BC21403C520DD5C9F1EC9557D9AB7F34DF118B0E4448608F5F7EA8A6C538176F987B4038D8154C9F73C9F2E0C9CE53A2CCD2A81D141CCB691
bin\Renderer.PdfSharp-wpf.dll
md5: 817F165BD33EFE7F869DDA7FB825A222 | sha1: 858C0D4B3483291DE26A0E57164E0C101321E55C | sha256: 030324E86F03F67B811093C5BC0896F5F6F8F97CA666D348B98427A32EA55342 | sha512: 70BC8A59797DD99AE2689C5C3722691076AD74D3F5DBA485842005E2681F4021B53EF0E278157716BEBEF22FF6A6B3D1537C354D1E59AF4559B59F584223FAE3
bin\Renderer.Vdx.dll
md5: D4BB8D11244D727DF11D634746D7637A | sha1: 7B32940A1116DA422B03C8D5297A5563682BBC91 | sha256: C422A2B121768465C082892221AE5CB69A0C3BC6D3A4196C8FF79F15BFDEFD9A | sha512: 0752CC79A4A22B3E8EE0347BFE2434BACCFE07F6ABAB24E39523A6EB4687BC9070627273E5319574645BBE0598F44AD36BD69D558DBC14F536E4A75F7526A02D
bin\Renderer.WinForms.dll
md5: 061C95019F1469334B900993F42A1C75 | sha1: 01A7B16089F9910D46951B69DB3ED17A5F73ECA9 | sha256: 241065AFFC77CF06ADABC1BBCA218A7E94D84CF0E5B298F6503ECA85FFDA7A94 | sha512: 206794D6E26E2A70C07F591B507661E911D1B5EC4CAD4AE6659DE61A0057F17793E6C66AF339DC40F74B448E6D719ED06177676D7EE1C31A1DD8E5DB28D15F56
bin\Renderer.Wpf.dll
md5: 565B45A86B72E30242CE23DB781D9671 | sha1: 4CE5C56B191560107EF3807C2FA9EF5BF48CDE5C | sha256: A2D22E6D347D14FAC8C0E8C7C5571EE8E8A73176A67E5BEFA1BBCD4DC31648EE | sha512: 33ACAAF78BEA371F0D1DD28DA3C68F67552A8B66C3A07F793105D41B215DC26B55DA992360B259EE172593ABE1364C7875A96A6C8636046118A8AA4BC9DC66A6
bin\ScriptRunner.Roslyn.dll
md5: 26407978764FB71C8739A72481FFC74D | sha1: 9E6DD33E561FFA80EA41C0AD40AC60D958A0764E | sha256: F577D12D7F106B9309AE2347835DA33EDFF5858999384F460743503D042357C1 | sha512: B6176F1DC75C1D48EE89C1B1B8818E3EF1FF8F934BA15D862376A76DB4E51D34C243ADB6E910A3EDEAF1BB613FE2D41C0208499452E04AA3D60AAF08ECB748C1
bin\Serializer.Newtonsoft.dll
md5: 069B7D9ACF392DF401E634024958B26D | sha1: 508656A3DE8AE67FAB9D739EA1041D5766710088 | sha256: E2ADDC8730B69EFFDD8F7780895E284B61174AEDC97D2FEA39B939A62E28B104 | sha512: 081F310A07D925D33F7B59DF8835602689C301F96CD8C98F637657B235586ECE9727261AEA97E3E41B13E66093E89F4BB6BE41F456B06ABF45730A3DBB6BACFA
bin\Serializer.Xaml.dll
md5: 24A25C872E1E171D22A11FFC7BE04FED | sha1: 2D4B05A1DA0FF7899BCC272EA163317CE33050E5 | sha256: 56920CCC481CD0C97197BECD5C806DB6572B89F3EA2EA607A24E0A342A929EBA | sha512: 0BF9FDF9A158C0F3A9A38E048DA759829DD9DC01316DFF036B98DADA353C83000B9C5B9044C8C03C802B30EB9308BD8E54737D05E516831DB03F39B8BC3E4483
bin\System.Collections.Immutable.dll
md5: 6BF19A1E18A57AE11D9AE0A6EFEB00C5 | sha1: 43EF7FED6A8ACBEB8B00F684874D29326A32D6B4 | sha256: 39BDA1B32E855687F89CFC4BAC39A894145D1D91A6C6129FCE0A77AEA66644A0 | sha512: 5F2175B497225049655B0EFBA38CE748EF72BB2B65191C8B552F96925C4EF576C10B5ED56EAEBCCFA89645FE66333D0EA5DC848D92E4AA36E2571318726FED92
bin\System.Composition.AttributedModel.dll
md5: 2192B46B0D8AABAD73C6459D4D6CF597 | sha1: E29921D9D795F8A434D5426190200FE406CD1350 | sha256: 0196E4E626F395CF3AEFBD220030632DD7D55400ABD5FDF841DAD034A0DEBAEC | sha512: FE170C5831E568032C3F5F43CA15B2F4C1E4A7A9BD83C1E9D256343917EC57699C61D40EE5CAA48135D589F65CE3142C1F364C9DFF0F26A8E374D7C7F48CB31D
bin\System.Composition.Convention.dll
md5: 59C637B2745F04F3E191478CB52D907F | sha1: B87A1AD6366B31106DE47714AC661652FE421A8E | sha256: DA9F7B0BC6940EFAEC5DE94719EFA62360D23AA0456C99C7776CFC83FDA4AED6 | sha512: C8AD695D0CA5FED0E0E6C255C8F9B39ED841A10C93E3BA4647193E97C959B6011E2EF6BEFACC39E69F65624FE11A6641329AF1D8514CE1C1886E2CC349762494
bin\System.Composition.Hosting.dll
md5: A74515C6EC6E979061C1A1DEF665107B | sha1: 6F27EC26DEE11EC33C74531468B9AE617CC5161F | sha256: AAE6AC2C801A5D3FC91E4E242FE60C654811EEFC2A815898AEF61188517BC748 | sha512: 2A4481F2C7030B7295DD57E936C1287E6A542AB54F9026438584EF9AAF24396708E49540B7E78C336FA697DCD094B0422E05A1DEAE7B510E4FE10B52944DCAA3
bin\System.Composition.Runtime.dll
md5: 1ECB49C81DA7D9B88BC039E75ABE1209 | sha1: 088B2DC4F714FE4E0F6072A9ADF559D446B26934 | sha256: 0A84DBE05F20D7584E8FB5E92FFBD87B1C55EAB60EDB782AD0A9CD0D4A9DFCFF | sha512: EA72786C2E7DFB9CC8F31A2F2C3BE9DDE98D2998AD2D31C1805142B7B07C621CC8132F3F54E3539CAE081FE0FF6086A55C219283FC3F66E46CEE6DEED9E95275
bin\System.Composition.TypedParts.dll
md5: D0660A949B3FD2A1DA57AC64D0EAEA02 | sha1: D0CAA6E250DCCF47BDF624EA9483EFC77A78AB47 | sha256: A10E329A30910FC4CC173190DB862A806D5355D37BE56F8F248C0E031EBBD618 | sha512: 7908DD4E690B1E51584CAAF28E742049F5C64EE3D95B6106CBB130512C2F4F8053EC56631A3AFCEB3DF2B42A7F4DFCD897E2E91B703E96BD96DDC007B1660C1E
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.Reflection.Metadata.dll
bin\System.Windows.Interactivity.dll
md5: 3AB57A33A6E3A1476695D5A6E856C06A | sha1: DABB4ECFFD0C422A8EEBFF5D4EC8116A6E90D7E7 | sha256: 4AACE8C8A330AE8429CD8CC1B6804076D3A9FFD633470F91FD36BDD25BB57876 | sha512: 58DBFCF9199D72D370E2D98B8EF2713D74207A597C9494B0ECF5E4C7BF7CF60C5E85F4A92B2A1896DFF63D9D5107F0D81D7DDDBC7203E9E559AB7219ECA0DF92
bin\TextFieldReader.CsvHelper.dll
md5: 2F57F0A262388BF7DE26C069ABBF6A0F | sha1: F6696627577F260F812AC18EEA442E67FBCFA835 | sha256: 2A000ABC9F3851157573CAD229EEDCE1489EBAFB41C4DFC23BE1459FBF27E033 | sha512: 2CB3ECA97D9B234FF6CF875D4E4BA768198BAC0BB3BB4819B932B85FC53AB973F70760D35B53B7776A6618B7EC523DF48223D09FBB7CEF6C81E09299C3DDC005
bin\TextFieldWriter.CsvHelper.dll
md5: A52C8B17922DC4A2A4A7D081EDCCDCB3 | sha1: E59D249B500C71BFC9099E7E3D12B24506E0033D | sha256: 5132E73AC350E975C0952FECC390A79CE771879283BFBC7D808B2360A7DA197D | sha512: A20AB0A56751DF6C32361C68CD78E6E8CCA266E87D7EC444874BB20C693570D35B5E9060005A67D0FE9A1D6152038B214BBC689E98D014FB3B18D09EE0FB6C98
bin\Utilities.Wpf.dll
md5: E762308CEE40958C5A47E44427A7347D | sha1: D6B937D6D317CDD24D43BB761D3847D3065355B3 | sha256: 9E83D865E256E853B0C836C8BEC7C0D3AC25A7DE992D6834E2B5708E5194A9C7 | sha512: 44C614CCB1DCE8DAD27571ADB355107D63CE5E9A8003CEC4E8FEA90BAEF9567C2CC545DB53B481D7247A469421CF92AF074804BB2F1F309ACC2A69B7A5CA418A
bin\VisioAutomation.VDX.dll
md5: F054F01395AA56797F032534F95E34A6 | sha1: 4C408B5609A29C33589677B2FA47BCDEB04E75F4 | sha256: F08A62AF68C1A76573D174386BC36CA301887FD615DD01752203B22807A0C112 | sha512: 1A5EE9093E76725E8F32B483AE072B6E52B8CDFB2844397CE89617D2F7AEB835856BC64028D6E25D49BC23FBAFBE032124664B7D00A5EAA096F618A8002F804D
bin\Wpf.Controls.PanAndZoom.dll
md5: C4FE858C3582A75B29CFCF6A5D74B8DD | sha1: D147DF7939055A33E4CE2D63A832DEF0DD316B76 | sha256: CA81A3D18D430416C63C6735FA65B0259CFE1E359309B4D4EEB3661BFAD4F6C5 | sha512: 02469AA9FFE2F829B33EF3C86A38580CE1F38221751618F5B726F90D420A25F6E71D615356BC3EB7F048CC67D8F623CEB84B3DDC2441D6B4D17B45AAC7952F77
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-alpha2 495 Friday, September 23, 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