Skip to content

Commit cd11f49

Browse files
committed
Fix GitHub URLs to use correct username (rammicz) and configure workflow environment
1 parent 63f5b7f commit cd11f49

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.github/workflows/publish-nuget.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
jobs:
88
publish:
99
runs-on: ubuntu-latest
10+
environment: first env
1011

1112
steps:
1213
- name: Checkout code

MongoDB.AspNetCore.Identity.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
<Company>MongoDB AspNetCore Identity Contributors</Company>
1414
<Description>ASP.NET Core Identity provider that uses MongoDB for storage. Modern implementation for .NET Framework 4.8, .NET 8, 9, and 10 with full async/await support and latest MongoDB driver. Maintained by Rammi (https://rammi.cz).</Description>
1515
<Copyright>Copyright © 2025</Copyright>
16-
<PackageProjectUrl>https://github.com/rammi/MongoDB.AspNet.Identity</PackageProjectUrl>
16+
<PackageProjectUrl>https://github.com/rammicz/MongoDB.AspNet.Identity</PackageProjectUrl>
1717
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1818
<PackageReadmeFile>README.md</PackageReadmeFile>
1919
<PackageTags>mongodb;identity;aspnetcore;authentication;net48;net8;net9;net10;netstandard2.1</PackageTags>
20-
<RepositoryUrl>https://github.com/rammi/MongoDB.AspNet.Identity</RepositoryUrl>
20+
<RepositoryUrl>https://github.com/rammicz/MongoDB.AspNet.Identity</RepositoryUrl>
2121
<RepositoryType>git</RepositoryType>
2222
<PackageReleaseNotes>
2323
Version 2.0.2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ MIT License - See LICENSE file for details
266266
## Support
267267

268268
For issues and questions:
269-
- Open an issue on [GitHub](https://github.com/InspectorIT/MongoDB.AspNet.Identity/issues)
269+
- Open an issue on [GitHub](https://github.com/rammicz/MongoDB.AspNet.Identity/issues)
270270
- Check existing issues for solutions
271271

272272
## Version History

TestApplication/TestApplication.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net10.0</TargetFrameworks>
4+
<TargetFrameworks>net10.0;net9.0;net8.0</TargetFrameworks>
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
77
</PropertyGroup>

0 commit comments

Comments
 (0)