Skip to content

Commit

Permalink
Update Aura
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Nov 8, 2023
1 parent 8e0c6e1 commit af7b57a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion NickvisionTagger.GNOME/NickvisionTagger.GNOME.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<PackageReference Include="GirCore.Adw-1" Version="0.4.0" />
<PackageReference Include="Nickvision.Aura" Version="2023.11.0" />
<PackageReference Include="Nickvision.Aura" Version="2023.11.1" />
<PackageReference Include="Nickvision.GirExt" Version="2023.7.3" />
</ItemGroup>

Expand Down
18 changes: 9 additions & 9 deletions NickvisionTagger.GNOME/nuget-sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,10 @@
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.data.sqlite.core/7.0.12/microsoft.data.sqlite.core.7.0.12.nupkg",
"sha512": "4c0a8239cced13a1d22b9166dab97996546ef3b0f7a45948d7f123f5b2421b91d8f53199790a9e56cff79831b032221094af742b4a67a6cf2da3baf3cbcd8183",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.data.sqlite.core/7.0.13/microsoft.data.sqlite.core.7.0.13.nupkg",
"sha512": "cf20ba56a11be80936da443db31c205d3c8563ddba5ed921b9f3dc1856c5b5fb5338e7cc4d8fffc651bf64349bc2c712078b6bdd8091aa3ec43880ff165203fe",
"dest": "nuget-sources",
"dest-filename": "microsoft.data.sqlite.core.7.0.12.nupkg"
"dest-filename": "microsoft.data.sqlite.core.7.0.13.nupkg"
},
{
"type": "file",
Expand Down Expand Up @@ -211,10 +211,10 @@
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/nickvision.aura/2023.11.0/nickvision.aura.2023.11.0.nupkg",
"sha512": "7788d1565cfe5670bd993e91d994d077ed1ebe97f5f2d3d190857328778920a13a0deb9ce0b20ee77f2b3f74887456f05f903b838489b6cb1fbabf531de13041",
"url": "https://api.nuget.org/v3-flatcontainer/nickvision.aura/2023.11.1/nickvision.aura.2023.11.1.nupkg",
"sha512": "7e426ebe7e78e49095e72762419a2a71786bce376fa76bfb876855fa184674dcb24dc7ff684d935c33436dcbee1fd2858b3463e40e3a7683baca7254a4c2b1b9",
"dest": "nuget-sources",
"dest-filename": "nickvision.aura.2023.11.0.nupkg"
"dest-filename": "nickvision.aura.2023.11.1.nupkg"
},
{
"type": "file",
Expand All @@ -225,10 +225,10 @@
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/octokit/8.0.1/octokit.8.0.1.nupkg",
"sha512": "b6ed73fc01621174d68906b92b9f19394bed2b48474cf0385870959cba496bce36b3918b5821232a0809c2c6a4e4c54fb0cfdab8cc7dedfa801ea675fd97b704",
"url": "https://api.nuget.org/v3-flatcontainer/octokit/9.0.0/octokit.9.0.0.nupkg",
"sha512": "fc12c80130652c89c4789ff30fe9a0649288aac65ab17b85dd0c7bca6f75d30ff3aca97e933d6aaf062e467ca9774d739a00688d23e832add3c7da048c790ea7",
"dest": "nuget-sources",
"dest-filename": "octokit.8.0.1.nupkg"
"dest-filename": "octokit.9.0.0.nupkg"
},
{
"type": "file",
Expand Down
2 changes: 1 addition & 1 deletion NickvisionTagger.Shared/NickvisionTagger.Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<PackageReference Include="SixLabors.ImageSharp" Version="3.0.2" />
<PackageReference Include="System.Text.Encoding.CodePages" Version="7.0.0" />
<PackageReference Include="AcoustID.NET" Version="1.3.3" />
<PackageReference Include="Nickvision.Aura" Version="2023.11.0" />
<PackageReference Include="Nickvision.Aura" Version="2023.11.1" />
<PackageReference Include="z440.atl.core" Version="5.12.0" />
<PackageReference Include="MetaBrainz.MusicBrainz" Version="5.0.1" />
<PackageReference Include="MetaBrainz.MusicBrainz.CoverArt" Version="5.1.0" />
Expand Down
2 changes: 1 addition & 1 deletion NickvisionTagger.WinUI/NickvisionTagger.WinUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.4.231008000" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.2428" />
<PackageReference Include="Vanara.PInvoke.User32" Version="3.4.17" />
<PackageReference Include="Nickvision.Aura" Version="2023.11.0" />
<PackageReference Include="Nickvision.Aura" Version="2023.11.1" />
<Manifest Include="$(ApplicationManifest)" />
</ItemGroup>

Expand Down

0 comments on commit af7b57a

Please sign in to comment.