Skip to content
This repository has been archived by the owner on Jul 1, 2020. It is now read-only.

Commit

Permalink
set version number to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
natsuo committed Oct 15, 2018
1 parent 1b5de1d commit 80c30c6
Showing 1 changed file with 22 additions and 24 deletions.
46 changes: 22 additions & 24 deletions Miqo.Config/Miqo.Config.csproj
Original file line number Diff line number Diff line change
@@ -1,29 +1,27 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Authors>Miqo DA</Authors>
<Copyright>Copyright 2018 Miqo DA</Copyright>
<PackageId>Miqo.Config</PackageId>
<PackageProjectUrl>https://github.com/miqo-no/Miqo.Config/</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/miqo-no/Miqo.Config/LICENSE</PackageLicenseUrl>
<RepositoryUrl>https://github.com/miqo-no/Miqo.Config/</RepositoryUrl>
<PackageIconUrl>https://github.com/miqo-no/Miqo.Config/raw/master/.github/logo.png</PackageIconUrl>
<NeutralLanguage>en</NeutralLanguage>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<AssemblyVersion>1.1.2</AssemblyVersion>
<FileVersion>1.1.2</FileVersion>
<Version>1.1.2</Version>
<Description>📄🌟 Managing application and user settings for your .NET application has never been so easy
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Authors>Miqo DA</Authors>
<Copyright>Copyright 2018 Miqo DA</Copyright>
<PackageId>Miqo.Config</PackageId>
<PackageProjectUrl>https://github.com/miqo-no/Miqo.Config/</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/miqo-no/Miqo.Config/LICENSE</PackageLicenseUrl>
<RepositoryUrl>https://github.com/miqo-no/Miqo.Config/</RepositoryUrl>
<PackageIconUrl>https://github.com/miqo-no/Miqo.Config/raw/master/.github/logo.png</PackageIconUrl>
<NeutralLanguage>en</NeutralLanguage>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<AssemblyVersion>2.0.0</AssemblyVersion>
<FileVersion>2.0.0</FileVersion>
<Version>2.0.0</Version>
<Description>📄🌟 Managing application and user settings for your .NET application has never been so easy

Writing repetitive code to manage, read and write configuration files for every project is tedious. Let Miqo.Config take care of the heavy lifting of managing configuration files for you, so you can focus on your project.

Miqo.Config helps translate your strongly typed object to a JSON configuration file.

The library is available for .NET Standard 2.0, .NET Core 2.0 and .NET Framework 4.6.1.</Description>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="2.1.1" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="System.Security.Cryptography.Algorithms" Version="4.3.1" />
</ItemGroup>
Miqo.Config is a .NET Standard 2.0 library that helps translate your strongly typed object to a JSON configuration file.</Description>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="2.1.1" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="System.Security.Cryptography.Algorithms" Version="4.3.1" />
</ItemGroup>
</Project>

0 comments on commit 80c30c6

Please sign in to comment.