Skip to content

Commit 4d9d9bb

Browse files
authored
Merge branch 'dev-2.3' into 100-new-settings
2 parents 23f3229 + ff6af26 commit 4d9d9bb

File tree

15 files changed

+299
-268
lines changed

15 files changed

+299
-268
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
name: Bug report [please see below]
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: gbakeman
7+
8+
---
9+
10+
**Please make sure to fill out this form completely, and attach your program logs (set to Debug setting). You can delete this line.**
11+
12+
- [ ] Completed below form
13+
- [ ] Attached debug log file
14+
- [ ] Copy output in File -> UPS Variable
15+
16+
**WinNUT Version: **
17+
**Windows OS Version: **
18+
19+
**Describe the bug**
20+
A clear and concise description of what the bug is.
21+
22+
**To Reproduce**
23+
Steps to reproduce the behavior:
24+
1. Go to '...'
25+
2. Click on '....'
26+
3. Scroll down to '....'
27+
4. See error
28+
29+
**Expected behavior**
30+
A clear and concise description of what you expected to happen.
31+
32+
**Screenshots**
33+
If applicable, add screenshots to help explain your problem.
34+
35+
**Additional context**
36+
Add any other context about the problem here.
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
name: Experiencing a problem?
3+
about: Please consider opening a Discussion first.
4+
title: ''
5+
labels: ''
6+
assignees: gbakeman
7+
8+
---
9+
10+
https://github.com/nutdotnet/WinNUT-Client/discussions/categories/q-a
11+
12+
If the discussion concerns a new bug in WinNUT, the discussion will be converted into a full issue. Please use the below template when starting the Discussion:
13+
14+
- [ ] Completed below form
15+
- [ ] Attached debug log file
16+
- [ ] Copy output in File -> UPS Variable
17+
18+
**WinNUT Version: **
19+
**Windows OS Version: **
20+
21+
**Describe the bug**
22+
A clear and concise description of what the bug is.
23+
24+
**To Reproduce**
25+
Steps to reproduce the behavior:
26+
1. Go to '...'
27+
2. Click on '....'
28+
3. Scroll down to '....'
29+
4. See error
30+
31+
**Expected behavior**
32+
A clear and concise description of what you expected to happen.
33+
34+
**Screenshots**
35+
If applicable, add screenshots to help explain your problem.
36+
37+
**Additional context**
38+
Add any other context about the problem here.

.github/workflows/build-validate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ defaults:
77
on:
88
workflow_dispatch:
99
pull_request:
10-
branches: [ main, Dev-2.2 ] # Build for dev primarily, probably don't need main...?
10+
branches: [ main, dev-* ] # Build for dev primarily, probably don't need main...?
1111
paths:
1212
- '**.vb'
1313
- '**.vbproj'

WinNUT_V2/AGauge_mod/AGauge.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@
2626
<Prefer32Bit>false</Prefer32Bit>
2727
</PropertyGroup>
2828
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29-
<DebugType>pdbonly</DebugType>
29+
<DebugType>none</DebugType>
3030
<Optimize>true</Optimize>
3131
<OutputPath>bin\Release\</OutputPath>
32-
<DefineConstants>TRACE</DefineConstants>
32+
<DefineConstants>
33+
</DefineConstants>
3334
<ErrorReport>prompt</ErrorReport>
3435
<WarningLevel>4</WarningLevel>
3536
<Prefer32Bit>false</Prefer32Bit>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<ProjectView>ShowAllFiles</ProjectView>
4+
<ProjectView>ProjectFiles</ProjectView>
55
</PropertyGroup>
66
</Project>

0 commit comments

Comments
 (0)