Skip to content

Commit

Permalink
Same changes also for dependent projects
Browse files Browse the repository at this point in the history
  • Loading branch information
hf-aschloegl committed Sep 15, 2021
1 parent bb18e45 commit 8aae495
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
3 changes: 1 addition & 2 deletions BO4E-dotnet.Encryption/BO4E.Encryption.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<RootNamespace>BO4E_dotnet.Encryption</RootNamespace>
<VersionPrefix>0.2.3</VersionPrefix>
<VersionPrefix>0.4.0</VersionPrefix>
<VersionSuffix>$(VersionSuffix)</VersionSuffix>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<PackageProjectUrl>https://github.com/HFInnovation/BO4E-dotnet</PackageProjectUrl>
Expand All @@ -13,7 +13,6 @@
<Company>Hochfrequenz Unternehmensberatung GmbH</Company>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<LangVersion>9</LangVersion>
<PackageVersion>0.2.5</PackageVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
3 changes: 1 addition & 2 deletions BO4E.Extensions/BO4E.Extensions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<RootNamespace>BO4E_dotnet.Extensions</RootNamespace>
<VersionPrefix>0.2.3</VersionPrefix>
<VersionPrefix>0.4.0</VersionPrefix>
<VersionSuffix>$(VersionSuffix)</VersionSuffix>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<PackageProjectUrl>https://github.com/Hochfrequenz/BO4E-dotnet/</PackageProjectUrl>
Expand All @@ -11,7 +11,6 @@
<Authors>Hochfrequenz Unternehmensberatung GmbH</Authors>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<LangVersion>9</LangVersion>
<PackageVersion>0.2.5</PackageVersion>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>

Expand Down
4 changes: 1 addition & 3 deletions BO4E.Reporting/BO4E.Reporting.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<RootNamespace>BO4E_dotnet.Reporting</RootNamespace>
<VersionPrefix>0.2.3</VersionPrefix>
<VersionPrefix>0.4.0</VersionPrefix>
<VersionSuffix>$(VersionSuffix)</VersionSuffix>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
Expand All @@ -19,7 +19,6 @@
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<LangVersion>9</LangVersion>
<PackageVersion>0.2.5</PackageVersion>
<TargetFramework>net5.0</TargetFramework>

</PropertyGroup>
Expand All @@ -46,4 +45,3 @@
<ProjectReference Include="..\BO4E\BO4E.csproj" />
</ItemGroup>
</Project>

0 comments on commit 8aae495

Please sign in to comment.