Skip to content

Commit

Permalink
Move version number back to 2.1.3 for a full release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ipointer-certifid committed Jan 11, 2021
1 parent 6badd1f commit 186a09e
Show file tree
Hide file tree
Showing 13 changed files with 22 additions and 21 deletions.
4 changes: 2 additions & 2 deletions NuLog.CLI.Benchmarking.Log4Net/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers by using the '*'
// as shown below: [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.1.4.0")]
[assembly: AssemblyFileVersion("2.1.4.0")]
[assembly: AssemblyVersion("2.1.3.0")]
[assembly: AssemblyFileVersion("2.1.3.0")]
4 changes: 2 additions & 2 deletions NuLog.CLI.Benchmarking.NLog/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers by using the '*'
// as shown below: [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.1.4.0")]
[assembly: AssemblyFileVersion("2.1.4.0")]
[assembly: AssemblyVersion("2.1.3.0")]
[assembly: AssemblyFileVersion("2.1.3.0")]
4 changes: 2 additions & 2 deletions NuLog.CLI.Benchmarking/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers by using the '*'
// as shown below: [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.1.4.0")]
[assembly: AssemblyFileVersion("2.1.4.0")]
[assembly: AssemblyVersion("2.1.3.0")]
[assembly: AssemblyFileVersion("2.1.3.0")]
4 changes: 2 additions & 2 deletions NuLog.CLI.PerfTune/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers by using the '*'
// as shown below: [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.1.4.0")]
[assembly: AssemblyFileVersion("2.1.4.0")]
[assembly: AssemblyVersion("2.1.3.0")]
[assembly: AssemblyFileVersion("2.1.3.0")]
2 changes: 1 addition & 1 deletion NuLog.NetCore.Tests/NuLog.NetCore.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<IsPackable>false</IsPackable>

<Version>2.1.4.0</Version>
<Version>2.1.3.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion NuLog.NetCore/NuLog.NetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<PackageId>NuLog.NetCore</PackageId>
<Version>2.1.4.0</Version>
<Version>2.1.3.0</Version>
<Authors>Ivan Andrew Pointer</Authors>
<Company>Ivan Andrew Pointer</Company>
<Product>NuLog</Product>
Expand Down
4 changes: 2 additions & 2 deletions NuLog.NetFramework.Tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.1.4.0")]
[assembly: AssemblyFileVersion("2.1.4.0")]
[assembly: AssemblyVersion("2.1.3.0")]
[assembly: AssemblyFileVersion("2.1.3.0")]
2 changes: 1 addition & 1 deletion NuLog.NetFramework.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<language>en-US</language>
<tags>log logging nulog tag</tags>
<dependencies>
<dependency id="NuLog" version="2.1.3-rc4" />
<dependency id="NuLog" version="2.1.3" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions NuLog.NetFramework/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.1.4.0")]
[assembly: AssemblyFileVersion("2.1.4.0")]
[assembly: AssemblyVersion("2.1.3.0")]
[assembly: AssemblyFileVersion("2.1.3.0")]
4 changes: 2 additions & 2 deletions NuLog.Tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers by using the '*'
// as shown below: [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.1.4.0")]
[assembly: AssemblyFileVersion("2.1.4.0")]
[assembly: AssemblyVersion("2.1.3.0")]
[assembly: AssemblyFileVersion("2.1.3.0")]
3 changes: 2 additions & 1 deletion NuLog.sln
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NuLogSnippets", "NuLogSnipp
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build Assets", "Build Assets", "{52C6572A-BFEA-45F5-9897-1FB4B89C07DD}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
AppVeyor.proj = AppVeyor.proj
NuLog.NetFramework.nuspec = NuLog.NetFramework.nuspec
NuLog.nuspec = NuLog.nuspec
Expand All @@ -30,7 +31,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NuLog.NetCore", "NuLog.NetC
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NuLog.NetFramework.Tests", "NuLog.NetFramework.Tests\NuLog.NetFramework.Tests.csproj", "{00ED43A3-E965-464D-8528-311F876CE9B2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NuLog.NetCore.Tests", "NuLog.NetCore.Tests\NuLog.NetCore.Tests.csproj", "{6C81EEE0-902D-424A-8E64-7F3A45E3FEA7}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NuLog.NetCore.Tests", "NuLog.NetCore.Tests\NuLog.NetCore.Tests.csproj", "{6C81EEE0-902D-424A-8E64-7F3A45E3FEA7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
2 changes: 1 addition & 1 deletion NuLog/NuLog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Version>2.1.4.0</Version>
<Version>2.1.3.0</Version>
<Authors>Ivan Andrew Pointer</Authors>
<Company />
<Product />
Expand Down
4 changes: 2 additions & 2 deletions NuLogSnippets/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers by using the '*'
// as shown below: [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.1.4.0")]
[assembly: AssemblyFileVersion("2.1.4.0")]
[assembly: AssemblyVersion("2.1.3.0")]
[assembly: AssemblyFileVersion("2.1.3.0")]

0 comments on commit 186a09e

Please sign in to comment.