Skip to content

Commit

Permalink
Push version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshSchreuderMO committed Jul 14, 2017
1 parent a60167b commit f01e698
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Serilog.Enrichers.Memory/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System;
using System.Reflection;

[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.0.1.0")]

[assembly: CLSCompliant(true)]
4 changes: 2 additions & 2 deletions src/Serilog.Enrichers.Memory/Serilog.Enrichers.Memory.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<PropertyGroup>
<Description>The memory enricher for Serilog.</Description>
<VersionPrefix>1.0.0</VersionPrefix>
<Authors>Serilog Contributors</Authors>
<VersionPrefix>1.0.1</VersionPrefix>
<Authors>Josh Schreuder</Authors>
<TargetFrameworks>net45;netstandard1.3</TargetFrameworks>
<AssemblyName>Serilog.Enrichers.Memory</AssemblyName>
<AssemblyOriginatorKeyFile>../../assets/SerilogMemory.snk</AssemblyOriginatorKeyFile>
Expand Down

0 comments on commit f01e698

Please sign in to comment.