<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">

 <title>OxyPlot</title>
 <link href="https://oxyplot.github.io/atom.xml" rel="self"/>
 <link href="https://oxyplot.github.io/"/>
 <updated>2019-11-08T16:38:56+00:00</updated>
 <id>https://oxyplot.github.io</id>
 <author>
   <name>OxyPlot</name>
   <email></email>
 </author>

 
 <entry>
   <title>Release of OxyPlot.Core v2.0.0</title>
   <link href="https://oxyplot.github.io/announcements/core-release-2"/>
   <updated>2019-10-19T00:00:00+00:00</updated>
   <id>https://oxyplot.github.io/announcements/core-release-2</id>
   <content type="html">&lt;p&gt;We have released &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;v2.0.0&lt;/code&gt; of the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;oxyplot&lt;/code&gt; core repository. See the &lt;a href=&quot;https://github.com/oxyplot/oxyplot/blob/v2.0.0/CHANGELOG.md&quot;&gt;change log&lt;/a&gt; for details. The following NuGet packages have been updated:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;OxyPlot.Core&lt;/li&gt;
  &lt;li&gt;OxyPlot.WPF&lt;/li&gt;
  &lt;li&gt;OxyPlot.WindowsForms&lt;/li&gt;
  &lt;li&gt;OxyPlot.Core.Drawing (new)&lt;/li&gt;
  &lt;li&gt;OxyPlot.OpenXml&lt;/li&gt;
  &lt;li&gt;OxyPlot.Pdf&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Thanks to everybody who have contributed!&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>NuGet packages</title>
   <link href="https://oxyplot.github.io/announcements/nuget-packages"/>
   <updated>2016-05-24T00:00:00+00:00</updated>
   <id>https://oxyplot.github.io/announcements/nuget-packages</id>
   <content type="html">&lt;p&gt;We have stopped pushing pre-release packages from the CI build to nuget.org (on request from nuget.org).
The official nuget feeds will from now on only be used for stable releases.&lt;/p&gt;

&lt;p&gt;Pre-release packages from every CI build are now pushed to myget.org. To use these packages, you must add the myget feed &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;https://www.myget.org/F/oxyplot&lt;/code&gt; as a package source.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/public/images/posts/2016-05-24-myget-source.png&quot; alt=&quot;myget.org source&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Remember to check “Include prerelease” or add the “-pre” flag to install the myget packages.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/public/images/posts/2016-05-24-myget-package-manager.png&quot; alt=&quot;myget.org package manager&quot; /&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/public/images/posts/2016-05-24-myget-package-manager-console.png&quot; alt=&quot;myget.org package console&quot; /&gt;&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>Semantic versioning</title>
   <link href="https://oxyplot.github.io/announcements/semantic-versioning"/>
   <updated>2015-10-03T00:00:00+00:00</updated>
   <id>https://oxyplot.github.io/announcements/semantic-versioning</id>
   <content type="html">&lt;p&gt;We have switched to &lt;a href=&quot;https://semver.org/&quot;&gt;semantic versioning&lt;/a&gt; and changed next version number from 2015.1 to 1.0!&lt;/p&gt;

&lt;p&gt;The version number generation and assembly info patching is now handled by &lt;a href=&quot;https://github.com/GitTools/GitVersion&quot;&gt;GitVersion&lt;/a&gt;.&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Documentation</title>
   <link href="https://oxyplot.github.io/announcements/docs"/>
   <updated>2015-04-25T00:00:00+00:00</updated>
   <id>https://oxyplot.github.io/announcements/docs</id>
   <content type="html">&lt;p&gt;The documentation has been moved to &lt;a href=&quot;https://docs.oxyplot.org&quot;&gt;docs.oxyplot.org&lt;/a&gt;. Note that it is still under construction and contributions are greatly appreciated!&lt;/p&gt;

