Skip to content

Commit a2b3f17

Browse files
committed
Fix nuspec wrong project url.
1 parent 1e691e0 commit a2b3f17

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/DynamicAuthorization.Mvc.Core/DynamicAuthorization.Mvc.Core.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<version>$version$</version>
66
<authors>Mohsen Esmailpour</authors>
77
<owners>mo.esmp</owners>
8-
<projectUrl>https://github.com/mo-esmp/serilog-ui</projectUrl>
8+
<projectUrl>https://github.com/mo-esmp/DynamicRoleBasedAuthorizationNETCore</projectUrl>
99
<license type="expression">MIT</license>
1010
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1111
<description>Dynamically authorize users without hard coding roles</description>

src/DynamicAuthorization.Mvc.JsonStore/DynamicAuthorization.Mvc.JsonStore.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<version>$version$</version>
66
<authors>Mohsen Esmailpour</authors>
77
<owners>mo.esmp</owners>
8-
<projectUrl>https://github.com/mo-esmp/serilog-ui</projectUrl>
8+
<projectUrl>https://github.com/mo-esmp/DynamicRoleBasedAuthorizationNETCore</projectUrl>
99
<license type="expression">MIT</license>
1010
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1111
<description>JSON store for DynamicAuthorization</description>

src/DynamicAuthorization.Mvc.MsSqlServerStore/DynamicAuthorization.Mvc.MsSqlServerStore.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<version>$version$</version>
66
<authors>Mohsen Esmailpour</authors>
77
<owners>mo.esmp</owners>
8-
<projectUrl>https://github.com/mo-esmp/serilog-ui</projectUrl>
8+
<projectUrl>https://github.com/mo-esmp/DynamicRoleBasedAuthorizationNETCore</projectUrl>
99
<license type="expression">MIT</license>
1010
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1111
<description>SQL Sever store for DynamicAuthorization</description>

src/DynamicAuthorization.Mvc.Ui/DynamicAuthorization.Mvc.Ui.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<authors>Mohsen Esmailpour</authors>
88
<owners>mo.esmp</owners>
99
<requireLicenseAcceptance>false</requireLicenseAcceptance>
10-
<projectUrl>https://github.com/mo-esmp/serilog-ui</projectUrl>
10+
<projectUrl>https://github.com/mo-esmp/DynamicRoleBasedAuthorizationNETCore</projectUrl>
1111
<license type="expression">MIT</license>
1212
<description>Simple web UI to create role and role access for DynamicAuthorization</description>
1313
<releaseNotes></releaseNotes>

0 commit comments

Comments
 (0)