<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Blog on Iwanek Blog</title>
    <link>https://iwanek.me/posts/</link>
    <description>Recent content in Blog on Iwanek Blog</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Thu, 31 Jul 2014 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://iwanek.me/posts/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Expect for .NET version 2.0.1 released</title>
      <link>https://iwanek.me/posts/expect-net-version-2-0-1-released/</link>
      <pubDate>Thu, 31 Jul 2014 00:00:00 +0000</pubDate>
      <guid>https://iwanek.me/posts/expect-net-version-2-0-1-released/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve recently released version 2.0.1 of Expect for .NET library. In this post you will find list of changes, what unexpected behavior was fixed and next release announcement.&lt;/p&gt;
&lt;h2 id=&#34;changelog&#34;&gt;Changelog&lt;/h2&gt;
&lt;figure class=&#34;alignright&#34;&gt;
    &lt;img loading=&#34;lazy&#34; src=&#34;images/eceff-993139790_a33cbb85dc_z_d1.jpg&#34;
         alt=&#34;Expect for .NET version 2.0.1 repairs some bugs. It&amp;#39;s illustrated by &amp;#39;Repair Bug by Mark Rain (CC BY 2.0)&amp;#39; picture&#34; width=&#34;300&#34;/&gt; &lt;figcaption&gt;
            &lt;p&gt;Repair Bug by Mark Rain (CC BY 2.0)&lt;/p&gt;
        &lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;The only change is fix of matching mechanism used to find expected string in output. Previous versions used regular expressions matching. Because there was not a word about it in documentation, blog posts or tutorials the matching mechanism produced unexpected results when there were used special characters like &amp;lsquo;*&amp;rsquo;, &amp;lsquo;?&amp;rsquo;, &amp;lsquo;$&amp;rsquo;, &amp;lsquo;.&amp;rsquo;, etc. I decided that this is bug and fixed it in this version.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Expect for .NET 2.0.0 released!</title>
      <link>https://iwanek.me/posts/expect-net-2-0-0-released/</link>
      <pubDate>Thu, 24 Jul 2014 00:00:00 +0000</pubDate>
      <guid>https://iwanek.me/posts/expect-net-2-0-0-released/</guid>
      <description>&lt;h2 id=&#34;expect-for-net-200-change-log&#34;&gt;Expect for .NET 2.0.0 change log&lt;/h2&gt;
&lt;figure class=&#34;alignright&#34;&gt;
    &lt;img loading=&#34;lazy&#34; src=&#34;images/92770-2765083201_55a958db14_b_d1.jpg&#34;
         alt=&#34;Smile! - Expect for .NET 2.0.0 has been released!&#34; width=&#34;300&#34;/&gt; &lt;figcaption&gt;
            &lt;p&gt;&amp;lsquo;&lt;a href=&#34;https://www.flickr.com/photos/dotbenjamin/2765083201&#34;&gt;065/365: Show us your smile!&amp;rsquo;&lt;/a&gt; by &lt;a href=&#34;https://www.flickr.com/photos/dotbenjamin/&#34;&gt;Ben Smith&lt;/a&gt; (&lt;a href=&#34;https://creativecommons.org/licenses/by-sa/2.0/&#34;&gt;CC BY-SA 2.0&lt;/a&gt;)&lt;/p&gt;
        &lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;List of changes in version 2.0.0 (in comparison to versions 1.x):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;redesigned API&lt;/li&gt;