&lt;p&gt;The documentation is based on &lt;a href=&quot;https://docutils.sourceforge.net/rst.html&quot;&gt;reStructuredText&lt;/a&gt; and &lt;a href=&quot;https://sphinx-doc.org/&quot;&gt;Sphinx&lt;/a&gt;, and built by &lt;a href=&quot;https://readthedocs.org/&quot;&gt;Read the Docs&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The docs are available for download in &lt;a href=&quot;https://readthedocs.org/projects/oxyplot/downloads/pdf/latest/&quot;&gt;pdf&lt;/a&gt;, &lt;a href=&quot;https://readthedocs.org/projects/oxyplot/downloads/epub/latest/&quot;&gt;Epub&lt;/a&gt; and &lt;a href=&quot;https://readthedocs.org/projects/oxyplot/downloads/htmlzip/latest/&quot;&gt;html&lt;/a&gt; format.&lt;/p&gt;

&lt;p&gt;Note that there is also an alternative link: &lt;a href=&quot;https://oxyplot.rtfd.org/&quot;&gt;https://oxyplot.rtfd.org/&lt;/a&gt; :-)&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>Support for Xwt</title>
   <link href="https://oxyplot.github.io/announcements/xwt"/>
   <updated>2014-12-19T00:00:00+00:00</updated>
   <id>https://oxyplot.github.io/announcements/xwt</id>
   <content type="html">&lt;p&gt;OxyPlot now supports &lt;a href=&quot;https://github.com/mono/xwt&quot;&gt;Xwt&lt;/a&gt;! Xwt is a cross-platform UI toolkit for desktop applictions running on Windows (WPF, Gtk#), Mac (MonoMac, Gtk#) and Linux (Gtk#).&lt;/p&gt;

&lt;p&gt;To use it, add a reference to the &lt;a href=&quot;https://www.nuget.org/packages/OxyPlot.Xwt/&quot;&gt;OxyPlot.Xwt&lt;/a&gt; NuGet package. Note that Xwt must be added manually to be able to use the component.&lt;/p&gt;

&lt;p&gt;Example screenshot made on Ubuntu 14.10 Gnome 3.14:&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/public/images/xwt-example.png&quot; alt=&quot;Xwt example&quot; /&gt;&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>Stepping through OxyPlot code while debugging</title>
   <link href="https://oxyplot.github.io/announcements/stepping-through-code"/>
   <updated>2014-12-10T00:00:00+00:00</updated>
   <id>https://oxyplot.github.io/announcements/stepping-through-code</id>
   <content type="html">&lt;p&gt;It is now possible to step through the OxyPlot code while debugging your software. This is available in the latest prerelease and will be available in the next official version. Below is an image that shows the actual OxyPlot code without local source files of OxyPlot:&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/public/images/posts/2014-12-10-gitlink-example.png&quot; alt=&quot;GitLink example&quot; /&gt;&lt;/p&gt;

&lt;p&gt;The advantage of this feature is that the end-developers can get a better understanding of the inner workings of OxyPlot. This is great to encourage pull requests or to find out why something is not working as expected.&lt;/p&gt;

&lt;p&gt;To enable stepping through the source code, it is no longer required to set up the SymbolSource.org symbol source. The only thing a developer has to do is the enable the source server support checkbox as shown in the image below.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/public/images/posts/2014-12-10-gitlink-settings.png&quot; alt=&quot;GitLink settings&quot; /&gt;&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>Support for iOS/Mac Unified APIs</title>
   <link href="https://oxyplot.github.io/announcements/ios-mac-unified-api"/>
   <updated>2014-10-21T00:00:00+00:00</updated>
   <id>https://oxyplot.github.io/announcements/ios-mac-unified-api</id>
   <content type="html">&lt;p&gt;OxyPlot implementations for [Xamarin.iOS] and &lt;a href=&quot;https://developer.xamarin.com/guides/cross-platform/macios/unified/&quot;&gt;Xamarin.Mac&lt;/a&gt; are now available! 
