Skip to content

Commit

Permalink
ft: update readme and update version details
Browse files Browse the repository at this point in the history
  • Loading branch information
bolorundurowb committed Jun 22, 2024
1 parent 7bb12c2 commit c15c752
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,4 +189,5 @@ Big ups to those who have contributed to these libraries. :clap:
[@bolorundurowb](https://github.com/bolorundurowb) [@joliveros](https://github.com/joliveros) [@vizeke](https://github.com/vizeke)
[@merqlove](https://github.com/merqlove) [@tracker1](https://github.com/tracker1) [@NaturalWill](https://github.com/NaturalWill)
[@texyh](https://github.com/texyh) [@jonlabelle](https://github.com/jonlabelle) [@Gounlaf](https://github.com/Gounlaf)
[@DTTerastar](https://github.com/DTTerastar) [@Mondonno](https://github.com/Mondonno) [@caveman-d**k](https://github.com/caveman-dick)
[@DTTerastar](https://github.com/DTTerastar) [@Mondonno](https://github.com/Mondonno) [@caveman-d**k](https://github.com/caveman-dick)
[@VijoPlays](https://github.com/VijoPlays)
12 changes: 5 additions & 7 deletions src/dotenv.net/dotenv.net.csproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Copyright>© 2017 , Bolorunduro Winner-Timothy. All Rights reserved.</Copyright>
<PackageReleaseNotes>
- fix env search
</PackageReleaseNotes>
<Copyright>©2017-2024 , Bolorunduro Winner-Timothy. All Rights reserved.</Copyright>
<PackageReleaseNotes>- add multiline env var support</PackageReleaseNotes>
<Authors>Winner-Timothy Bolorunduro</Authors>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageId>dotenv.net</PackageId>
Expand All @@ -14,12 +12,12 @@
<RepositoryUrl>https://github.com/bolorundurowb/dotenv.net</RepositoryUrl>
<LangVersion>default</LangVersion>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageVersion>3.1.3</PackageVersion>
<PackageVersion>3.2.0</PackageVersion>
<RepositoryType>git</RepositoryType>
<PackageTags>dotnet, environment, variables, env, dotenv, net core, autofac</PackageTags>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<AssemblyVersion>3.1.3</AssemblyVersion>
<FileVersion>3.1.3</FileVersion>
<AssemblyVersion>3.2.0</AssemblyVersion>
<FileVersion>3.2.0</FileVersion>
<NeutralLanguage>en-NG</NeutralLanguage>
<TargetFrameworks>netstandard1.6;netstandard2.0;netstandard2.1</TargetFrameworks>
<Title>dotenv.net</Title>
Expand Down

0 comments on commit c15c752

Please sign in to comment.