Skip to content

Commit

Permalink
Merge pull request #584 from ShapeCrawler/next
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
ashahabov committed Sep 12, 2023
2 parents d7bd7df + f5992fc commit a466c80
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog

## Version 0.49.0 - Unreleased
馃崁Added new `enum SCAudioType` to be able to add audio shape with different types [#579](https://github.com/ShapeCrawler/ShapeCrawler/issues/579)
## Version 0.49.0 - 2023-09-12
馃崁Added new `SCAudioType` to be able to add audio shape with different types [#579](https://github.com/ShapeCrawler/ShapeCrawler/issues/579)
馃悶Fixed an issue with Slide Background updating [#577](https://github.com/ShapeCrawler/ShapeCrawler/issues/577)

## Version 0.48.0 - 2023-08-19
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ How can you contribute?

# Changelog

## Version 0.47.0 - 2023-07-26
馃崁Added setters for `IParagraph.IndentLevel`
馃崁Added `IParagraph.HeaderAndFooter.AddSlideNumber()`
## Version 0.49.0 - 2023-09-12
馃崁Added new `SCAudioType` to be able to add audio shape with different types [#579](https://github.com/ShapeCrawler/ShapeCrawler/issues/579)
馃悶Fixed an issue with Slide Background updating [#577](https://github.com/ShapeCrawler/ShapeCrawler/issues/577)

Visit [CHANGELOG.md](https://github.com/ShapeCrawler/ShapeCrawler/blob/master/CHANGELOG.md) to see the full log.

Expand Down
2 changes: 1 addition & 1 deletion src/ShapeCrawler/ShapeCrawler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This library provides a simplified object model on top of the Open XML SDK for m
<AssemblyVersion>0.49.0</AssemblyVersion>
<FileVersion>0.49.0</FileVersion>
<GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources>
<PackageVersion>0.49.0-beta.1</PackageVersion>
<PackageVersion>0.49.0</PackageVersion>
<Title>ShapeCrawler</Title>
<Configurations>Debug;Release</Configurations>
<Platforms>AnyCPU</Platforms>
Expand Down

0 comments on commit a466c80

Please sign in to comment.