Skip to content

Commit

Permalink
Update project version and release notes (#10)
Browse files Browse the repository at this point in the history
Co-authored-by: ArdenHide <ArdenHide@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and ArdenHide authored Nov 16, 2024
1 parent de91840 commit 96aeb64
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>1.0.0</Version>
<PackageReleaseNotes>https://github.com/The-Poolz/DispenserProvider.DataBase/releases/tag/v1.0.0-prod</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ConfiguredSqlConnection" Version="1.2.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.8">
Expand All @@ -17,5 +15,4 @@
<PackageReference Include="Net.Cryptography.SHA256" Version="1.1.0" />
<PackageReference Include="Net.Web3.EthereumWallet" Version="1.1.1" />
</ItemGroup>

</Project>
</Project>

0 comments on commit 96aeb64

Please sign in to comment.