Skip to content

Commit

Permalink
Merge pull request #34 from mausworks/release/1.0.2
Browse files Browse the repository at this point in the history
Release/1.0.2
  • Loading branch information
mausworks authored Feb 28, 2018
2 parents 429ac3e + 5352f6d commit 4721bf2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/Pidget.AspNet/Pidget.AspNet.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.0.1</Version>
<Version>1.0.2</Version>
<TargetFramework>netstandard2.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>

Expand All @@ -17,7 +17,7 @@
<PackageProjectUrl>https://github.com/mausworks/pidget</PackageProjectUrl>
<PackageLicenseUrl>https://raw.githubusercontent.com/mausworks/pidget/master/LICENSE</PackageLicenseUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageIcon>https://user-images.githubusercontent.com/8259221/32839226-04e019b2-ca14-11e7-9ba6-be3bff2291f2.png</PackageIcon>
<PackageIcon>https://user-images.githubusercontent.com/8259221/36802949-8fc2ad48-1cb6-11e8-9f7d-c444cf991c8b.png</PackageIcon>

<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/mausworks/pidget.git</RepositoryUrl>
Expand Down
6 changes: 3 additions & 3 deletions src/Pidget.Client/Pidget.Client.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.0.1</Version>
<Version>1.0.2</Version>
<TargetFramework>netstandard2.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>

Expand All @@ -13,11 +13,11 @@
<Copyright>Rasmus Wennerström</Copyright>
<NeutralLanguage>en-US</NeutralLanguage>

<PackageTags>sentry;error reporting;event logging</PackageTags>
<PackageTags>sentry;error-reporting;logging</PackageTags>
<PackageProjectUrl>https://github.com/mausworks/pidget</PackageProjectUrl>
<PackageLicenseUrl>https://raw.githubusercontent.com/mausworks/pidget/master/LICENSE</PackageLicenseUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageIcon>https://user-images.githubusercontent.com/8259221/32839226-04e019b2-ca14-11e7-9ba6-be3bff2291f2.png</PackageIcon>
<PackageIcon>https://user-images.githubusercontent.com/8259221/36802949-8fc2ad48-1cb6-11e8-9f7d-c444cf991c8b.png</PackageIcon>

<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/mausworks/pidget.git</RepositoryUrl>
Expand Down

0 comments on commit 4721bf2

Please sign in to comment.