Skip to content

Commit

Permalink
Bump to version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lecaillon committed Jun 11, 2019
1 parent 5c485c1 commit 0b69941
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build/common.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<Version>1.0.0</Version>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>
<Version>1.1.0</Version>
<AssemblyVersion>1.1.0.0</AssemblyVersion>
<FileVersion>1.1.0.0</FileVersion>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion src/Cassette/Cassette.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<repository type="git" url="https://github.com/lecaillon/Cassette.git" />
<iconUrl>https://raw.githubusercontent.com/lecaillon/Cassette/master/images/logo128.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes></releaseNotes>
<releaseNotes>- #23 Change to work with non-text HTTP requests and responses</releaseNotes>
<tags>cassette cassette.http integration-tests continuous-integration httpclient middleware message-handler cache distributed-cache</tags>
<dependencies>
<group targetFramework="netstandard2.0">
Expand Down

0 comments on commit 0b69941

Please sign in to comment.