Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
radj307 committed Nov 12, 2023
2 parents 7febdc2 + 0b777a7 commit f49d6e7
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion VolumeControl.Core/VolumeControl.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<DocumentationFile>../$(MSBuildProjectName).xml</DocumentationFile>
<Version>6.6.0</Version>
<Version>6.6.0-pr1</Version>
<FileVersion>6.6.0</FileVersion>
<Copyright>Copyright © 2022-2023 by $(Authors)</Copyright>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion VolumeControl.CoreAudio/VolumeControl.CoreAudio.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<DocumentationFile>../$(MSBuildProjectName).xml</DocumentationFile>
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
<Version>6.6.0</Version>
<Version>6.6.0-pr1</Version>
<FileVersion>6.6.0</FileVersion>
<Copyright>Copyright © 2022-2023 by $(Authors)</Copyright>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Nullable>enable</Nullable>
<Configurations>Debug;Release</Configurations>
<Authors>radj307</Authors>
<Version>6.6.0</Version>
<Version>6.6.0-pr1</Version>
<FileVersion>6.6.0</FileVersion>
<Copyright>Copyright © 2022-2023 by $(Authors)</Copyright>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion VolumeControl.Log/VolumeControl.Log.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<DocumentationFile>../$(MSBuildProjectName).xml</DocumentationFile>
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
<Version>6.6.0</Version>
<Version>6.6.0-pr1</Version>
<FileVersion>6.6.0</FileVersion>
<Copyright>Copyright © 2022-2023 by $(Authors)</Copyright>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion VolumeControl.SDK/VolumeControl.SDK.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<FileVersion>6.6.0</FileVersion>
<Version>6.6.0</Version>
<Version>6.6.0-pr1</Version>
<Copyright>Copyright © 2022-2023 by $(Authors)</Copyright>
</PropertyGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<DocumentationFile>../$(MSBuildProjectName).xml</DocumentationFile>
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
<Version>6.6.0</Version>
<Version>6.6.0-pr1</Version>
<FileVersion>6.6.0</FileVersion>
<Copyright>Copyright © 2022-2023 by $(Authors)</Copyright>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion VolumeControl.WPF/VolumeControl.WPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<DocumentationFile>../$(MSBuildProjectName).xml</DocumentationFile>
<Version>6.6.0</Version>
<Version>6.6.0-pr1</Version>
<FileVersion>6.6.0</FileVersion>
<Copyright>Copyright © 2022-2023 by $(Authors)</Copyright>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion VolumeControl/VolumeControl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<StartupObject>VolumeControl.Program</StartupObject>
<!-- VERSIONING INFO -->
<FileVersion>6.6.0</FileVersion>
<Version>6.6.0</Version>
<Version>6.6.0-pr1</Version>
<!-- VERSIONING INFO -->
<Authors>radj307</Authors>
<NeutralLanguage>en-CA</NeutralLanguage>
Expand Down

0 comments on commit f49d6e7

Please sign in to comment.