Skip to content

Commit ebb26bf

Browse files
authored
Update Directory.Build.props
1 parent 4f888cb commit ebb26bf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Directory.Build.props

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
<PropertyGroup>
44
<TargetFramework>net10.0</TargetFramework>
5-
<RepositoryUrl>https://github.com/arcenox/TickerQ</RepositoryUrl>
5+
<RepositoryUrl>https://github.com/arcenox-co/TickerQ</RepositoryUrl>
66
<PackageProjectUrl>https://tickerq.net/</PackageProjectUrl>
77
<PackageLicenseExpression>MIT OR Apache-2.0</PackageLicenseExpression>
88
<PackageTags>ticker;queue;cron;time;scheduler;fire-and-forget</PackageTags>
99
<PackageIcon>icon.jpg</PackageIcon>
1010
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
11-
<Version>10.0.1</Version>
11+
<Version>10.0.2</Version>
1212
<LangVersion>latest</LangVersion>
1313
</PropertyGroup>
1414

@@ -19,3 +19,4 @@
1919
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
2020

2121
</Project>
22+
PS

0 commit comments

Comments
 (0)