Skip to content

Commit 9355a29

Browse files
committed
Bump version 0.1.6
1 parent 9d7f878 commit 9355a29

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

KeepOn/KeepOn.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
<WarningLevel>4</WarningLevel>
4040
<DocumentationFile>
4141
</DocumentationFile>
42+
<Prefer32Bit>false</Prefer32Bit>
4243
</PropertyGroup>
4344
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
4445
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -48,6 +49,7 @@
4849
<DefineConstants>TRACE</DefineConstants>
4950
<ErrorReport>prompt</ErrorReport>
5051
<WarningLevel>4</WarningLevel>
52+
<Prefer32Bit>false</Prefer32Bit>
5153
</PropertyGroup>
5254
<PropertyGroup>
5355
<ApplicationIcon>Resources\light_bulb_48x48.ico</ApplicationIcon>

KeepOn/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("https://github.com/celeron533")]
1212
[assembly: AssemblyProduct("KeepOn")]
13-
[assembly: AssemblyCopyright("Copyright © 2017 celeron533")]
13+
[assembly: AssemblyCopyright("Copyright © 2022 celeron533")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("0.1.5.0")]
36-
[assembly: AssemblyFileVersion("0.1.5.0")]
35+
[assembly: AssemblyVersion("0.1.6.0")]
36+
[assembly: AssemblyFileVersion("0.1.6.0")]

0 commit comments

Comments
 (0)