Skip to content

Commit

Permalink
V 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-englert committed Mar 11, 2022
1 parent 4f5890b commit eba6c8b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
A Windows helper app to share only a part of a screen via video conference apps that only support either full screen or single window like e.g. Teams, WebEx, etc.

## Prerequisites
- Windows 10
- Windows 10 or 11
- DotNet 4.6.2 or newer

## Installation

- Download and install this app from the [Windows Store](https://www.microsoft.com/store/productId/9N4066W2R5Q4)
or pick the latest binariers from the [release page](https://github.com/tom-englert/RegionToShare/releases)

## Usage

Expand Down
5 changes: 5 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
1.1
- Fix #5: Flickering on Win11
- Fix #18: Double mouse cursors
- Fix #11: Remember size and position

1.0
- Initial version
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<Version>1.0.0</Version>
<Version>1.1.0</Version>
</PropertyGroup>
</Project>

0 comments on commit eba6c8b

Please sign in to comment.