Skip to content

Commit

Permalink
Remove mandatory VersionSuffix.
Browse files Browse the repository at this point in the history
  • Loading branch information
walterpg committed Dec 30, 2021
1 parent 268d6fd commit 6b8a6ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
4 changes: 0 additions & 4 deletions lib/src/WindowsControls/WindowsControls.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
<VersionPrefix>4.1.0</VersionPrefix>
</PropertyGroup>

<PropertyGroup Condition=" '$(VersionSuffix)' == ''">
<VersionSuffix>unstable</VersionSuffix>
</PropertyGroup>

<PropertyGroup>
<AssemblyName>KPSyncWindows</AssemblyName>
<RootNamespace>KPSyncForDrive.WindowsControls</RootNamespace>
Expand Down
6 changes: 1 addition & 5 deletions src/KPSyncForDrive.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
<VersionPrefix>4.1.0</VersionPrefix>
</PropertyGroup>

<PropertyGroup Condition=" '$(VersionSuffix)' == ''">
<VersionSuffix>unstable</VersionSuffix>
</PropertyGroup>

<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>net45</TargetFramework>
Expand Down Expand Up @@ -38,7 +34,7 @@
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Net.Http" />
<PackageReference Include="Google.Apis.Drive.v3" Version="1.51.0.2265" />
<PackageReference Include="PlgxBuildTasks" Version="1.1.0-beta" />
<PackageReference Include="PlgxBuildTasks" Version="1.1.1-beta" />
<PackageReference Include="Serilog" Version="2.10.0" />
<PackageReference Include="Serilog.Sinks.File" Version="4.1.0" />
<Reference Include="KeePass.exe">
Expand Down

0 comments on commit 6b8a6ef

Please sign in to comment.