Skip to content

Commit

Permalink
chore: Bumped version number to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDave1999 committed Jun 29, 2024
1 parent b649d8e commit 11cc9f1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
<Description>Integrates DotEnv.Core package with Microsoft.Extensions.Configuration</Description>
<Version>1.0.0</Version>
<Version>3.1.0</Version>
<PackageReleaseNotes>See https://github.com/MrDave1999/dotenv.core/releases</PackageReleaseNotes>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<NoWarn>1591</NoWarn>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
<Description>Integrates DotEnv.Core package with Microsoft.Extensions.DependencyInjection</Description>
<Version>2.0.0</Version>
<Version>3.1.0</Version>
<PackageReleaseNotes>See https://github.com/MrDave1999/dotenv.core/releases</PackageReleaseNotes>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<NoWarn>1591</NoWarn>
</PropertyGroup>
Expand Down
7 changes: 4 additions & 3 deletions src/DotEnv.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<RootNamespace>DotEnv.Core</RootNamespace>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>latest</LangVersion>
<Nullable>disable</Nullable>
Expand All @@ -16,11 +17,11 @@
<PackageTags>dotenv, env, variables, environment, envfile</PackageTags>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
<Description>dotenv.core is a class library for read and parsing .env files in .NET Core</Description>
<Version>3.0.0</Version>
<Description>A library for reading and parsing .env files</Description>
<Version>3.1.0</Version>
<PackageReleaseNotes>See https://github.com/MrDave1999/dotenv.core/releases</PackageReleaseNotes>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<NoWarn>1591</NoWarn>
<RootNamespace>DotEnv.Core</RootNamespace>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 11cc9f1

Please sign in to comment.