Skip to content

Commit

Permalink
Update .csproj to v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ArdenHide committed Nov 24, 2024
1 parent 10606f6 commit f61f239
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions src/Acl.Net.Core.Database/Acl.Net.Core.Database.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@
<RepositoryType>git</RepositoryType>
<PackageTags>ACL, EFCore, Access Control Lists</PackageTags>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<Version>1.0.1</Version>
<PackageReleaseNotes>- Using the `7.0.14` version of `Microsoft.EntityFrameworkCore` package.</PackageReleaseNotes>
<Version>2.0.0</Version>
<PackageReleaseNotes>https://github.com/The-Poolz/Acl.Net.Core/releases/tag/v2.0.0</PackageReleaseNotes>
<IncludeSymbols>True</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
Expand Down
6 changes: 4 additions & 2 deletions src/Acl.Net.Core.Managers/Acl.Net.Core.Managers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Title>A comprehensive .NET Core library for managing Access Control Lists (ACL) designed to be used with Entity Framework Core.</Title>
<Version>1.0.1</Version>
<Version>2.0.0</Version>
<Authors>Lomet, ArdenHide</Authors>
<Company>The-Poolz</Company>
<Description>Part of package representing managers of ACL system.</Description>
Expand All @@ -15,7 +15,9 @@
<RepositoryType>git</RepositoryType>
<PackageTags>ACL, EFCore, Access Control Lists</PackageTags>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageReleaseNotes>- Remove implementation of IDisposable interface in each manager.</PackageReleaseNotes>
<PackageReleaseNotes>https://github.com/The-Poolz/Acl.Net.Core/releases/tag/v2.0.0</PackageReleaseNotes>
<IncludeSymbols>True</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit f61f239

Please sign in to comment.