Skip to content

Commit

Permalink
Prepare for 1.1.0 (#14)
Browse files Browse the repository at this point in the history
Co-authored-by: nirinchev <nirinchev@users.noreply.github.com>
  • Loading branch information
realm-ci and nirinchev committed Aug 2, 2023
1 parent a5e5512 commit 66c6423
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion AssemblyInfo.props
@@ -1,7 +1,7 @@
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Product Condition="'$(Product)' == ''">Realm Large File Storage</Product>
<VersionPrefix>1.0.0</VersionPrefix>
<VersionPrefix>1.1.0</VersionPrefix>
<Description Condition="'$(Description)' == ''">Extensions to simplify working with binary files
and Realm.</Description>
<Company>Realm Inc.</Company>
Expand Down
7 changes: 1 addition & 6 deletions CHANGELOG.md
@@ -1,4 +1,4 @@
## vNext (TBD)
## 1.1.0 (2023-08-02)

### Breaking Changes
* Renamed `FileManager` to `LFSManager`.
Expand All @@ -7,14 +7,9 @@
* Renamed `S3FileManager` to `S3StorageManager`.
* Renamed `AzureFileManager` to `AzureStorageManager`.

### Enhancements
* None

### Fixed
* Fixed Realm.LFS.S3 readme.

### Internal
* None

## 1.0.0 (2023-07-24)

Expand Down

0 comments on commit 66c6423

Please sign in to comment.