Skip to content

Commit

Permalink
release 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiasnordqvist committed Dec 20, 2017
1 parent 8bebd14 commit fb6206e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ProductAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
/* File versions are set by CI build */
[assembly: AssemblyVersion("5.0.0")]
[assembly: AssemblyFileVersion("5.0.0")]
[assembly: AssemblyInformationalVersion("5.0.0-pre3")]
[assembly: AssemblyInformationalVersion("5.0.0")]
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Reflection;

namespace WebAnchor.RequestFactory.Serialization
{
Expand Down
2 changes: 1 addition & 1 deletion WebAnchor/WebAnchor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
<PropertyGroup>
<PackageVersion>5.0.0-pre3</PackageVersion>
<PackageVersion>5.0.0</PackageVersion>
<PackageId>WebAnchor</PackageId>
<Title>WebAnchor</Title>
<Authors>mattiasnordqvist;carl_berg</Authors>
Expand Down

0 comments on commit fb6206e

Please sign in to comment.