Skip to content

Commit

Permalink
Prepare for the v1.0 Beta 7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparronator9999 committed Jan 13, 2025
1 parent 3bc2eff commit 83c84d6
Show file tree
Hide file tree
Showing 13 changed files with 21 additions and 21 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.0</VersionPrefix>
<VersionSuffix>dev</VersionSuffix>
<VersionSuffix>beta.7</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.0</VersionPrefix>
<VersionSuffix>dev</VersionSuffix>
<VersionSuffix>beta.7</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 @@ -5,7 +5,7 @@
"yamdcc.common": {
"type": "Project",
"dependencies": {
"YAMDCC.Logs": "[1.0.0-beta.6, )"
"YAMDCC.Logs": "[1.0.0-beta.7, )"
}
},
"yamdcc.logs": {
Expand Down
2 changes: 1 addition & 1 deletion YAMDCC.ConfigEditor/YAMDCC.ConfigEditor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<Title>YAMDCC configuration utility</Title>
<UseWindowsForms>true</UseWindowsForms>
<VersionPrefix>1.0.0</VersionPrefix>
<VersionSuffix>dev</VersionSuffix>
<VersionSuffix>beta.7</VersionSuffix>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'">
<DebugType>none</DebugType>
Expand Down
16 changes: 8 additions & 8 deletions YAMDCC.ConfigEditor/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"ec-inspect": {
"type": "Project",
"dependencies": {
"YAMDCC.Common": "[1.0.0-dev, )",
"YAMDCC.Common": "[1.0.0-beta.7, )",
"YAMDCC.IPC": "[2.1.3-release, )"
}
},
Expand All @@ -114,19 +114,19 @@
"MarkedNet": "[2.1.4, )",
"Newtonsoft.Json": "[13.0.3, )",
"TaskScheduler": "[2.11.0, )",
"YAMDCC.Common": "[1.0.0-dev, )"
"YAMDCC.Common": "[1.0.0-beta.7, )"
}
},
"yamdcc.common": {
"type": "Project",
"dependencies": {
"YAMDCC.Logs": "[1.0.0-dev, )"
"YAMDCC.Logs": "[1.0.0-beta.7, )"
}
},
"yamdcc.config": {
"type": "Project",
"dependencies": {
"YAMDCC.Common": "[1.0.0-dev, )"
"YAMDCC.Common": "[1.0.0-beta.7, )"
}
},
"yamdcc.ecaccess": {
Expand All @@ -144,11 +144,11 @@
"yamdccsvc": {
"type": "Project",
"dependencies": {
"YAMDCC.Common": "[1.0.0-dev, )",
"YAMDCC.Config": "[1.0.0-dev, )",
"YAMDCC.ECAccess": "[1.0.0-dev, )",
"YAMDCC.Common": "[1.0.0-beta.7, )",
"YAMDCC.Config": "[1.0.0-beta.7, )",
"YAMDCC.ECAccess": "[1.0.0-beta.7, )",
"YAMDCC.IPC": "[2.1.3-release, )",
"YAMDCC.Logs": "[1.0.0-dev, )"
"YAMDCC.Logs": "[1.0.0-beta.7, )"
}
}
},
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 access library</Title>
<VersionPrefix>1.0.0</VersionPrefix>
<VersionSuffix>dev</VersionSuffix>
<VersionSuffix>beta.7</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.0</VersionPrefix>
<VersionSuffix>dev</VersionSuffix>
<VersionSuffix>beta.7</VersionSuffix>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'">
<DebugType>none</DebugType>
Expand Down
2 changes: 1 addition & 1 deletion YAMDCC.ECInspector/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"yamdcc.common": {
"type": "Project",
"dependencies": {
"YAMDCC.Logs": "[1.0.0-beta.6, )"
"YAMDCC.Logs": "[1.0.0-beta.7, )"
}
},
"yamdcc.ipc": {
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.0</VersionPrefix>
<VersionSuffix>dev</VersionSuffix>
<VersionSuffix>beta.7</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 helper service</Title>
<VersionPrefix>1.0.0</VersionPrefix>
<VersionSuffix>dev</VersionSuffix>
<VersionSuffix>beta.7</VersionSuffix>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'">
<DebugType>none</DebugType>
Expand Down
4 changes: 2 additions & 2 deletions YAMDCC.Service/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,13 @@
"yamdcc.common": {
"type": "Project",
"dependencies": {
"YAMDCC.Logs": "[1.0.0-beta.6, )"
"YAMDCC.Logs": "[1.0.0-beta.7, )"
}
},
"yamdcc.config": {
"type": "Project",
"dependencies": {
"YAMDCC.Common": "[1.0.0-beta.6, )"
"YAMDCC.Common": "[1.0.0-beta.7, )"
}
},
"yamdcc.ecaccess": {
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 configuration utility</Title>
<UseWindowsForms>true</UseWindowsForms>
<VersionPrefix>1.0.0</VersionPrefix>
<VersionSuffix>dev</VersionSuffix>
<VersionSuffix>beta.7</VersionSuffix>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'">
<DebugType>none</DebugType>
Expand Down
2 changes: 1 addition & 1 deletion YAMDCC.Updater/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"yamdcc.common": {
"type": "Project",
"dependencies": {
"YAMDCC.Logs": "[1.0.0-dev, )"
"YAMDCC.Logs": "[1.0.0-beta.7, )"
}
},
"yamdcc.logs": {
Expand Down

0 comments on commit 83c84d6

Please sign in to comment.