We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5d1584 commit 9066366Copy full SHA for 9066366
1 file changed
ScreenCapture.NET/ScreenCapture.NET.csproj
@@ -26,12 +26,13 @@
26
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
27
28
<PackageReleaseNotes>
29
- - Fixed striding issue on downscaled captures introduced with 1.3.0
+ The downscale-level is now automatically limited if it would scale the image below a size of 1x1 px.
30
+ This is change that can potentially break existing behavior but should only affect cases that are expected to crash with earlier versions.
31
</PackageReleaseNotes>
32
- <Version>1.3.1</Version>
33
- <AssemblyVersion>1.3.1</AssemblyVersion>
34
- <FileVersion>1.3.1</FileVersion>
+ <Version>1.3.2</Version>
+ <AssemblyVersion>1.3.2</AssemblyVersion>
35
+ <FileVersion>1.3.2</FileVersion>
36
37
<OutputPath>..\bin\</OutputPath>
38
<GenerateDocumentationFile>true</GenerateDocumentationFile>
0 commit comments