Skip to content

Commit

Permalink
Merge pull request #183 from rprouse/update-nuget
Browse files Browse the repository at this point in the history
Update nuget packages and remove Office365 calendar
  • Loading branch information
rprouse authored Sep 21, 2024
2 parents c000c0d + 02da892 commit d381508
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 180 deletions.
6 changes: 3 additions & 3 deletions Guppi.Application/Guppi.Application.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<Authors>Rob Prouse</Authors>
<Company>Alteridem Consulting</Company>
<Product>Guppi command line utility</Product>
<Copyright>Copyright (c) 2023 Rob Prouse</Copyright>
<Copyright>Copyright (c) 2024 Rob Prouse</Copyright>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="OpenAI" Version="1.8.0" />
<PackageReference Include="Spectre.Console" Version="0.48.0" />
<PackageReference Include="OpenAI" Version="1.11.0" />
<PackageReference Include="Spectre.Console" Version="0.49.1" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
<PackageReference Include="System.CommandLine.NamingConventionBinder" Version="2.0.0-beta4.22272.1" />
<PackageReference Include="System.IO.Ports" Version="8.0.0" />
Expand Down
6 changes: 3 additions & 3 deletions Guppi.Console/Guppi.Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
<Authors>Rob Prouse</Authors>
<Company>Alteridem Consulting</Company>
<Product>Guppi command line utility</Product>
<Copyright>Copyright (c) 2023 Rob Prouse</Copyright>
<Copyright>Copyright (c) 2024 Rob Prouse</Copyright>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://github.com/rprouse/guppi</PackageProjectUrl>
<RepositoryUrl>https://github.com/rprouse/guppi</RepositoryUrl>
<PackageId>dotnet-guppi</PackageId>
<Version>5.1.0</Version>
<Version>5.1.1</Version>
<PackAsTool>true</PackAsTool>
<ToolCommandName>guppi</ToolCommandName>
<PackageOutputPath>./nupkg</PackageOutputPath>
Expand Down Expand Up @@ -44,7 +44,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="Spectre.Console" Version="0.48.0" />
<PackageReference Include="Spectre.Console" Version="0.49.1" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
<PackageReference Include="System.CommandLine.NamingConventionBinder" Version="2.0.0-beta4.22272.1" />
<PackageReference Include="TextCopy" Version="6.2.1" />
Expand Down
6 changes: 3 additions & 3 deletions Guppi.Console/Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"profiles": {
"Guppi.Console": {
"commandName": "Project",
"commandLineArgs": "weather daily"
"commandName": "Project",
"commandLineArgs": "cal agenda"
}
}
}
}
1 change: 0 additions & 1 deletion Guppi.Infrastructure/DependencyInjection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ public static IServiceCollection AddInfrastructure(this IServiceCollection servi
return client;
})
.AddTransient<ICalendarService, GoogleCalendarService>()
.AddTransient<ICalendarService, Office365CalendarService>()
.AddTransient<ICalendarService, ICalCalendarService>()
.AddTransient<IGitService, GitService>()
.AddTransient<IHttpRestService, HttpRestService>()
Expand Down
13 changes: 5 additions & 8 deletions Guppi.Infrastructure/Guppi.Infrastructure.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,16 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.10.4" />
<PackageReference Include="Ical.Net" Version="4.2.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="Microsoft.Graph" Version="4.54.0" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.58.1" />
<PackageReference Include="Spectre.Console" Version="0.48.0" />
<PackageReference Include="Spectre.Console" Version="0.49.1" />
<PackageReference Include="System.Speech" Version="8.0.0" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
<PackageReference Include="System.Security.Cryptography.ProtectedData" Version="8.0.0" />
<PackageReference Include="Google.Apis.Calendar.v3" Version="1.64.0.3248" />
<PackageReference Include="LibGit2Sharp" Version="0.29.0" />
<PackageReference Include="Q42.HueApi" Version="3.23.0" />
<PackageReference Include="Q42.HueApi.ColorConverters" Version="3.23.0" />
<PackageReference Include="Google.Apis.Calendar.v3" Version="1.68.0.3536" />
<PackageReference Include="LibGit2Sharp" Version="0.30.0" />
<PackageReference Include="Q42.HueApi" Version="3.23.1" />
<PackageReference Include="Q42.HueApi.ColorConverters" Version="3.23.1" />
</ItemGroup>

</Project>

This file was deleted.

130 changes: 0 additions & 130 deletions Guppi.Infrastructure/Services/Calendar/Office365CalendarService.cs

This file was deleted.

21 changes: 0 additions & 21 deletions Guppi.Infrastructure/Services/Calendar/TokenCacheHelper.cs

This file was deleted.

8 changes: 4 additions & 4 deletions Guppi.Tests/Guppi.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="nunit" Version="4.0.1" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0">
<PackageReference Include="FluentAssertions" Version="6.12.1" />
<PackageReference Include="nunit" Version="4.2.2" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Rob Prouse
Copyright (c) 2024 Rob Prouse

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit d381508

Please sign in to comment.