Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiasnordqvist committed Jan 29, 2018
1 parent 8c3d0e6 commit 4ba65bd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ProductAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
/* File versions are set by CI build */
[assembly: AssemblyVersion("6.0.0")]
[assembly: AssemblyFileVersion("6.0.0")]
[assembly: AssemblyInformationalVersion("6.0.0-pre3")]
[assembly: AssemblyInformationalVersion("6.0.0")]
11 changes: 9 additions & 2 deletions WebAnchor/WebAnchor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
<PropertyGroup>
<PackageVersion>6.0.0-pre3</PackageVersion>
<PackageVersion>6.0.0</PackageVersion>
<PackageId>WebAnchor</PackageId>
<Title>WebAnchor</Title>
<Authors>mattiasnordqvist;carl_berg</Authors>
Expand All @@ -16,7 +16,14 @@
<RepositoryUrl>https://github.com/mattiasnordqvist/Web-Anchor.git</RepositoryUrl>
<PackageIconUrl>https://github.com/mattiasnordqvist/Web-Anchor/raw/master/logo.png</PackageIconUrl>
<PackageTags>REST HTTP API JSON</PackageTags>
<PackageReleaseNotes>Prerelease - play around</PackageReleaseNotes>
<PackageReleaseNotes># Breaking
* No longer support for NetStandard 1.5 and NetStandard 1.6

# New features
* A default response handler for return types of just Task introduced. Throws ApiException on all but success status codes. Useful when you don't care about the response.
* A default response handler for return types of Task\&lt;Stream\&gt; to enable download of streaming data.
# Bugfixes
* return a Task\&lt;SomeObject\&gt; is no longer awaited by framework.</PackageReleaseNotes>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit 4ba65bd

Please sign in to comment.