Skip to content

Commit

Permalink
Bump version 0.2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanLarsson committed Aug 25, 2016
1 parent 29175bd commit 9c1265c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gu.State/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
// 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.2.0.2")]
[assembly: AssemblyFileVersion("0.2.0.2")]
[assembly: AssemblyVersion("0.2.0.3")]
[assembly: AssemblyFileVersion("0.2.0.3")]
[assembly: InternalsVisibleTo("Gu.State.Tests", AllInternalsVisible = true)]
[assembly: InternalsVisibleTo("DynamicProxyGenAssembly2", AllInternalsVisible = true)]
[assembly: NeutralResourcesLanguage("en")]
2 changes: 1 addition & 1 deletion Gu.State/paket.template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
type project
releasenotes
* BUGFIX: Copy & synchronize with inheritance.
* USABILITY: Throw exception with useful info when trying to track a notifying struct.

tags Equals, Copy, Sync, Diff, Dirty
projectUrl https://github.com/JohanLarsson/Gu.State
Expand Down
2 changes: 2 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#### 0.2.0.3
* USABILITY: Throw exception with useful info when trying to track a notifying struct.
#### 0.2.0.2
* BUGFIX: Copy & synchronize with inheritance.
#### 0.2.0.1
Expand Down

0 comments on commit 9c1265c

Please sign in to comment.