Skip to content

Commit da03569

Browse files
committed
Revision 0.2.1.0
1 parent 7316b3d commit da03569

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
> Can be as simple as you want... Or as complex...
88
9-
[![NuGet downloads](https://img.shields.io/badge/nuget-v0.2.0.0-blue.svg)](https://www.nuget.org/packages/StubServer)
9+
[![NuGet downloads](https://img.shields.io/badge/nuget-v0.2.1.0-blue.svg)](https://www.nuget.org/packages/StubServer)
1010

1111
Checkout the [Wiki](https://github.com/agabani/StubServer/wiki) for more examples!
1212

StubServer/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("0.2.0.0")]
35-
[assembly: AssemblyFileVersion("0.2.0.0")]
34+
[assembly: AssemblyVersion("0.2.1.0")]
35+
[assembly: AssemblyFileVersion("0.2.1.0")]

StubServer/StubServer.nuspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<package >
33
<metadata>
44
<id>$id$</id>
5-
<version>0.2.0.0</version>
5+
<version>0.2.1.0</version>
66
<title>$title$</title>
77
<authors>agabani</authors>
88
<owners>agabani</owners>
99
<projectUrl>https://github.com/agabani/StubServer</projectUrl>
1010
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1111
<description>Quickly stub out 3rd party servers to be used against your automated development test cycle. Designed to feel familiar to use, without having restrictions forced upon you.</description>
12-
<releaseNotes>Introduced multiple packets returned from single return.</releaseNotes>
12+
<releaseNotes>Reduced contracts.</releaseNotes>
1313
<copyright>Copyright 2016</copyright>
1414
<tags>Stub Server HTTP TCP UDP SMTP Testing</tags>
1515
</metadata>

0 commit comments

Comments
 (0)