File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- next-version : 1.0.5
1
+ next-version : 1.0.6
2
2
tag-prefix : ' [vV]'
3
3
mode : ContinuousDeployment
4
4
branches :
Original file line number Diff line number Diff line change 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
2
2
[ ![ 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 )
3
3
[ ![ 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 )
4
4
Original file line number Diff line number Diff line change 14
14
[ assembly: System . Reflection . AssemblyCompanyAttribute ( "Ninja.Sha!4H" ) ]
15
15
[ assembly: System . Reflection . AssemblyConfigurationAttribute ( "Release" ) ]
16
16
[ 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 " ) ]
20
20
[ assembly: System . Reflection . AssemblyProductAttribute ( "FeatureOne" ) ]
21
21
[ assembly: System . Reflection . AssemblyTitleAttribute ( "FeatureOne" ) ]
22
- [ assembly: System . Reflection . AssemblyVersionAttribute ( "1.0.5 .0" ) ]
22
+ [ assembly: System . Reflection . AssemblyVersionAttribute ( "1.0.6 .0" ) ]
23
23
[ assembly: System . Reflection . AssemblyMetadataAttribute ( "RepositoryUrl" , "https://github.com/NinjaRocks/FeatureOne" ) ]
24
24
25
25
// Generated by the MSBuild WriteCodeFragment class.
Original file line number Diff line number Diff line change 17
17
<Authors >najaf.shayk</Authors >
18
18
<Company >Ninja.Sha!4H</Company >
19
19
<Product >FeatureOne</Product >
20
- <Description >.Net library to provide feature toggles.</Description >
20
+ <Description >.Net library to implement feature toggles.</Description >
21
21
<Copyright >2023</Copyright >
22
22
<PackageReadmeFile >README.md</PackageReadmeFile >
23
23
<RepositoryUrl >https://github.com/NinjaRocks/FeatureOne</RepositoryUrl >
24
24
<RepositoryType >git</RepositoryType >
25
25
<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 >
27
27
<PackageLicenseFile >LICENSE.md</PackageLicenseFile >
28
28
<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
30
30
31
31
Core Functionality - Includes the main functionality of FeatureOne
32
32
You can’t perform that action at this time.
0 commit comments