Skip to content

Commit

Permalink
chore(release): v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
luqven committed Mar 25, 2021
1 parent 4c11f69 commit 8bbe29d
Show file tree
Hide file tree
Showing 3 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
@@ -1,5 +1,9 @@
Changelog
==========
## 3.2.1 (_March 24, 2021_)
- docs: update fixed-width section ([#37](https://github.com/imgix/imgix-csharp/pull/37))
- fix: dpr srcset when only h param ([#38](https://github.com/imgix/imgix-csharp/pull/38))
- docs: update travis badge to travis-ci.com ([#34](https://github.com/imgix/imgix-csharp/pull/34))

## 3.2.0 (_June 05, 2020_)
- feat: introduce custom srcsets ([#28](https://github.com/imgix/imgix-csharp/pull/28))
Expand Down
2 changes: 1 addition & 1 deletion src/Imgix/Imgix.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>netstandard1.3</TargetFramework>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<PackageId>Imgix</PackageId>
<PackageVersion>3.2.0</PackageVersion>
<PackageVersion>3.2.1</PackageVersion>
<Title>Imgix CSharp Library</Title>
<Authors>raynjamin; imgix; sherwinski</Authors>
<Description>A library to help you build client urls for imgix.</Description>
Expand Down
2 changes: 1 addition & 1 deletion src/Imgix/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.2.0")]
[assembly: AssemblyVersion("3.2.1")]
[assembly: AssemblyFileVersion("1.0.0.0")]

0 comments on commit 8bbe29d

Please sign in to comment.