Skip to content

Commit

Permalink
Merge pull request #189 from rprouse/issue/188
Browse files Browse the repository at this point in the history
Update Ical.Net
  • Loading branch information
rprouse authored Oct 16, 2024
2 parents 9b46f5c + dd32578 commit 970c320
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Guppi.Console/Guppi.Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageProjectUrl>https://github.com/rprouse/guppi</PackageProjectUrl>
<RepositoryUrl>https://github.com/rprouse/guppi</RepositoryUrl>
<PackageId>dotnet-guppi</PackageId>
<Version>6.1.0</Version>
<Version>6.1.1</Version>
<PackAsTool>true</PackAsTool>
<ToolCommandName>guppi</ToolCommandName>
<PackageOutputPath>./nupkg</PackageOutputPath>
Expand Down
2 changes: 1 addition & 1 deletion Guppi.Console/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"profiles": {
"Guppi.Console": {
"commandName": "Project",
"commandLineArgs": "ip"
"commandLineArgs": "cal agenda"
}
}
}
2 changes: 1 addition & 1 deletion Guppi.Core/Guppi.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<ItemGroup>
<PackageReference Include="Google.Apis.Tasks.v1" Version="1.68.0.3468" />
<PackageReference Include="Google.Apis.Calendar.v3" Version="1.68.0.3557" />
<PackageReference Include="Ical.Net" Version="4.3.0" />
<PackageReference Include="Ical.Net" Version="4.3.1" />
<PackageReference Include="LibGit2Sharp" Version="0.30.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
<PackageReference Include="OpenAI" Version="2.0.0" />
Expand Down

0 comments on commit 970c320

Please sign in to comment.