Skip to content

Commit b5b0e24

Browse files
authored
Merge pull request #50 from Sandip124/fix/appfreezing
Fix/appfreezing
2 parents 957a347 + 9e3ba52 commit b5b0e24

11 files changed

Lines changed: 57 additions & 52 deletions

BatteryNotifier.csproj

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
<ApplicationIcon>battery-icon.ico</ApplicationIcon>
1414
</PropertyGroup>
1515

16+
<ItemGroup>
17+
<Compile Remove="Assets\**" />
18+
<EmbeddedResource Remove="Assets\**" />
19+
<None Remove="Assets\**" />
20+
</ItemGroup>
21+
1622
<ItemGroup>
1723
<None Remove="appSetting.settings" />
18-
<None Remove="Assets\Fonts\Inter-Bold.ttf" />
19-
<None Remove="Assets\Fonts\Inter-Regular.ttf" />
20-
<None Remove="Assets\Fonts\SpaceMono-Bold.ttf" />
21-
<None Remove="Assets\Fonts\SpaceMono-BoldItalic.ttf" />
22-
<None Remove="Assets\Fonts\SpaceMono-Italic.ttf" />
23-
<None Remove="Assets\Fonts\SpaceMono-Regular.ttf" />
2424
<None Remove="battery-icon.ico" />
2525
</ItemGroup>
2626

@@ -29,12 +29,6 @@
2929
</ItemGroup>
3030

3131
<ItemGroup>
32-
<Content Include="Assets\Fonts\Inter-Bold.ttf">
33-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
34-
</Content>
35-
<Content Include="Assets\Fonts\Inter-Regular.ttf">
36-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
37-
</Content>
3832
<EmbeddedResource Include="Setting\appSetting.settings">
3933
<Generator>SettingsSingleFileGenerator</Generator>
4034
<LastGenOutput>appSetting.Designer.cs</LastGenOutput>
@@ -87,7 +81,7 @@
8781
<NugetTools>$(PkgNuGet_CommandLine)\tools</NugetTools>
8882
<SquirrelTools>$(Pkgsquirrel_windows)\tools</SquirrelTools>
8983

90-
<Version>2.0.4</Version>
84+
<Version>2.0.5</Version>
9185

9286
<NuspecFile>$(SolutionDir)ReleaseSpec.nuspec</NuspecFile>
9387
</PropertyGroup>
4.65 MB
Binary file not shown.
251 KB
Binary file not shown.
4.66 MB
Binary file not shown.

Deployment/Releases/RELEASES

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,6 @@ C74E7B149399495BA580E3C0787D003A08872910 BatteryNotifier-1.9.1-full.nupkg 169455
3434
A3E0F13A323576C0092DDC02253BF231E74989E5 BatteryNotifier-2.0.3-delta.nupkg 24843
3535
29C57A2CFA3CAE4FE5220E0CD4EFE998D56EBFF6 BatteryNotifier-2.0.3-full.nupkg 5112125
3636
4DFB676BD02E366D0CB2FA2DFB30C4400783262E BatteryNotifier-2.0.4-delta.nupkg 26428
37-
D31EA01AE7751E9189419053651CD91AD2391815 BatteryNotifier-2.0.4-full.nupkg 5112551
37+
D31EA01AE7751E9189419053651CD91AD2391815 BatteryNotifier-2.0.4-full.nupkg 5112551
38+
888426871ACA72DDDBB349EC4487FBD55109053A BatteryNotifier-2.0.5-delta.nupkg 256714
39+
070FE78513AC08AF45226D2D3F1B8E1DD3AD45D2 BatteryNotifier-2.0.5-full.nupkg 4885813

Deployment/Releases/Setup.exe

-221 KB
Binary file not shown.

Deployment/Releases/Setup.msi

-220 KB
Binary file not shown.

Forms/Dashboard.Designer.cs

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Properties/Resources.Designer.cs

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Properties/Resources.resx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,6 @@
148148
<data name="Sufficient" type="System.Resources.ResXFileRef, System.Windows.Forms">
149149
<value>..\Resources\Sufficient.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
150150
</data>
151-
<data name="LowBatterynotification" type="System.Resources.ResXFileRef, System.Windows.Forms">
152-
<value>..\Resources\LowBatterynotification.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
153-
</data>
154151
<data name="Full" type="System.Resources.ResXFileRef, System.Windows.Forms">
155152
<value>..\Resources\Full.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
156153
</data>
@@ -166,9 +163,6 @@
166163
<data name="closeIconDark" type="System.Resources.ResXFileRef, System.Windows.Forms">
167164
<value>..\Resources\closeIconDark.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
168165
</data>
169-
<data name="FullBatteryNotification" type="System.Resources.ResXFileRef, System.Windows.Forms">
170-
<value>..\Resources\FullBatteryNotification.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
171-
</data>
172166
<data name="long_pop" type="System.Resources.ResXFileRef, System.Windows.Forms">
173167
<value>..\Resources\long-pop.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
174168
</data>
@@ -181,4 +175,10 @@
181175
<data name="LightMode" type="System.Resources.ResXFileRef, System.Windows.Forms">
182176
<value>..\Resources\LightMode.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
183177
</data>
178+
<data name="Inter_Bold" type="System.Resources.ResXFileRef, System.Windows.Forms">
179+
<value>..\Assets\Fonts\Inter-Bold.ttf;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
180+
</data>
181+
<data name="Inter_Regular" type="System.Resources.ResXFileRef, System.Windows.Forms">
182+
<value>..\Assets\Fonts\Inter-Regular.ttf;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
183+
</data>
184184
</root>

0 commit comments

Comments
 (0)