Skip to content

Commit

Permalink
Increment version to 3.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
SolalPirelli committed Aug 3, 2015
1 parent 25024c0 commit bbd4b23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ThriftSharp.Benchmarking/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@

[assembly: ComVisible( false )]

[assembly: AssemblyVersion( "3.0.0" )]
[assembly: AssemblyVersion( "3.0.1" )]
2 changes: 1 addition & 1 deletion ThriftSharp.Extensions/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@

[assembly: ComVisible( false )]

[assembly: AssemblyVersion( "3.0.0" )]
[assembly: AssemblyVersion( "3.0.1" )]
2 changes: 1 addition & 1 deletion ThriftSharp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[assembly: AssemblyCopyright( "Copyright © 2014-15 Solal Pirelli" )]
[assembly: NeutralResourcesLanguage( "en" )]
[assembly: ComVisible( false )]
[assembly: AssemblyVersion( "3.0.0" )]
[assembly: AssemblyVersion( "3.0.1" )]
[assembly: InternalsVisibleTo( "ThriftSharp.Benchmarking" )]
[assembly: InternalsVisibleTo( "ThriftSharp.Extensions" )]
[assembly: InternalsVisibleTo( "ThriftSharp.Tests" )]

0 comments on commit bbd4b23

Please sign in to comment.