Skip to content

Commit

Permalink
#10 - change VersionPrefix to 2.4.0 and adapt PackageReleaseNotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Stärk committed Mar 6, 2022
1 parent 684d43e commit f160be2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Unity.AutoRegistration/Unity.AutoRegistration.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Rules for determining whether to include/exclude types/assemblies are predicates
<Authors>agovorov,astaerk</Authors>
<Company>agovorov,astaerk</Company>
<NeutralLanguage>en-AU</NeutralLanguage>
<VersionPrefix>2.2.1</VersionPrefix>
<VersionPrefix>2.4.0</VersionPrefix>
<VersionSuffix Condition=" $(TF_BUILD)!='true' ">alpha</VersionSuffix>
<AssemblyVersion>$(VersionPrefix).0</AssemblyVersion>
<FileVersion>$(AssemblyVersion)</FileVersion>
Expand All @@ -28,7 +28,7 @@ Rules for determining whether to include/exclude types/assemblies are predicates
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageProjectUrl>https://github.com/astaerk/AutoRegistration</PackageProjectUrl>
<PackageTags>.NET Auto-registration Autoregistration dependency-container dependency-injection Enterprise-Library Fluent-Interface Inversion-of-Control IoC DI lambda Unity</PackageTags>
<PackageReleaseNotes>- support for Unity 5.9.0 and higher</PackageReleaseNotes>
<PackageReleaseNotes>- support for Unity 5.11.0 and higher</PackageReleaseNotes>
<!--<PackageIconUrl>http://www.url.de/nuget_icon.png</PackageIconUrl>-->
</PropertyGroup>

Expand Down

0 comments on commit f160be2

Please sign in to comment.