Skip to content

Commit

Permalink
Prepare for the v1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparronator9999 committed Feb 11, 2025
1 parent 486c0b8 commit bd52c99
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion YAMDCC.Common/YAMDCC.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<TargetFramework>net48</TargetFramework>
<Title>YAMDCC common code library</Title>
<VersionPrefix>1.0.1</VersionPrefix>
<VersionSuffix>dev</VersionSuffix>
<VersionSuffix>release</VersionSuffix>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'">
<DebugType>none</DebugType>
Expand Down
2 changes: 1 addition & 1 deletion YAMDCC.Config/YAMDCC.Config.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<TargetFramework>net48</TargetFramework>
<Title>YAMDCC config library</Title>
<VersionPrefix>1.0.1</VersionPrefix>
<VersionSuffix>dev</VersionSuffix>
<VersionSuffix>release</VersionSuffix>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'">
<DebugType>none</DebugType>
Expand Down
3 changes: 1 addition & 2 deletions YAMDCC.ConfigEditor/YAMDCC.ConfigEditor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<Title>YAMDCC config editor</Title>
<UseWindowsForms>true</UseWindowsForms>
<VersionPrefix>1.0.1</VersionPrefix>
<VersionSuffix>dev</VersionSuffix>
<VersionSuffix>release</VersionSuffix>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'">
<DebugType>none</DebugType>
Expand All @@ -39,7 +39,6 @@
<ProjectReference Include="..\YAMDCC.Common\YAMDCC.Common.csproj" />
<ProjectReference Include="..\YAMDCC.Config\YAMDCC.Config.csproj" />
<ProjectReference Include="..\YAMDCC.ECInspector\YAMDCC.ECInspector.csproj" />
<ProjectReference Include="..\YAMDCC.HotkeyHandler\YAMDCC.HotkeyHandler.csproj" />
<ProjectReference Include="..\YAMDCC.Service\YAMDCC.Service.csproj" />
<ProjectReference Include="..\YAMDCC.IPC\YAMDCC.IPC.csproj" />
<ProjectReference Include="..\YAMDCC.Updater\YAMDCC.Updater.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion YAMDCC.ECAccess/YAMDCC.ECAccess.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<TargetFramework>net48</TargetFramework>
<Title>YAMDCC EC library</Title>
<VersionPrefix>1.0.1</VersionPrefix>
<VersionSuffix>dev</VersionSuffix>
<VersionSuffix>release</VersionSuffix>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'">
<DebugType>none</DebugType>
Expand Down
2 changes: 1 addition & 1 deletion YAMDCC.ECInspector/YAMDCC.ECInspector.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<Title>YAMDCC EC inspector</Title>
<UseWindowsForms>true</UseWindowsForms>
<VersionPrefix>1.0.1</VersionPrefix>
<VersionSuffix>dev</VersionSuffix>
<VersionSuffix>release</VersionSuffix>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'">
<DebugType>none</DebugType>
Expand Down
2 changes: 1 addition & 1 deletion YAMDCC.Logs/YAMDCC.Logs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<TargetFramework>net48</TargetFramework>
<Title>YAMDCC logging library</Title>
<VersionPrefix>1.0.1</VersionPrefix>
<VersionSuffix>dev</VersionSuffix>
<VersionSuffix>release</VersionSuffix>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'">
<DebugType>none</DebugType>
Expand Down
2 changes: 1 addition & 1 deletion YAMDCC.Service/YAMDCC.Service.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<TargetFramework>net48</TargetFramework>
<Title>YAMDCC service</Title>
<VersionPrefix>1.0.1</VersionPrefix>
<VersionSuffix>dev</VersionSuffix>
<VersionSuffix>release</VersionSuffix>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'">
<DebugType>none</DebugType>
Expand Down
2 changes: 1 addition & 1 deletion YAMDCC.Updater/YAMDCC.Updater.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<Title>YAMDCC updater</Title>
<UseWindowsForms>true</UseWindowsForms>
<VersionPrefix>1.0.1</VersionPrefix>
<VersionSuffix>dev</VersionSuffix>
<VersionSuffix>release</VersionSuffix>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'">
<DebugType>none</DebugType>
Expand Down

0 comments on commit bd52c99

Please sign in to comment.