To use it, install the NuGet package &lt;a href=&quot;https://www.nuget.org/packages/OxyPlot.Xamarin.Mac&quot;&gt;OxyPlot.Xamarin.Mac&lt;/a&gt; or &lt;a href=&quot;https://www.nuget.org/packages/OxyPlot.XamarinIOS&quot;&gt;OxyPlot.Xamarin.iOS&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The example plot rendered on a retina display:&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/public/images/normal-distributions-mac.png&quot; alt=&quot;Example plot&quot; /&gt;&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>Chat room at gitter.im</title>
   <link href="https://oxyplot.github.io/announcements/gitter-chat"/>
   <updated>2014-10-08T00:00:00+00:00</updated>
   <id>https://oxyplot.github.io/announcements/gitter-chat</id>
   <content type="html">&lt;p&gt;A &lt;a href=&quot;https://gitter.im/oxyplot/oxyplot&quot;&gt;chat room&lt;/a&gt; has been added at &lt;a href=&quot;https://gitter.im/&quot;&gt;gitter.im&lt;/a&gt;.  Hopefully
this can be a nice supplement to the &lt;a href=&quot;https://discussion.oxyplot.org/&quot;&gt;discussion forum&lt;/a&gt; and
&lt;a href=&quot;https://twitter.com/hashtag/oxyplot&quot;&gt;twitter&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://gitter.im/oxyplot/oxyplot?utm_source=badge&amp;amp;utm_medium=badge&amp;amp;utm_campaign=pr-badge&quot;&gt;&lt;img src=&quot;https://badges.gitter.im/Join Chat.svg&quot; alt=&quot;Gitter&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>Continuous integration</title>
   <link href="https://oxyplot.github.io/announcements/continuous-integration"/>
   <updated>2014-09-10T00:00:00+00:00</updated>
   <id>https://oxyplot.github.io/announcements/continuous-integration</id>
   <content type="html">&lt;p&gt;OxyPlot is now built at &lt;a href=&quot;https://appveyor.com/&quot;&gt;AppVeyor&lt;/a&gt;. This change has simplified
the build system significantly and removed the need for a local build
server. AppVeyor provides a great service that does both &lt;a href=&quot;https://en.wikipedia.org/wiki/Continuous_integration&quot;&gt;continuous
integration&lt;/a&gt; and deployment for all platforms except the Xamarin
ones.&lt;/p&gt;

&lt;p&gt;The build is configured in the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;appveyor.yml&lt;/code&gt; file and handles both the
&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;develop&lt;/code&gt; and &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;master&lt;/code&gt; branches.&lt;/p&gt;

&lt;p&gt;The &lt;a href=&quot;https://stylecop.codeplex.com/&quot;&gt;StyleCop&lt;/a&gt;, &lt;a href=&quot;https://www.mono-project.com/docs/gui/gtksharp/&quot;&gt;Gtk#&lt;/a&gt; and &lt;a href=&quot;https://github.com/objorke/lynx-toolkit/&quot;&gt;Lynx Toolkit&lt;/a&gt; prerequisities are now
installed by &lt;a href=&quot;https://chocolatey.org/&quot;&gt;chocolatey&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The NuGet packages will be updated by each build. The Xamarin.Android
and Xamarin.iOS packages are not included in the AppVeyor build, and are
still built locally on a Mac. It would be great if we could get a
similar build and deployment solution also for these projects…&lt;/p&gt;

&lt;p&gt;The Silverlight “&lt;a href=&quot;https://resources.oxyplot.org/examplebrowser/&quot;&gt;Example browser&lt;/a&gt;” will also be updated by each build.&lt;/p&gt;

&lt;p&gt;Builds on the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;develop&lt;/code&gt; branch will get a pre-release suffix &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;-alpha&lt;/code&gt; in
the version numbers. This will make it possible to select between
“Stable Only” and “Include Prerelease” versions in the NuGet manager.&lt;/p&gt;

