Skip to content

Commit

Permalink
Merge pull request #3 from harshfeudal/develop
Browse files Browse the repository at this point in the history
[Changes]: Meta fix
  • Loading branch information
harshfeudal authored Mar 12, 2023
2 parents 74fda81 + be8f9e5 commit 890af14
Show file tree
Hide file tree
Showing 10 changed files with 223 additions and 268 deletions.
176 changes: 0 additions & 176 deletions APACHE-LICENSE.md

This file was deleted.

2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#

cmake_minimum_required(VERSION 3.15)
project(Dotenv VERSION 1.2.0 DESCRIPTION "A simple C++ dotenv file reader for reading .env file in simplest way")
project(Dotenv VERSION 1.2.1 DESCRIPTION "A simple C++ dotenv file reader for reading .env file in simplest way")

# Define an INTERFACE library for the header-only library
add_library(${PROJECT_NAME} INTERFACE)
Expand Down
19 changes: 19 additions & 0 deletions MIT_LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Copyright (c) 2023 harshfeudal

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Dotenv for C++

<img src="https://user-images.githubusercontent.com/87577447/223471093-0c3dedd0-780d-40d2-a507-1e07df441909.png" alt="dotenv" align="right" width="250" />
<img src="https://user-images.githubusercontent.com/87577447/223471093-0c3dedd0-780d-40d2-a507-1e07df441909.png" alt="dotenv" align="right" width="200" />

<div align="center">

Expand All @@ -9,7 +9,7 @@ This library support to load environment variables from a `.env` file and read t
[![Build status](https://ci.appveyor.com/api/projects/status/0yh7hmtp0xu98b31?svg=true)](https://ci.appveyor.com/project/harshfeudal/dotenv)
[![Release](https://img.shields.io/github/v/release/harshfeudal/dotenv?color=brightgreen)](https://github.com/harshfeudal/dotenv/releases/latest)
[![GitHub issues](https://img.shields.io/github/issues/harshfeudal/dotenv)](https://github.com/harshfeudal/dotenv/issues)
[![GitHub license](https://img.shields.io/github/license/harshfeudal/dotenv?color=brightgreen)](https://github.com/harshfeudal/dotenv/blob/main/APACHE-LICENSE.md)
[![GitHub license](https://img.shields.io/github/license/harshfeudal/dotenv?color=brightgreen)](https://github.com/harshfeudal/dotenv/blob/master/MIT_LICENSE.md)
<br />
[![Discord](https://img.shields.io/discord/900408551573438584?style=flat&logo=discord)](https://discord.gg/6Faaqhaqjs)
[![GitHub stars](https://img.shields.io/github/stars/harshfeudal/dotenv?color=ff69b4)](https://github.com/harshfeudal/dotenv/stargazers)
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.2.0.{build}
version: 1.2.1.{build}
image: Visual Studio 2022
environment:
matrix:
Expand Down
Loading

0 comments on commit 890af14

Please sign in to comment.