Skip to content

Commit

Permalink
Bump version to 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Hugues Jeanneret committed Apr 28, 2017
1 parent 525db8a commit 3c5f659
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
// 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.1.0.0")]
[assembly: AssemblyFileVersion("0.1.0.0")]
[assembly: AssemblyVersion("0.3.4.0")]
[assembly: AssemblyFileVersion("0.3.4.0")]
[assembly: InternalsVisibleTo("Criteo.Profiling.Tracing.UTest")]
[assembly: InternalsVisibleTo("DynamicProxyGenAssembly2")]
2 changes: 1 addition & 1 deletion zipkin4net/Criteo.Profiling.Tracing/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.3.3",
"version": "0.3.4",
"authors": ["Criteo"],
"description": "A .NET client library for Zipkin",
"copyright": "Copyright 2017, Criteo",
Expand Down

0 comments on commit 3c5f659

Please sign in to comment.