Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jnm2 committed Jan 10, 2018
1 parent f393923 commit b2e2f86
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## v0.3.1

Packaging-only change to correct a mistake in the copyright line, both in the package metadata and the assembly version info.

## v0.3.0

This release contains a critical fix. It also unifies AsyncBridge.Net35 and AsyncBridge.Portable into the main AsyncBridge package.
Expand Down
4 changes: 2 additions & 2 deletions src/AsyncBridge/AsyncBridge.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<PropertyGroup>
<TargetFrameworks>net40-client;net35-client;portable-net40+sl5</TargetFrameworks>

<Version>0.3.0</Version>
<Version>0.3.1</Version>
<Authors>Daniel Grunwald, Omer Mor, Alex Davies, jnm2</Authors>
<Copyright>Copyright © 2012–2018 Daniel Grunwald, Omer Mor, Alex Davies, Joseph Musser</Copyright>

<PackageProjectUrl>https://omermor.github.com/AsyncBridge/</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/OmerMor/AsyncBridge/blob/master/LICENSE.md</PackageLicenseUrl>
<PackageTags>async await C# language support $(AdditionalPackageTags)</PackageTags>
<PackageReleaseNotes>https://github.com/OmerMor/AsyncBridge/blob/master/CHANGELOG.md#v030</PackageReleaseNotes>
<PackageReleaseNotes>https://github.com/OmerMor/AsyncBridge/blob/master/CHANGELOG.md#v031</PackageReleaseNotes>

<AssemblyTitle>C# 5 async/await support for .NET Framework pre-4.5</AssemblyTitle>
<Description Condition="'$(Description)' == ''">$(AssemblyTitle)
Expand Down

0 comments on commit b2e2f86

Please sign in to comment.