Skip to content

Commit

Permalink
version 0.8 (#10)
Browse files Browse the repository at this point in the history
* version 0.8 release notes
* Update README.md
* Update AssemblyInfo-Shared.cs
  • Loading branch information
johnmwright authored Jul 19, 2018
1 parent a1c140e commit 9a7a4ab
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion Fakes.Contrib/Fakes.Contrib/Fakes.Contrib.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
<releaseNotes>
Version 0.8:
* added SourceLink support
* minor code cleanup based on static analysis
* adding support for shims with void returns
Version 0.7:
* added support for interface types
* removed assembly signing
Expand All @@ -31,4 +35,4 @@ Version 0.2: first usable version. Watch out, this is still apha code !
<file src="bin\$configuration$\Fakes.Contrib.dll" target="lib\net45" />
<file src="bin\$configuration$\Fakes.Contrib.pdb" target="lib\net45" />
</files>
</package>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.7.0.0")]
[assembly: AssemblyVersion("0.8.0.0")]
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,10 @@ Usage

Release notes
-------------
* Version 0.8:
* added SourceLink support
* minor code cleanup based on static analysis
* adding support for shims with void returns
* Version 0.7:
* added support for interface types
* removed assembly signing
Expand Down

0 comments on commit 9a7a4ab

Please sign in to comment.