Skip to content

Commit

Permalink
New release :D
Browse files Browse the repository at this point in the history
  • Loading branch information
abjerner committed Feb 4, 2018
1 parent 1e44201 commit 4f4899f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
Binary file added releases/github/Skybrud.Social.Core.v1.0.3.zip
Binary file not shown.
Binary file added releases/nuget/Skybrud.Social.Core.1.0.3.nupkg
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 © 2018",
"version": "1.0.2.0",
"informationalVersion": "1.0.2",
"fileVersion": "0.0.2014.1"
"informationalVersion": "1.0.3",
"fileVersion": "0.0.2015.4"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Reflection;

[assembly: AssemblyFileVersion("0.0.2014.1")]
[assembly: AssemblyFileVersion("0.0.2015.4")]

3 changes: 2 additions & 1 deletion src/Skybrud.Social.Core/Skybrud.Social.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<PropertyGroup>
<RootNamespace>Skybrud.Social</RootNamespace>
<Version>1.0.2</Version>
<Version>1.0.3</Version>
<Company>Skybrud.dk a/s</Company>
<Product>Skybrud.Social</Product>
<Authors>Anders Bjerner</Authors>
Expand All @@ -22,6 +22,7 @@
<PackageLicenseUrl>https://github.com/abjerner/Skybrud.Social/blob/master/LICENSE.md</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/abjerner/Skybrud.Social</PackageProjectUrl>
<PackageIconUrl>http://www.skybrud.dk/img/5431sk/icon/favicon.ico</PackageIconUrl>
<AssemblyVersion>1.0.2.0</AssemblyVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(TargetFramework)'=='netstandard1.3'">
Expand Down

0 comments on commit 4f4899f

Please sign in to comment.