Skip to content

Commit

Permalink
Bump version 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
celeron533 committed Jan 19, 2022
1 parent 9d7f878 commit 9355a29
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions KeepOn/KeepOn.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
<WarningLevel>4</WarningLevel>
<DocumentationFile>
</DocumentationFile>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
Expand All @@ -48,6 +49,7 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>Resources\light_bulb_48x48.ico</ApplicationIcon>
Expand Down
6 changes: 3 additions & 3 deletions KeepOn/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("https://github.com/celeron533")]
[assembly: AssemblyProduct("KeepOn")]
[assembly: AssemblyCopyright("Copyright © 2017 celeron533")]
[assembly: AssemblyCopyright("Copyright © 2022 celeron533")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

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

0 comments on commit 9355a29

Please sign in to comment.