mirror of
https://github.com/TheShadowEevee/Sharpii-NetCore.git
synced 2025-01-11 14:58:51 -06:00
Bump Version
This commit is contained in:
parent
b028f56ad7
commit
137ff7d31f
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<TargetFramework>net60</TargetFramework>
|
||||
<PublishTrimmed>true</PublishTrimmed>
|
||||
<PublishSingleFile>true</PublishSingleFile>
|
||||
<TrimMode>link</TrimMode>
|
||||
|
|
|
@ -213,7 +213,7 @@ public class BeQuiet
|
|||
}
|
||||
public class ProgramVersion
|
||||
{
|
||||
public static string version = "1.1.7";
|
||||
public static string version = "1.1.8";
|
||||
}
|
||||
|
||||
public static class OperatingSystem
|
||||
|
|
Loading…
Reference in a new issue