&lt;p&gt;Another great feature is that every pull request on GitHub will
automatically trig a build on AppVeyor. A broken build will be shown on
the pull request page!!&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>Branches</title>
   <link href="https://oxyplot.github.io/announcements/branches"/>
   <updated>2014-09-09T00:00:00+00:00</updated>
   <id>https://oxyplot.github.io/announcements/branches</id>
   <content type="html">&lt;p&gt;The origin repository has been split in two branches as described in 
“&lt;a href=&quot;https://nvie.com/posts/a-successful-git-branching-model/&quot;&gt;A successful Git branching model&lt;/a&gt;”:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://github.com/oxyplot/oxyplot/tree/master&quot;&gt;master&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://github.com/oxyplot/oxyplot/tree/develop&quot;&gt;develop&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;master&lt;/code&gt; branch contains the latest stable version of the library.&lt;/p&gt;

&lt;p&gt;The &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;develop&lt;/code&gt; branch contains all the latest changes and pull request.
This is the default branch and all pull requests should be based on this
branch.&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>The project has moved to GitHub</title>
   <link href="https://oxyplot.github.io/announcements/moved-to-github"/>
   <updated>2014-08-16T00:00:00+00:00</updated>
   <id>https://oxyplot.github.io/announcements/moved-to-github</id>
   <content type="html">&lt;p&gt;OxyPlot has moved from &lt;a href=&quot;https://oxyplot.codeplex.com/&quot;&gt;CodePlex&lt;/a&gt; to &lt;a href=&quot;https://github.com/oxyplot/oxyplot&quot;&gt;GitHub&lt;/a&gt;. The main reasons for the move is the nice and modern user interface of GitHub, &lt;a href=&quot;https://pages.github.com/&quot;&gt;Github pages&lt;/a&gt; and a hope of getting more people to collaborate on the project.&lt;/p&gt;

&lt;p&gt;All open issues have been migrated to the GitHub &lt;a href=&quot;https://github.com/oxyplot/oxyplot/issues&quot;&gt;issue tracker&lt;/a&gt; and tagged with ‘CodePlex’.&lt;/p&gt;

