Skip to content

Commit b44703b

Browse files
committed
Bumped version-number to 2.0.0
1 parent 57462e9 commit b44703b

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

ScreenCapture.NET.DX11/ScreenCapture.NET.DX11.csproj

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,11 @@
2626
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
2727

2828
<PackageReleaseNotes>
29-
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.
3129
</PackageReleaseNotes>
3230

33-
<Version>1.3.2</Version>
34-
<AssemblyVersion>1.3.2</AssemblyVersion>
35-
<FileVersion>1.3.2</FileVersion>
31+
<Version>2.0.0</Version>
32+
<AssemblyVersion>2.0.0</AssemblyVersion>
33+
<FileVersion>2.0.0</FileVersion>
3634

3735
<OutputPath>..\bin\</OutputPath>
3836
<GenerateDocumentationFile>true</GenerateDocumentationFile>

ScreenCapture.NET/ScreenCapture.NET.csproj

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,12 @@
2626
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
2727

2828
<PackageReleaseNotes>
29-
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.
29+
Reworked most of the data handling and splitted capture-logic into separate packages.
3130
</PackageReleaseNotes>
3231

33-
<Version>1.3.2</Version>
34-
<AssemblyVersion>1.3.2</AssemblyVersion>
35-
<FileVersion>1.3.2</FileVersion>
32+
<Version>2.0.0</Version>
33+
<AssemblyVersion>2.0.0</AssemblyVersion>
34+
<FileVersion>2.0.0</FileVersion>
3635

3736
<OutputPath>..\bin\</OutputPath>
3837
<GenerateDocumentationFile>true</GenerateDocumentationFile>

0 commit comments

Comments
 (0)