Skip to content

Commit 313acc4

Browse files
committed
Merge branch 'dev'
2 parents 2fe5a76 + 608b92e commit 313acc4

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

ScreenToGif.Model/ScreenToGif.Domain.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<DebugType>embedded</DebugType>
88
<UseWPF>True</UseWPF>
99
<Platforms>AnyCPU;ARM64;x64;x86</Platforms>
10-
<Version>2.37.0</Version>
10+
<Version>2.38.0</Version>
1111
</PropertyGroup>
1212

1313
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

ScreenToGif.Native/ScreenToGif.Native.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<UseWindowsForms>True</UseWindowsForms>
88
<DebugType>embedded</DebugType>
99
<Platforms>AnyCPU;ARM64;x64;x86</Platforms>
10-
<Version>2.37.0</Version>
10+
<Version>2.38.0</Version>
1111
</PropertyGroup>
1212

1313
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

ScreenToGif.Util/ScreenToGif.Util.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<UseWPF>True</UseWPF>
77
<DebugType>embedded</DebugType>
88
<Platforms>AnyCPU;ARM64;x64;x86</Platforms>
9-
<Version>2.37.0</Version>
9+
<Version>2.38.0</Version>
1010
<!--<UseWindowsForms>True</UseWindowsForms>-->
1111
</PropertyGroup>
1212

ScreenToGif.ViewModel/ScreenToGif.ViewModel.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Nullable>disable</Nullable>
77
<DebugType>embedded</DebugType>
88
<Platforms>AnyCPU;ARM64;x64;x86</Platforms>
9-
<Version>2.37.0</Version>
9+
<Version>2.38.0</Version>
1010
</PropertyGroup>
1111

1212
<ItemGroup>

ScreenToGif/ScreenToGif.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
142142
<Company>Nicke Manarin</Company>
143143
<Authors>Nicke Manarin</Authors>
144-
<Version>2.38</Version>
144+
<Version>2.38.0</Version>
145145
<Copyright>Copyright© Nicke Manarin 2023</Copyright>
146146
<PackageProjectUrl>https://www.screentogif.com</PackageProjectUrl>
147147
<PackageReadmeFile>Readme.md</PackageReadmeFile>

0 commit comments

Comments
 (0)