Skip to content

Commit

Permalink
First beta release :D
Browse files Browse the repository at this point in the history
  • Loading branch information
abjerner committed Sep 19, 2018
1 parent 538b147 commit 030807d
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
10 changes: 10 additions & 0 deletions src/Skybrud.Essentials.Http/Properties/AssemblyInfo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"title": "Skybrud.Essentials.Http",
"description": ".NET library for making HTTP requests.",
"company": "Skybrud.dk a/s",
"product": "Skybrud.Essentials",
"copyright": "Copyright © 2018",
"version": "1.0.0.0",
"informationalVersion": "1.0.0-beta001",
"fileVersion": "1.0.0.0"
}
7 changes: 7 additions & 0 deletions src/Skybrud.Essentials.Http/Skybrud.Essentials.Http.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@
<RepositoryUrl>https://github.com/skybrud/Skybrud.Essentials.Http</RepositoryUrl>
</PropertyGroup>

<PropertyGroup>
<PackageTags>Skybrud, HTTP, OAuth</PackageTags>
<PackageLicenseUrl>https://github.com/skybrud/Skybrud.Essentials.Http/blob/master/LICENSE.md</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/skybrud/Skybrud.Essentials.Http</PackageProjectUrl>
<PackageIconUrl>https://www.skybrud.dk/img/5431sk/icon/favicon.ico</PackageIconUrl>
</PropertyGroup>

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

0 comments on commit 030807d

Please sign in to comment.