Skip to content

Commit

Permalink
Merge pull request #130 from Krypton-Suite/canary-129fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Smurf-IV authored Jun 2, 2021
2 parents e911c2b + f959119 commit 5503603
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<!-- Version number used for the assemblies and the NuGet packages -->
<LibraryVersion>6.0.2106</LibraryVersion>
<LibraryVersion>6.0.2106.1</LibraryVersion>
</PropertyGroup>
</Project>
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,11 @@ These packages only support .NET Framework >= 4.5 and .NET Core 3.1/.NET 5.

=======

## 2021-06-01 Build 2106.1 - June 2021 (Update 1 - Canary)
* Fix [#129](https://github.com/Krypton-Suite/Standard-Toolkit/issues/129), Canary Nuget description for `Lite` is incorrect

=======

## 2021-03-27 - Build 2103.1 - March 2021 (Update 1)
* Remove the Auto Versioning on Each build
* Fix [#52](https://github.com/Krypton-Suite/Standard-Toolkit/issues/52), Nuget Package descriptions need to be consistent (And published!)
Expand Down
2 changes: 1 addition & 1 deletion Source/Krypton Components/Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
$(Description)
This package supports all .NET Framework versions starting .NET 3.5 and .NET Core 3.1/.NET 5/6.
Also, all libraries are included targeting each specific framework version for performance purposes.
If you target only .NET Framework >= 3.5 and are not interested in specific framework version, consider using the lite package.
If you target only .NET Framework >= 4.5 and are not interested in specific framework version, consider using the lite package.
</Description>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
<NoWarn>1701;1702</NoWarn>
</PropertyGroup>
<PropertyGroup>
<AssemblyVersion>6.0.2106</AssemblyVersion>
<FileVersion>6.0.2106</FileVersion>
<AssemblyVersion>6.0.2106.1</AssemblyVersion>
<FileVersion>6.0.2106.1</FileVersion>
</PropertyGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
<NoWarn>1701;1702</NoWarn>
</PropertyGroup>
<PropertyGroup>
<AssemblyVersion>6.0.2106</AssemblyVersion>
<FileVersion>6.0.2106</FileVersion>
<AssemblyVersion>6.0.2106.1</AssemblyVersion>
<FileVersion>6.0.2106.1</FileVersion>
</PropertyGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@
<NoWarn>1701;1702</NoWarn>
</PropertyGroup>
<PropertyGroup>
<AssemblyVersion>6.0.2106</AssemblyVersion>
<FileVersion>6.0.2106</FileVersion>
<AssemblyVersion>6.0.2106.1</AssemblyVersion>
<FileVersion>6.0.2106.1</FileVersion>
</PropertyGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@
<NoWarn>1701;1702</NoWarn>
</PropertyGroup>
<PropertyGroup>
<AssemblyVersion>6.0.2106</AssemblyVersion>
<FileVersion>6.0.2106</FileVersion>
<AssemblyVersion>6.0.2106.1</AssemblyVersion>
<FileVersion>6.0.2106.1</FileVersion>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
<NoWarn>1701;1702</NoWarn>
</PropertyGroup>
<PropertyGroup>
<AssemblyVersion>6.0.2106</AssemblyVersion>
<FileVersion>6.0.2106</FileVersion>
<AssemblyVersion>6.0.2106.1</AssemblyVersion>
<FileVersion>6.0.2106.1</FileVersion>
</PropertyGroup>

</Project>

0 comments on commit 5503603

Please sign in to comment.