Skip to content

Commit

Permalink
Updated dependencies, added sponsorship info
Browse files Browse the repository at this point in the history
  • Loading branch information
yugabe committed Aug 7, 2024
1 parent 54e1e9b commit a5d99dd
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -403,8 +403,12 @@ The following are CORRECT references after installation:
## Contributing and Support

This project is intended to be widely usable, but no warranties are provided. If you want to contact us, feel free to do so in the repo's [[Discussions](https://github.com/podNET-Hungary/PodNet.EnumValues/discussions)], at our website at [podnet.hu](https://podnet.hu), or find us anywhere from [LinkedIn](https://www.linkedin.com/company/podnet-hungary/) and [Patreon](https://www.patreon.com/podNETHungary) to [Meetup](https://www.meetup.com/budapest-net-meetup/), [YouTube](https://www.youtube.com/@podNET) or [X](https://twitter.com/podNET_Hungary).
This project is intended to be widely usable, but no warranties are provided. If you want to contact us, feel free to do so in the org's [[Discussions](https://github.com/podNET-Hungary/discussions)] or the project's [topic](https://github.com/orgs/podNET-Hungary/discussions/1), at our website at [podnet.hu](https://podnet.hu), or find us anywhere from [LinkedIn](https://www.linkedin.com/company/podnet-hungary/) to [Meetup](https://www.meetup.com/budapest-net-meetup/), [YouTube](https://www.youtube.com/@podNET) or [X](https://twitter.com/podNET_Hungary).

Any kinds of contributions from issues to PRs and open discussions are welcome!

Don't forget to give us a ⭐ if you like this repo (it's free to give kudos!) or share it on socials, but we're not averse to offering you some benefits at our [🍻 Patreon 🍻](https://www.patreon.com/podNETHungary) either, if you're so inclined!
Don't forget to give us a ⭐ if you like this repo (it's free to give kudos!) or share it on socials!

## Sponsorship

If you're using our work or like what you see, consider supporting us. Every bit counts. 🙏 [See here for more info.](https://github.com/podNET-Hungary/PodNet.NuGet.Core/blob/main/src/PodNet.NuGet.Core/build/SPONSORS.md)
4 changes: 2 additions & 2 deletions src/EnumValues/PodNet.EnumValues.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<ItemGroup>
<InternalsVisibleTo Include="PodNet.EnumValues.Tests" />

<PackageReference Include="PodNet.Analyzers.Core" Version="1.0.13" PrivateAssets="all" />
<PackageReference Include="PodNet.NuGet.Core" Version="1.0.4" PrivateAssets="all" />
<PackageReference Include="PodNet.Analyzers.Core" Version="1.0.14" PrivateAssets="all" />
<PackageReference Include="PodNet.NuGet.Core" Version="1.0.5" PrivateAssets="all" />

<ProjectReference Include="..\EnumValues.Core\PodNet.EnumValues.Core.csproj" PrivateAssets="all" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="PodNet.Analyzers.Testing" Version="1.2.0" />
<PackageReference Include="MSTest" Version="3.5.0" />
<PackageReference Include="PodNet.Analyzers.Testing" Version="1.2.1" />
<PackageReference Include="MSTest" Version="3.5.1" />

<!-- Take note that the NuGet package has to be packed before the integration tests are executed. -->
<!-- Take care to empty the package from the local and global caches as needed. -->
Expand Down
8 changes: 4 additions & 4 deletions tests/EnumValues.Tests/PodNet.EnumValues.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
<ItemGroup>
<ProjectReference Include="..\..\src\EnumValues\PodNet.EnumValues.csproj" />
<ProjectReference Include="..\..\src\EnumValues.Core\PodNet.EnumValues.Core.csproj" />
<PackageReference Include="MSTest" Version="3.5.0" />
<PackageReference Include="MSTest" Version="3.5.1" />
<!--
This package needs to be referenced directly. The version has to match in the EnumValues project.
The package reference in EnumValues has to be kept private so that consumers won't be referencing
the package in user code.
-->
<PackageReference Include="PodNet.Analyzers.Core" Version="1.0.13" />
<PackageReference Include="PodNet.Analyzers.Testing" Version="1.2.0" />
<PackageReference Include="PodNet.EmbeddedTexts" Version="1.2.0" />
<PackageReference Include="PodNet.Analyzers.Core" Version="1.0.14" />
<PackageReference Include="PodNet.Analyzers.Testing" Version="1.2.1" />
<PackageReference Include="PodNet.EmbeddedTexts" Version="1.2.1" />

<Using Include="Microsoft.VisualStudio.TestTools.UnitTesting" />

Expand Down

0 comments on commit a5d99dd

Please sign in to comment.