&lt;li&gt;fixed problems with VB.NET&lt;/li&gt;
&lt;li&gt;changed namespace name&lt;/li&gt;
&lt;li&gt;replaced timeout getter/setter methods with properties&lt;/li&gt;
&lt;li&gt;updates in build script&lt;/li&gt;
&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Expect for .NET 2.0.0-rc released</title>
      <link>https://iwanek.me/posts/expect-net-2-0-0-rc-released-2/</link>
      <pubDate>Fri, 16 May 2014 00:00:00 +0000</pubDate>
      <guid>https://iwanek.me/posts/expect-net-2-0-0-rc-released-2/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve just uploaded to NuGet Expect for .NET 2.0.0-rc. It&amp;rsquo;s version 2.0.0 release candidate. Here is description how to install prerelease package: &lt;a href=&#34;https://iwanek.me/posts/how-to-install-prerelease-nuget-package/&#34; title=&#34;How to install prerelease NuGet package&#34;&gt;link&lt;/a&gt;. Give it a try and let me know what you think. All feedback is welcome :)&lt;/p&gt;
&lt;p&gt;The 2.0.0-rc version contains a few changes (some of them are not backward compatible):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;changed namespace name&lt;/li&gt;
&lt;li&gt;replaced timeout getter/setter methods with property&lt;/li&gt;
&lt;li&gt;updates in build script&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Details below.&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to install prerelease NuGet package</title>
      <link>https://iwanek.me/posts/how-to-install-prerelease-nuget-package/</link>
      <pubDate>Thu, 15 May 2014 00:00:00 +0000</pubDate>
      <guid>https://iwanek.me/posts/how-to-install-prerelease-nuget-package/</guid>
      <description>&lt;p&gt;I will show two ways how to install prerelease &lt;a href=&#34;http://nuget.org&#34;&gt;NuGet&lt;/a&gt; package: using command line and using NuGet package manager integrated into Visual Studio.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Expect for .NET 2.0.0-beta released</title>
      <link>https://iwanek.me/posts/expect-net-2-0-0-beta-released/</link>
      <pubDate>Thu, 13 Mar 2014 00:00:00 +0000</pubDate>
      <guid>https://iwanek.me/posts/expect-net-2-0-0-beta-released/</guid>
      <description>&lt;figure class=&#34;alignright&#34;&gt;&lt;a href=&#34;http://www.lendingmemo.com/&#34;&gt;
    &lt;img loading=&#34;lazy&#34; src=&#34;images/f8040-beta.jpg&#34;
         alt=&#34;Beta by Simon Cunningham license CC BY 2.0&#34; width=&#34;300&#34;/&gt; &lt;/a&gt;&lt;figcaption&gt;
            &lt;p&gt;Beta by Simon Cunningham license CC BY 2.0&lt;/p&gt;
        &lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;I&amp;rsquo;m happy to announce that beta release of Expect for .NET 2.0.0 was published. It can be downloaded using NuGet and from &lt;a href=&#34;https://github.com/wiwanek/Expect.NET/releases/tag/v2.0.0-beta&#34;&gt;github&lt;/a&gt;. As it is beta release there may be introduced some API changes prior to final release.&lt;/p&gt;
&lt;p&gt;The released version was tested with both C# and VB.NET applications. Example applications can be found in github repository.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Expect for .NET 1.2.0</title>
      <link>https://iwanek.me/posts/expect-net-1-2-0/</link>
      <pubDate>Fri, 31 Jan 2014 00:00:00 +0000</pubDate>
      <guid>https://iwanek.me/posts/expect-net-1-2-0/</guid>
      <description>&lt;h1 id=&#34;expect-for-net-120-overview&#34;&gt;Expect for .NET 1.2.0 overview&lt;/h1&gt;
