Skip to content

Commit

Permalink
Prepare for the v1.0 Beta 1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparronator9999 committed Dec 24, 2024
1 parent 408e15f commit 1979f21
Show file tree
Hide file tree
Showing 14 changed files with 27 additions and 23 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,14 @@ Below are some planned features for potential future releases:

## Download

Beta builds are available from [GitHub releases](https://github.com/Sparronator9999/YAMDCC/releases).

Development builds are available through [GitHub Actions](https://github.com/Sparronator9999/YAMDCC/actions).

Alternatively, if you don't have a GitHub account, you can download the latest build from
If you don't have a GitHub account, you can also download the latest development build from
[nightly.link](https://nightly.link/Sparronator9999/YAMDCC/workflows/build/main?preview).

(You probably want the `Release` build, unless you're debugging issues with the program)
You're probably looking for the `Release` build, unless you're debugging issues with the program.

Alternatively, you can [build the program yourself](#build).

Expand Down
4 changes: 2 additions & 2 deletions YAMDCC.Config/YAMDCC.Config.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<RuntimeIdentifiers>win7-x64;win7-x86;win-x64;win-x86</RuntimeIdentifiers>
<TargetFramework>net48</TargetFramework>
<Title>YAMDCC config library</Title>
<VersionPrefix>0.6.9.420</VersionPrefix>
<VersionSuffix>dev</VersionSuffix>
<VersionPrefix>1.0.0.0</VersionPrefix>
<VersionSuffix>beta.1</VersionSuffix>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'">
<DebugType>none</DebugType>
Expand Down
2 changes: 1 addition & 1 deletion YAMDCC.Config/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
".NETFramework,Version=v4.8/win7-x64": {},
".NETFramework,Version=v4.8/win7-x86": {}
}
}
}
3 changes: 1 addition & 2 deletions YAMDCC.ConfigEditor/MainWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -561,8 +561,7 @@ private void tsiAbout_Click(object sender, EventArgs e) =>
new VersionDialog().ShowDialog();

private void tsiSrc_Click(object sender, EventArgs e) =>
// TODO: add GitHub project link
Process.Start("https://youtu.be/dQw4w9WgXcQ");
Process.Start(Paths.SourcePrefix);
#endregion

#endregion
Expand Down
1 change: 0 additions & 1 deletion YAMDCC.ConfigEditor/Utils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
// You should have received a copy of the GNU General Public License along with
// YAMDCC. If not, see <https://www.gnu.org/licenses/>.

using System;
using System.Diagnostics;
using System.IO;
using System.Linq;
Expand Down
4 changes: 2 additions & 2 deletions YAMDCC.ConfigEditor/YAMDCC.ConfigEditor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<TargetFramework>net48</TargetFramework>
<Title>YAMDCC configuration utility</Title>
<UseWindowsForms>true</UseWindowsForms>
<VersionPrefix>0.6.9.420</VersionPrefix>
<VersionSuffix>dev</VersionSuffix>
<VersionPrefix>1.0.0.0</VersionPrefix>
<VersionSuffix>beta.1</VersionSuffix>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'">
<DebugType>none</DebugType>
Expand Down
8 changes: 4 additions & 4 deletions YAMDCC.ConfigEditor/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@
"yamdccsvc": {
"type": "Project",
"dependencies": {
"YAMDCC.Config": "[0.6.9.420-dev, )",
"YAMDCC.ECAccess": "[0.6.9.420-dev, )",
"YAMDCC.IPC": "[2.0.2-release, )",
"YAMDCC.Logs": "[0.6.9.420-dev, )"
"YAMDCC.Config": "[1.0.0-beta.1, )",
"YAMDCC.ECAccess": "[1.0.0-beta.1, )",
"YAMDCC.IPC": "[2.1.0-release, )",
"YAMDCC.Logs": "[1.0.0-beta.1, )"
}
}
},
Expand Down
4 changes: 2 additions & 2 deletions YAMDCC.ECAccess/YAMDCC.ECAccess.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<RuntimeIdentifiers>win7-x64;win7-x86;win-x64;win-x86</RuntimeIdentifiers>
<TargetFramework>net48</TargetFramework>
<Title>YAMDCC EC access library</Title>
<VersionPrefix>0.6.9.420</VersionPrefix>
<VersionSuffix>dev</VersionSuffix>
<VersionPrefix>1.0.0.0</VersionPrefix>
<VersionSuffix>beta.1</VersionSuffix>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'">
<DebugType>none</DebugType>
Expand Down
2 changes: 1 addition & 1 deletion YAMDCC.ECAccess/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
".NETFramework,Version=v4.8/win7-x64": {},
".NETFramework,Version=v4.8/win7-x86": {}
}
}
}
4 changes: 2 additions & 2 deletions YAMDCC.Logs/YAMDCC.Logs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<RuntimeIdentifiers>win7-x64;win7-x86;win-x64;win-x86</RuntimeIdentifiers>
<TargetFramework>net48</TargetFramework>
<Title>YAMDCC logging library</Title>
<VersionPrefix>0.6.9.420</VersionPrefix>
<VersionSuffix>dev</VersionSuffix>
<VersionPrefix>1.0.0.0</VersionPrefix>
<VersionSuffix>beta.1</VersionSuffix>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'">
<DebugType>none</DebugType>
Expand Down
2 changes: 1 addition & 1 deletion YAMDCC.Logs/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
".NETFramework,Version=v4.8/win7-x64": {},
".NETFramework,Version=v4.8/win7-x86": {}
}
}
}
4 changes: 4 additions & 0 deletions YAMDCC.Service/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ internal static class Program
private static readonly Logger Log = new()
{
ConsoleLogLevel = LogLevel.None,
#if DEBUG
FileLogLevel = LogLevel.Debug,
#else
FileLogLevel = LogLevel.Info,
#endif
};

/// <summary>
Expand Down
4 changes: 2 additions & 2 deletions YAMDCC.Service/YAMDCC.Service.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<RuntimeIdentifiers>win7-x64;win7-x86;win-x64;win-x86</RuntimeIdentifiers>
<TargetFramework>net48</TargetFramework>
<Title>YAMDCC helper service</Title>
<VersionPrefix>0.6.9.420</VersionPrefix>
<VersionSuffix>dev</VersionSuffix>
<VersionPrefix>1.0.0.0</VersionPrefix>
<VersionSuffix>beta.1</VersionSuffix>
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'">
Expand Down
2 changes: 1 addition & 1 deletion YAMDCC.Service/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@
".NETFramework,Version=v4.8/win7-x64": {},
".NETFramework,Version=v4.8/win7-x86": {}
}
}
}

0 comments on commit 1979f21

Please sign in to comment.