Skip to content

Commit

Permalink
#15 restored target frameworks to netstandard1.6;net35;net40;net45;ne…
Browse files Browse the repository at this point in the history
…t46;net6;net7

updated version to 2.1.5
  • Loading branch information
Jani Giannoudis committed Sep 8, 2023
1 parent baf6152 commit 7561388
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 16 deletions.
21 changes: 7 additions & 14 deletions TimePeriod/TimePeriod.csproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net6</TargetFrameworks>
<TargetFrameworks>netstandard1.6;net35;net40;net45;net46;net6;net7</TargetFrameworks>
<AssemblyName>Itenso.TimePeriod</AssemblyName>
<RootNamespace>Itenso.TimePeriod</RootNamespace>
<Version>2.1.4</Version>
<Version>2.1.5</Version>
<Authors>Jani Giannoudis</Authors>
<Company />
<PackageProjectUrl>http://www.codeproject.com/Articles/168662/Time-Period-Library-for-NET</PackageProjectUrl>
Expand All @@ -13,22 +13,15 @@
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageTags>C# ASP.NET Windows .NET Mobile Silverlight C#4.0 Windows-Phone WinForms Date Time Calendar</PackageTags>
<PackageReleaseNotes>- Changed target framework to .NETStandard1.6: supporting .NET Core, Mono, Xamarin, UWP
- Removed support for Silverlight, PCL and WindowsPhone
- Changed testing framework from NUnit to xUnit
- CalendarDateAdd.GetAvailableWeekPeriods is now protected
- TimeFormatter.GetPeriod: fixed copy/paste error
- TimePeriodSubtractor.SubtractPeriods: fixed missing parameter combinePeriods
- TimeLine.CombinePeriods/IntersectPeriods: fixed handling of multiple moments
- HalfyearTimeRange.GetMonths: fixed calculation of second halfyear</PackageReleaseNotes>
<PackageTags>C# ASP.NET Windows .NET Mobile Date Time Calendar</PackageTags>
<PackageReleaseNotes>Restored target frameworks to netstandard1.6;net35;net40;net45;net46;net6;net7</PackageReleaseNotes>
<RepositoryUrl>https://github.com/Giannoudis/TimePeriodLibrary</RepositoryUrl>
<RepositoryType>GitHub</RepositoryType>
<PackageId>TimePeriodLibrary.NET</PackageId>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>TimePeriodLibrary.snk</AssemblyOriginatorKeyFile>
<AssemblyVersion>2.1.4.0</AssemblyVersion>
<FileVersion>2.1.4.0</FileVersion>
<AssemblyVersion>2.1.5.0</AssemblyVersion>
<FileVersion>2.1.5.0</FileVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
2 changes: 1 addition & 1 deletion TimePeriodDemo/TimePeriodDemo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp1.1</TargetFramework>
<Version>2.0.0</Version>
<Version>2.1.5</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion TimePeriodTests/TimePeriodTests.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<PropertyGroup>
<TargetFramework>net6</TargetFramework>
<Version>2.1.1</Version>
<Version>2.1.5</Version>
<PackageId>Itenso.TimePeriodTests.Venki</PackageId>
<RepositoryUrl>https://github.com/Giannoudis/TimePeriodLibrary</RepositoryUrl>
<RepositoryType>GitHub</RepositoryType>
Expand Down

0 comments on commit 7561388

Please sign in to comment.