Skip to content

Commit 3b61f81

Browse files
authored
Merge pull request #7 from NinjaRocks/release/v1.0.6
- Release v 1.0.6
2 parents e7d94e9 + d07f542 commit 3b61f81

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

GitVersion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
next-version: 1.0.5
1+
next-version: 1.0.6
22
tag-prefix: '[vV]'
33
mode: ContinuousDeployment
44
branches:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# <img src="https://github.com/NinjaRocks/FeatureOne/blob/master/ninja-icon-16.png" alt="ninja" style="width:30px;"/> FeatureOne v1.0.5
1+
# <img src="https://github.com/NinjaRocks/FeatureOne/blob/master/ninja-icon-16.png" alt="ninja" style="width:30px;"/> FeatureOne v1.0.6
22
[![NuGet version](https://badge.fury.io/nu/FeatureOne.svg)](https://badge.fury.io/nu/FeatureOne) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/NinjaRocks/FeatureOne/blob/master/License.md) [![CI](https://github.com/NinjaRocks/FeatureOne/actions/workflows/CI-Build.yml/badge.svg)](https://github.com/NinjaRocks/FeatureOne/actions/workflows/CI-Build.yml) [![GitHub Release](https://img.shields.io/github/v/release/ninjarocks/FeatureOne?logo=github&sort=semver)](https://github.com/ninjarocks/FeatureOne/releases/latest)
33
[![CodeQL](https://github.com/NinjaRocks/FeatureOne/actions/workflows/codeql.yml/badge.svg)](https://github.com/NinjaRocks/FeatureOne/actions/workflows/codeql.yml) [![.Net Stardard](https://img.shields.io/badge/.Net%20Standard-2.1-blue)](https://dotnet.microsoft.com/en-us/download/dotnet/2.1)
44

src/FeatureOne/AssemblyInfo.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
[assembly: System.Reflection.AssemblyCompanyAttribute("Ninja.Sha!4H")]
1515
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
1616
[assembly: System.Reflection.AssemblyCopyrightAttribute("2023")]
17-
[assembly: System.Reflection.AssemblyDescriptionAttribute(".Net Library to provide feature toggles.")]
18-
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.5.0")]
19-
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.5")]
17+
[assembly: System.Reflection.AssemblyDescriptionAttribute(".Net Library to implement feature toggles.")]
18+
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.6.0")]
19+
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.6")]
2020
[assembly: System.Reflection.AssemblyProductAttribute("FeatureOne")]
2121
[assembly: System.Reflection.AssemblyTitleAttribute("FeatureOne")]
22-
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.5.0")]
22+
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.6.0")]
2323
[assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/NinjaRocks/FeatureOne")]
2424

2525
// Generated by the MSBuild WriteCodeFragment class.

src/FeatureOne/FeatureOne.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@
1717
<Authors>najaf.shayk</Authors>
1818
<Company>Ninja.Sha!4H</Company>
1919
<Product>FeatureOne</Product>
20-
<Description>.Net library to provide feature toggles.</Description>
20+
<Description>.Net library to implement feature toggles.</Description>
2121
<Copyright>2023</Copyright>
2222
<PackageReadmeFile>README.md</PackageReadmeFile>
2323
<RepositoryUrl>https://github.com/NinjaRocks/FeatureOne</RepositoryUrl>
2424
<RepositoryType>git</RepositoryType>
2525
<PackageTags>feature-toggle; feature-flag; feature-flags; feature-toggles; .netstandard2.1; featureOne</PackageTags>
26-
<Version>1.0.5</Version>
26+
<Version>1.0.6</Version>
2727
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
2828
<PackageIcon>ninja-icon-16.png</PackageIcon>
29-
<PackageReleaseNotes>Release Notes v1.0.4 - Ported to .net standard 2.1
29+
<PackageReleaseNotes>Release Notes v1.0.6 - Ported to .net standard 2.1
3030

3131
Core Functionality - Includes the main functionality of FeatureOne
3232

0 commit comments

Comments
 (0)