Skip to content

Commit

Permalink
chg - Finalized the CI rollout
Browse files Browse the repository at this point in the history
---

Type: chg
Breaking: False
Doc Required: False
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Feb 5, 2025
1 parent 145e47a commit 46e9205
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project>
<PropertyGroup>
<Version>1.2.0</Version>
<Version>3.4.0</Version>
<Authors>Aptivi</Authors>
<Company>Aptivi</Company>
<Copyright>Copyright (c) 2024-2025 Aptivi</Copyright>
<Copyright>Copyright (c) 2021-2024 Aptivi</Copyright>
<LangVersion>latest</LangVersion>
<DebugType>portable</DebugType>
<SignAssembly>True</SignAssembly>
Expand All @@ -12,6 +12,8 @@
<EnableSourceControlManagerQueries>true</EnableSourceControlManagerQueries>
<RootPath>$(MSBuildThisFileDirectory)</RootPath>
<AssemblyOriginatorKeyFile>$(RootPath)\aptivi_snk.snk</AssemblyOriginatorKeyFile>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<IncludeSymbols>True</IncludeSymbols>
<Deterministic>true</Deterministic>
</PropertyGroup>

Expand Down
7 changes: 7 additions & 0 deletions SpecProbe.sln
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Assets", "Assets", "{02AC7A
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BuildTargets", "private\BuildTargets\BuildTargets.csproj", "{47E5D3E7-9693-4717-8AD2-D9B552CD6B46}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -56,6 +58,10 @@ Global
{BEC27E1F-5A38-4CF6-87D5-101FC0373B91}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BEC27E1F-5A38-4CF6-87D5-101FC0373B91}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BEC27E1F-5A38-4CF6-87D5-101FC0373B91}.Release|Any CPU.Build.0 = Release|Any CPU
{47E5D3E7-9693-4717-8AD2-D9B552CD6B46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47E5D3E7-9693-4717-8AD2-D9B552CD6B46}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47E5D3E7-9693-4717-8AD2-D9B552CD6B46}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47E5D3E7-9693-4717-8AD2-D9B552CD6B46}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -67,6 +73,7 @@ Global
{3FE338BD-8ED3-4687-BE8E-4D7C8B512FD5} = {C0245C90-A2E6-49A7-9C58-E689332B7BDE}
{25486EF1-7202-4137-A47B-17A283DF82D6} = {C0245C90-A2E6-49A7-9C58-E689332B7BDE}
{BEC27E1F-5A38-4CF6-87D5-101FC0373B91} = {C0134E76-04CE-494F-A788-B7C5DDCD7E1B}
{47E5D3E7-9693-4717-8AD2-D9B552CD6B46} = {C0134E76-04CE-494F-A788-B7C5DDCD7E1B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {432B461A-E720-46BD-83B1-BF438FA35B0C}
Expand Down

0 comments on commit 46e9205

Please sign in to comment.