&lt;p&gt;All discussion threads have been migrated to &lt;a href=&quot;https://oxyplot.userecho.com/&quot;&gt;discussion.oxyplot.org&lt;/a&gt; which is hosted by &lt;a href=&quot;https://www.userecho.com/&quot;&gt;UserEcho&lt;/a&gt;. Each topic has been tagged with ‘CodePlex’. The migration process was done by a &lt;a href=&quot;https://github.com/objorke/CodePlexMigrationTools&quot;&gt;small tool&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The &lt;a href=&quot;https://oxyplot.org/&quot;&gt;website&lt;/a&gt; and [documentation][/docs] pages are now built by &lt;a href=&quot;https://jekyllrb.com/&quot;&gt;Jekyll&lt;/a&gt; and hosted with [GitHub pages][pages]. There is even an &lt;a href=&quot;https://oxyplot.org/atom.xml&quot;&gt;announcements feed&lt;/a&gt;! The content can be edited in the &lt;a href=&quot;https://github.com/oxyplot/oxyplot.github.io&quot;&gt;oxyplot.github.io repository&lt;/a&gt;.&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>Plot control renamed to PlotView</title>
   <link href="https://oxyplot.github.io/announcements/plotview"/>
   <updated>2014-05-16T00:00:00+00:00</updated>
   <id>https://oxyplot.github.io/announcements/plotview</id>
   <content type="html">&lt;p&gt;The &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Plot&lt;/code&gt; control has been renamed to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;PlotView&lt;/code&gt; for consistency over all platforms.&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Xamarin packages on NuGet</title>
   <link href="https://oxyplot.github.io/announcements/xamarin-packages"/>
   <updated>2014-05-14T00:00:00+00:00</updated>
   <id>https://oxyplot.github.io/announcements/xamarin-packages</id>
   <content type="html">&lt;p&gt;NuGet packages for &lt;a href=&quot;https://www.nuget.org/packages/OxyPlot.XamarinIOS/&quot;&gt;Xamarin.iOS&lt;/a&gt; and &lt;a href=&quot;https://www.nuget.org/packages/OxyPlot.XamarinAndroid/&quot;&gt;Xamarin.Android&lt;/a&gt; have been added.&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>Support for Windows Phone</title>
   <link href="https://oxyplot.github.io/announcements/windows-phone-support"/>
   <updated>2014-05-13T00:00:00+00:00</updated>
   <id>https://oxyplot.github.io/announcements/windows-phone-support</id>
   <content type="html">&lt;p&gt;A NuGet package for &lt;a href=&quot;https://www.nuget.org/packages/OxyPlot.WP8/&quot;&gt;Windows Phone&lt;/a&gt; has been added.&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>Build server upgraded</title>
   <link href="https://oxyplot.github.io/announcements/build-server-upgraded"/>
   <updated>2014-01-18T00:00:00+00:00</updated>
   <id>https://oxyplot.github.io/announcements/build-server-upgraded</id>
   <content type="html">&lt;p&gt;The build server now runs Windows 8.1 and &lt;a href=&quot;https://msdn.microsoft.com/en-us/library/dd831853.aspx&quot;&gt;Visual Studio 2013&lt;/a&gt;. Updates to Visual Studio will be applied when they are official.&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>Pdf export</title>
   <link href="https://oxyplot.github.io/announcements/pdf-export"/>
   <updated>2013-11-12T00:00:00+00:00</updated>
   <id>https://oxyplot.github.io/announcements/pdf-export</id>
   <content type="html">&lt;p&gt;OxyPlot now supports export to &lt;a href=&quot;https://en.wikipedia.org/wiki/Portable_Document_Format&quot;&gt;Portable Document Format&lt;/a&gt; in the core library. This makes it possible to generate &lt;a href=&quot;https://en.wikipedia.org/wiki/Portable_Document_Format&quot;&gt;PDF&lt;/a&gt; files without adding any additional components!&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>Registered oxyplot.org domain</title>
   <link href="https://oxyplot.github.io/announcements/oxyplot-org"/>
   <updated>2013-07-04T00:00:00+00:00</updated>
   <id>https://oxyplot.github.io/announcements/oxyplot-org</id>
   <content type="html">&lt;p&gt;The &lt;a href=&quot;https://oxyplot.org/&quot;&gt;oxyplot.org&lt;/a&gt; domain has been registered!&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>OxyPlot is a cool library</title>
   <link href="https://oxyplot.github.io/announcements/evolve"/>
   <updated>2013-07-04T00:00:00+00:00</updated>
   <id>https://oxyplot.github.io/announcements/evolve</id>
   <content type="html">&lt;p&gt;It was great to see OxyPlot being mentioned at &lt;a href=&quot;https://www.hanselman.com/&quot;&gt;Scott Hanselman&lt;/a&gt;’s presentation on &lt;a href=&quot;https://xamarin.com/&quot;&gt;Xamarin&lt;/a&gt; &lt;a href=&quot;https://xamarin.com/evolve/2013&quot;&gt;Evolve&lt;/a&gt; (&lt;a href=&quot;https://www.slideshare.net/Xamarin/how-c-saved-my-marriage-enhanced-my-carreer-and-made-me-a-inch-taller-by-scott-hanselman&quot;&gt;slide 87&lt;/a&gt;)!&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>The OxyPlot core library is now a PCL</title>
   <link href="https://oxyplot.github.io/announcements/portable-core-library"/>
   <updated>2013-01-31T00:00:00+00:00</updated>
   <id>https://oxyplot.github.io/announcements/portable-core-library</id>
   <content type="html">&lt;p&gt;The core library has been changed to a &lt;a href=&quot;https://msdn.microsoft.com/en-us/library/vstudio/gg597391(v=vs.100).aspx&quot;&gt;Portable Class Library&lt;/a&gt; (PCL).
