Skip to content

Commit

Permalink
V 1.0.1 Update Icl.Net (4.2.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
pt-icg committed Jul 1, 2021
1 parent 167e558 commit 57100ed
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,20 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Ical.Net, Version=4.1.8.0, Culture=neutral, PublicKeyToken=65c0446cd019ea53, processorArchitecture=MSIL">
<HintPath>..\packages\Ical.Net.4.1.11\lib\net46\Ical.Net.dll</HintPath>
<Reference Include="Ical.Net, Version=1.0.0.0, Culture=neutral, PublicKeyToken=65c0446cd019ea53, processorArchitecture=MSIL">
<HintPath>..\packages\Ical.Net.4.2.0\lib\netstandard2.0\Ical.Net.dll</HintPath>
</Reference>
<Reference Include="IcgSoftware.IntToOrdinalNumber, Version=0.9.3.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\IcgSoftware.IntToOrdinalNumber.0.9.3\lib\netstandard2.0\IcgSoftware.IntToOrdinalNumber.dll</HintPath>
<Reference Include="IcgSoftware.IntToOrdinalNumber, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\IcgSoftware.IntToOrdinalNumber.1.0.0\lib\netstandard2.0\IcgSoftware.IntToOrdinalNumber.dll</HintPath>
</Reference>
<Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\MSTest.TestFramework.1.3.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath>
</Reference>
<Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\MSTest.TestFramework.1.3.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath>
</Reference>
<Reference Include="NodaTime, Version=2.0.2.0, Culture=neutral, PublicKeyToken=4226afe0d9b296d1, processorArchitecture=MSIL">
<HintPath>..\packages\NodaTime.2.0.2\lib\net45\NodaTime.dll</HintPath>
<Reference Include="NodaTime, Version=3.0.0.0, Culture=neutral, PublicKeyToken=4226afe0d9b296d1, processorArchitecture=MSIL">
<HintPath>..\packages\NodaTime.3.0.0\lib\netstandard2.0\NodaTime.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand All @@ -64,6 +64,9 @@
<Reference Include="System.Reflection.TypeExtensions, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Reflection.TypeExtensions.4.1.0\lib\net462\System.Reflection.TypeExtensions.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.7.1\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Runtime.Serialization.Primitives, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Runtime.Serialization.Primitives.4.3.0\lib\net46\System.Runtime.Serialization.Primitives.dll</HintPath>
Expand Down
7 changes: 4 additions & 3 deletions IcgSoftware.RecurrenceRuleToText.UnitTest/packages.config
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Ical.Net" version="4.1.11" targetFramework="net472" />
<package id="IcgSoftware.IntToOrdinalNumber" version="0.9.3" targetFramework="net472" />
<package id="Ical.Net" version="4.2.0" targetFramework="net472" />
<package id="IcgSoftware.IntToOrdinalNumber" version="1.0.0" targetFramework="net472" />
<package id="MSTest.TestAdapter" version="1.3.2" targetFramework="net472" />
<package id="MSTest.TestFramework" version="1.3.2" targetFramework="net472" />
<package id="NodaTime" version="2.0.2" targetFramework="net472" />
<package id="NodaTime" version="3.0.0" targetFramework="net472" />
<package id="System.Reflection" version="4.1.0" targetFramework="net472" />
<package id="System.Reflection.TypeExtensions" version="4.1.0" targetFramework="net472" />
<package id="System.Runtime.CompilerServices.Unsafe" version="4.7.1" targetFramework="net472" />
<package id="System.Runtime.Serialization.Primitives" version="4.3.0" targetFramework="net472" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.0.0</Version>
<Version>1.0.1</Version>
<Authors>pt</Authors>
<Company>IcgSoftware</Company>
<Description>Human readable extension for iCal.NET RecurrencePattern https://github.com/rianjs/ical.net</Description>
Expand All @@ -13,7 +13,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Ical.Net" Version="4.1.11" />
<PackageReference Include="Ical.Net" Version="4.2.0" />
<PackageReference Include="IcgSoftware.IntToOrdinalNumber" Version="1.0.0" />
</ItemGroup>

Expand Down
1 change: 0 additions & 1 deletion RecurrenceRuleWebAppVue/Views/Home/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@
</div>
<div class="col-10 d-flex flex-wrap" id="yearly-multiple-months">
<div class="btn-group btn-group-toggle">
@*<rrule-button-group v-bind:items="YearlyMultipleMonths" v-bind:width="50" v-bind:toggle="Toggle" v-bind:disabled="YearlyOptions !== 'yearly-multiple-months'"></rrule-button-group>*@
<rrule-button-group v-bind:items="YearlyMultipleMonths" v-bind:buttonwidth="50" v-bind:toggle="Toggle" v-bind:disabled="YearlyOptions !== 'yearly-multiple-months'"></rrule-button-group>
@*<button class="btn btn-outline-secondary" style="width:50px;" v-for="item in YearlyMultipleMonths" v-on:click="Toggle(item)" v-bind:class="{ active: item.checked }" v-bind:disabled="YearlyOptions !== 'yearly-multiple-months'">
{{ item.text }}
Expand Down

0 comments on commit 57100ed

Please sign in to comment.