Skip to content

Commit 0bdca99

Browse files
committed
updated package repository
1 parent 917309a commit 0bdca99

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ObservableConcurrentQueue/ObservableConcurrentQueue.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<Description>Observable Concurrent Queue based on the classic concurrent queue (System.Collections.Concurrent.ConcurrentQueue) Allows to raise events when the queue content is changed with the same events as ObservableCollection</Description>
88
<Version>1.2.0.0</Version>
99
<PackageProjectUrl>https://observableconcurrentqueue.codeplex.com/</PackageProjectUrl>
10-
<RepositoryUrl>https://github.com/cyounes/ObservableConcurrentQueue</RepositoryUrl>
11-
<PackageLicense>https://github.com/cyounes/ObservableConcurrentQueue/blob/master/license.md</PackageLicense>
10+
<RepositoryUrl>https://github.com/YounesCheikh/ObservableConcurrentQueue</RepositoryUrl>
11+
<PackageLicense>https://github.com/YounesCheikh/ObservableConcurrentQueue/blob/master/license.md</PackageLicense>
1212
<AssemblyVersion>1.2.0.0</AssemblyVersion>
1313
<FileVersion>1.2.0.0</FileVersion>
1414
<PackageTags>C# Observable Queue Concurrent ConcurrentQueue Event Content</PackageTags>

0 commit comments

Comments
 (0)