The same assembly can now be used for WPF, Windows Forms, Windows Store apps and Silverlight.&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>Example browser on Windows Store</title>
   <link href="https://oxyplot.github.io/announcements/example-browser-windows-store"/>
   <updated>2012-11-12T00:00:00+00:00</updated>
   <id>https://oxyplot.github.io/announcements/example-browser-windows-store</id>
   <content type="html">&lt;p&gt;The ‘Example browser’ has been added to the &lt;a href=&quot;https://apps.microsoft.com/webpdp/app/oxyplot-example-browser/95b37c05-f2b0-4186-b48e-01b6fcbeec5d&quot;&gt;Windows Store&lt;/a&gt;.&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>Changed to MIT license</title>
   <link href="https://oxyplot.github.io/announcements/license-changed"/>
   <updated>2012-10-20T00:00:00+00:00</updated>
   <id>https://oxyplot.github.io/announcements/license-changed</id>
   <content type="html">&lt;p&gt;The OxyPlot license has been changed to the &lt;a href=&quot;https://en.wikipedia.org/wiki/MIT_License&quot;&gt;MIT license&lt;/a&gt;. This is &lt;a href=&quot;https://en.wikipedia.org/wiki/GNU_General_Public_License#Compatibility_and_multi-licensing&quot;&gt;GPL&lt;/a&gt; compatible.&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>New build server</title>
   <link href="https://oxyplot.github.io/announcements/virtual-build-server"/>
   <updated>2012-09-06T00:00:00+00:00</updated>
   <id>https://oxyplot.github.io/announcements/virtual-build-server</id>
   <content type="html">&lt;p&gt;The build server has been moved to a virtual machine running on &lt;a href=&quot;https://www.virtualbox.org/&quot;&gt;VirtualBox&lt;/a&gt;. The current build environment is Windows 8 and VS 2012.&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>Metro NuGet package</title>
   <link href="https://oxyplot.github.io/announcements/metro-package"/>
   <updated>2012-09-06T00:00:00+00:00</updated>
   <id>https://oxyplot.github.io/announcements/metro-package</id>
   <content type="html">&lt;p&gt;A NuGet package for &lt;a href=&quot;https://www.nuget.org/packages/OxyPlot.Metro/&quot;&gt;OxyPlot.Metro&lt;/a&gt; has been added&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>Mono for Android implementation</title>
   <link href="https://oxyplot.github.io/announcements/mono-for-android"/>
   <updated>2012-05-11T00:00:00+00:00</updated>
   <id>https://oxyplot.github.io/announcements/mono-for-android</id>
   <content type="html">&lt;p&gt;The first &lt;a href=&quot;https://xamarin.com/platform&quot;&gt;Mono for Android&lt;/a&gt; implementation is ready!&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>MonoTouch implementation</title>
   <link href="https://oxyplot.github.io/announcements/monotouch"/>
   <updated>2012-03-12T00:00:00+00:00</updated>
   <id>https://oxyplot.github.io/announcements/monotouch</id>
   <content type="html">&lt;p&gt;The first &lt;a href=&quot;https://xamarin.com/platform&quot;&gt;MonoTouch&lt;/a&gt; implementation is ready!&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>Changed to Mercurial repository</title>
   <link href="https://oxyplot.github.io/announcements/mercurial"/>
   <updated>2012-03-03T00:00:00+00:00</updated>
   <id>https://oxyplot.github.io/announcements/mercurial</id>
   <content type="html">&lt;p&gt;The repository has been migrated from &lt;a href=&quot;https://subversion.apache.org/&quot;&gt;Subversion&lt;/a&gt; to &lt;a href=&quot;https://mercurial.selenic.com/&quot;&gt;Mercurial&lt;/a&gt;.&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>Support for images</title>
   <link href="https://oxyplot.github.io/announcements/image-support"/>
   <updated>2012-01-31T00:00:00+00:00</updated>
   <id>https://oxyplot.github.io/announcements/image-support</id>
   <content type="html">&lt;p&gt;OxyPlot now supports rendering of images! This allows rendering of logos in bitmap formats (&lt;a href=&quot;https://en.wikipedia.org/wiki/Portable_Network_Graphics&quot;&gt;png&lt;/a&gt;) and creating bitmaps at runtime. See the new &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;ImageAnnotation&lt;/code&gt; and &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;HeatMapSeries&lt;/code&gt; that use this feature.&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>Build at CodeBetter</title>
   <link href="https://oxyplot.github.io/announcements/codebetter-build"/>
   <updated>2011-12-12T00:00:00+00:00</updated>
   <id>https://oxyplot.github.io/announcements/codebetter-build</id>
   <content type="html">&lt;p&gt;OxyPlot is now built at &lt;a href=&quot;https://teamcity.codebetter.com/project.html?projectId=project171&quot;&gt;CodeBetter&lt;/a&gt;.&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>Continuous delivery</title>
   <link href="https://oxyplot.github.io/announcements/continuous-delivery"/>
   <updated>2011-11-13T00:00:00+00:00</updated>
   <id>https://oxyplot.github.io/announcements/continuous-delivery</id>
   <content type="html">&lt;p&gt;The build server is now based on &lt;a href=&quot;https://www.jetbrains.com/teamcity/&quot;&gt;TeamCity&lt;/a&gt; and everything is automated:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;it builds all solutions&lt;/li&gt;
  &lt;li&gt;it runs all &lt;a href=&quot;https://www.nunit.org/&quot;&gt;NUnit&lt;/a&gt; tests and finds code coverage&lt;/li&gt;
  &lt;li&gt;it pushes &lt;a href=&quot;https://www.nuget.org/&quot;&gt;NuGet&lt;/a&gt; packages&lt;/li&gt;
&lt;/ul&gt;

</content>
 </entry>
 
 <entry>
   <title>Example browser</title>
   <link href="https://oxyplot.github.io/announcements/example-browser"/>
   <updated>2011-03-19T00:00:00+00:00</updated>
   <id>https://oxyplot.github.io/announcements/example-browser</id>
   <content type="html">&lt;p&gt;The ‘Example browser’ shows examples from the portable &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;ExampleLibrary&lt;/code&gt; project.&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>NuGet packages</title>
   <link href="https://oxyplot.github.io/announcements/nuget-packages"/>
   <updated>2011-03-09T00:00:00+00:00</updated>
   <id>https://oxyplot.github.io/announcements/nuget-packages</id>
   <content type="html">&lt;p&gt;&lt;a href=&quot;https://www.nuget.org/&quot;&gt;NuGet&lt;/a&gt; packages for &lt;a href=&quot;https://www.nuget.org/packages/OxyPlot.Wpf/&quot;&gt;WPF&lt;/a&gt; and &lt;a href=&quot;https://www.nuget.org/packages/OxyPlot.Silverlight/&quot;&gt;Silverlight&lt;/a&gt; have been created.&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>OxyPlot released</title>
   <link href="https://oxyplot.github.io/announcements/first-release"/>
   <updated>2010-11-14T00:00:00+00:00</updated>
   <id>https://oxyplot.github.io/announcements/first-release</id>
   <content type="html">&lt;p&gt;OxyPlot has been released as &lt;a href=&quot;https://en.wikipedia.org/wiki/Open_source&quot;&gt;open source&lt;/a&gt;!&lt;/p&gt;

</content>
 </entry>
 

</feed>