&lt;p&gt;Expect for .NET 1.2.0 introduced one major change not strictly connected to code. New versioning system. Some of you probably noticed that I was looking for good versioning system. Now I found the one with clear and strictly defined rules - Semantic Versioning (&lt;a href=&#34;http://semver.org&#34; title=&#34;Semantic Versioning webpage&#34;&gt;http://semver.org&lt;/a&gt;). Below is shortcut of rules from mentioned webpage:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Expect for .NET 1.1.38 released</title>
      <link>https://iwanek.me/posts/expect-net-1-1-38-released/</link>
      <pubDate>Tue, 21 Jan 2014 00:00:00 +0000</pubDate>
      <guid>https://iwanek.me/posts/expect-net-1-1-38-released/</guid>
      <description>&lt;p&gt;Today was released Expect for .NET 1.1.38. The new release contains a few minor changes in API, some improvements for users and changes in existing implementation.&lt;/p&gt;
&lt;p&gt;New version can be downloaded from &lt;a href=&#34;https://github.com/wiwanek/Expect.NET/releases/tag/v1.1.38&#34;&gt;github&lt;/a&gt; or &lt;a href=&#34;https://www.nuget.org/packages/Expect.NET/&#34;&gt;nuget&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Expect for .NET 1.0.1 released</title>
      <link>https://iwanek.me/posts/expect-net-1-0-1-released/</link>
      <pubDate>Wed, 15 Jan 2014 00:00:00 +0000</pubDate>
      <guid>https://iwanek.me/posts/expect-net-1-0-1-released/</guid>
      <description>&lt;p&gt;Three days ago I released Expect for .NET 1.0.1. The release contains solved &lt;a href=&#34;https://hub.jazz.net/ccm01/web/projects/iwanek%20%7C%20ExpectNET#action=com.ibm.team.workitem.viewWorkItem&amp;amp;id=14434&#34; title=&#34;Defect 14434&#34;&gt;defect 14434&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The above mentioned defect is the ugly one as it impacted on API and it is not backward compatible. I decided to fix that as it was found just after &lt;a href=&#34;http://blog.iwanek.eu/expect-net-1-0-0-released/&#34; title=&#34;Expect.NET version 1.0.0 released&#34;&gt;release 1.0.0&lt;/a&gt; so it shouldn&amp;rsquo;t impact on many users. And updated API may increase comfort of using the library.&lt;/p&gt;
&lt;p&gt;The incompatibility lays in naming convention, the function names were in camelCase in release 1.0.0 and in version 1.0.1 it was changed to use PascalCase as it is commonly practiced in most libraries.&lt;/p&gt;</description>
    </item>
    <item>
      <title>expect timeout - Expect.NET introduction</title>
      <link>https://iwanek.me/posts/expect-net-expect-timeout/</link>
      <pubDate>Thu, 09 Jan 2014 00:00:00 +0000</pubDate>
      <guid>https://iwanek.me/posts/expect-net-expect-timeout/</guid>
      <description>&lt;p&gt;In &lt;a href=&#34;https://iwanek.me/posts/expect-net-1-0-0-released/&#34; title=&#34;Expect.NET version 1.0.0 released&#34;&gt;post&lt;/a&gt; where Expect.NET library was introduced was included short example how to use the library. With this post I&amp;rsquo;d like to start some post series describing the library in more detailed way. I will start with description of expect timeout handling.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Expect.NET version 1.0.0 released</title>
      <link>https://iwanek.me/posts/expect-net-1-0-0-released/</link>
      <pubDate>Sun, 22 Dec 2013 00:00:00 +0000</pubDate>
      <guid>https://iwanek.me/posts/expect-net-1-0-0-released/</guid>
      <description>&lt;p&gt;A few days ago I released Expect.NET version 1.0.0. As it is first public release of this library, I will start with short introduction, then describe its functionality and how to get that.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Announcement</title>
      <link>https://iwanek.me/posts/announcement/</link>
      <pubDate>Wed, 18 Dec 2013 00:00:00 +0000</pubDate>
      <guid>https://iwanek.me/posts/announcement/</guid>
      <description>&lt;p&gt;All old blog posts in polish were moved to &lt;a href=&#34;https://blog-pl.iwanek.me&#34; title=&#34;https://blog-pl.iwanek.me&#34;&gt;https://blog-pl.iwanek.me&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Wszystkie stare wpisy po polsku zostały przeniesione na &lt;a href=&#34;https://blog-pl.iwanek.me&#34; title=&#34;https://blog-pl.iwanek.me&#34;&gt;https://blog-pl.iwanek.me&lt;/a&gt;&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
