Skip to content

Commit

Permalink
New release :D
Browse files Browse the repository at this point in the history
  • Loading branch information
abjerner committed Nov 22, 2016
1 parent a548de8 commit f187a0f
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
Binary file not shown.
Binary file added releases/nuget/Skybrud.Social.1.0.0-beta3.nupkg
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions src/Skybrud.Social.Core/Properties/AssemblyInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"product": "Skybrud.Social",
"copyright": "Copyright © 2016",
"version": "1.0.0.0",
"informationalVersion": "1.0.0-beta3",
"fileVersion": "0.0.1560.5"
"informationalVersion": "1.0.0-beta4",
"fileVersion": "0.0.1576.2"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Reflection;

[assembly: AssemblyFileVersion("0.0.1560.5")]
[assembly: AssemblyFileVersion("0.0.1576.2")]

2 changes: 1 addition & 1 deletion src/Skybrud.Social.Core/Properties/AssemblyInfoVersion.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using System.Reflection;

[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyInformationalVersion("1.0.0-beta3")]
[assembly: AssemblyInformationalVersion("1.0.0-beta4")]
[assembly: AssemblyMetadata("StartDate", "2012-07-30")]
2 changes: 1 addition & 1 deletion src/Skybrud.Social/Properties/AssemblyInfoVersion.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using System.Reflection;

[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyInformationalVersion("1.0.0-beta3")]
[assembly: AssemblyInformationalVersion("1.0.0-beta4")]
[assembly: AssemblyMetadata("StartDate", "2012-07-30")]

0 comments on commit f187a0f

Please sign in to comment.