Skip to content

Commit

Permalink
Update version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Zozulya committed Apr 17, 2017
1 parent dbedc18 commit e5df804
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
13 changes: 8 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
0.3.0
## 0.3.1
* Add MIT license

## 0.3.0
* [NEW] #5: Modify base for MapPath
* [NEW] #6: Sign so can use from Gac'd assembly (thanks to @dazinator)

0.2.1
## 0.2.1
* [Fix] #3: Don't throw NotImplementedException (thanks to @ffMathy)

0.2.0
## 0.2.0
* [NEW] #2: Request: Please make it possible to fake HTTP headers

0.1.1
## 0.1.1
* [Fix] #1: HttpContex.Current.Server.MapPath("/") throws InvalidOperationException

0.1.0
## 0.1.0
* Initial release
6 changes: 3 additions & 3 deletions src/FakeHttpContext/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("36df5624-6d1a-4c88-8ba2-cb63e6d5dd0e")]

[assembly: AssemblyVersion("0.3.0")]
[assembly: AssemblyFileVersion("0.3.0")]
[assembly: AssemblyInformationalVersion("0.3.0")]
[assembly: AssemblyVersion("0.3.1")]
[assembly: AssemblyFileVersion("0.3.1")]
[assembly: AssemblyInformationalVersion("0.3.1")]

0 comments on commit e5df804

Please sign in to comment.