Skip to content

Commit

Permalink
dev - Started development of 1.2.0
Browse files Browse the repository at this point in the history
---

Type: dev
Breaking: False
Doc Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Nov 29, 2023
1 parent 28b592f commit 5a6fbad
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion SpecProbe.ConsoleTest/app.manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
<assemblyIdentity version="1.1.0.0" name="MyApplication.app"/>
<assemblyIdentity version="1.2.0.0" name="SpecProbe.Console"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
Expand Down
2 changes: 1 addition & 1 deletion SpecProbe.Native/SpecProbe.Native.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/Aptivi/SpecProbe.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Version>1.1.0</Version>
<Version>1.2.0</Version>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>..\aptivi_snk.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion SpecProbe/SpecProbe.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PackageOutputPath>../SpecProbe.Bin</PackageOutputPath>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<Version>1.1.0</Version>
<Version>1.2.0</Version>
<Authors>Aptivi</Authors>
<Description>SpecProbe is the reboot of the Linux and Windows hardware information frontend.</Description>
<Copyright>Copyright © 2023 Aptivi</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion tools/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0
1.2.0

0 comments on commit 5a6fbad

Please sign in to comment.