Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ahwm committed Dec 10, 2020
1 parent 427d562 commit e09e47e
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions src/GodaddyWrapper/GodaddyWrapper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@

<PropertyGroup>
<Description>GodaddyWrapper.NET is a .NET Wrapper for calling GoDaddy REST API.</Description>
<Copyright>Copyright 2015 - 2017 Vip30, 2018 - 2020 ahwm</Copyright>
<Copyright>Copyright 2015 - 2017 Vip30, 2018 - 2020 ahwm23</Copyright>
<AssemblyTitle>GodaddyWrapper.Net</AssemblyTitle>
<VersionPrefix>1.1.3-beta</VersionPrefix>
<Authors>vip30, ahwm23</Authors>
<TargetFrameworks>netstandard1.3;net462;netcoreapp2.1;netcoreapp3.1</TargetFrameworks>
<Version>1.2</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<TargetFrameworks>netstandard1.3;net462;netcoreapp2.1;netcoreapp3.1;net5.0</TargetFrameworks>
<GenerateDocumentationFile>false</GenerateDocumentationFile>
<AssemblyName>GodaddyWrapper</AssemblyName>
<PackageId>GodaddyWrapper</PackageId>
<PackageTags>Godaddy;Wrapper;API;DotNet Core;Rest</PackageTags>
<PackageReleaseNotes>Dev experience improvements; fixed domain retrieve response

GoDaddyWrapper.NET is a Godaddy API Wrapper.
GitHub: https://github.com/ahwm/GodaddyWrapper.Net</PackageReleaseNotes>
<PackageReleaseNotes>
Dev experience improvements; fixed domain retrieve response
</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/ahwm/GodaddyWrapper.Net</PackageProjectUrl>
<RepositoryUrl>https://github.com/ahwm/GodaddyWrapper.Net</RepositoryUrl>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand Down Expand Up @@ -78,8 +78,6 @@ GitHub: https://github.com/ahwm/GodaddyWrapper.Net</PackageReleaseNotes>
$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb
</AllowedOutputExtensionsInPackageBuildOutputFolder>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<Version>1.1.4-beta</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>

</Project>

0 comments on commit e09e47e

Please sign in to comment.