Skip to content

Commit

Permalink
Correct project and license URL's in nuspec files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Sneed committed Nov 9, 2017
1 parent 59277d6 commit a8cb79c
Show file tree
Hide file tree
Showing 20 changed files with 12 additions and 12 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<title>Trackable Entities Client for .NET 4.0</title>
<authors>Tony Sneed</authors>
<owners>Tony Sneed</owners>
<licenseUrl>https://github.com/tonysneed/trackable-entities/blob/master/License.txt</licenseUrl>
<projectUrl>http://tonysneed.github.io/trackable-entities</projectUrl>
<licenseUrl>https://github.com/TrackableEntities/trackable-entities/blob/master/License.txt</licenseUrl>
<projectUrl>http://trackableentities.github.io</projectUrl>
<iconUrl>http://bit.ly/tracking-logo-small</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Change-tracking utility for client applications that wish to transmit entities to a web service for batch updates.</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<title>Trackable Entities Common</title>
<authors>Tony Sneed</authors>
<owners>Tony Sneed</owners>
<licenseUrl>https://github.com/tonysneed/trackable-entities/blob/master/License.txt</licenseUrl>
<projectUrl>http://tonysneed.github.io/trackable-entities</projectUrl>
<licenseUrl>https://github.com/TrackableEntities/trackable-entities/blob/master/License.txt</licenseUrl>
<projectUrl>http://trackableentities.github.io</projectUrl>
<iconUrl>http://bit.ly/tracking-logo-small</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Assembly containing ITrackable interface and TrackingState enum.</description>
Expand Down
4 changes: 2 additions & 2 deletions Source/TrackableEntities.EF.5/TrackableEntities.EF.5.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<title>Trackable Entities for EF5</title>
<authors>Tony Sneed</authors>
<owners>Tony Sneed</owners>
<licenseUrl>https://github.com/tonysneed/trackable-entities/blob/master/License.txt</licenseUrl>
<projectUrl>http://tonysneed.github.io/trackable-entities</projectUrl>
<licenseUrl>https://github.com/TrackableEntities/trackable-entities/blob/master/License.txt</licenseUrl>
<projectUrl>http://trackableentities.github.io</projectUrl>
<iconUrl>http://bit.ly/tracking-logo-small</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Provides an ApplyChanges extension method for DbContext that sets EntityState on trackable entities, so they can be saved in a single transaction as part of a batch update.</description>
Expand Down
4 changes: 2 additions & 2 deletions Source/TrackableEntities.EF.6/TrackableEntities.EF.6.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<title>Trackable Entities for EF6</title>
<authors>Tony Sneed</authors>
<owners>Tony Sneed</owners>
<licenseUrl>https://github.com/tonysneed/trackable-entities/blob/master/License.txt</licenseUrl>
<projectUrl>http://tonysneed.github.io/trackable-entities</projectUrl>
<licenseUrl>https://github.com/TrackableEntities/trackable-entities/blob/master/License.txt</licenseUrl>
<projectUrl>http://trackableentities.github.io</projectUrl>
<iconUrl>http://bit.ly/tracking-logo-small</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Provides an ApplyChanges extension method for DbContext that sets EntityState on trackable entities, so they can be saved in a single transaction as part of a batch update.</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<title>Trackable Entities Patterns for EF6</title>
<authors>Tony Sneed</authors>
<owners>Tony Sneed</owners>
<licenseUrl>https://github.com/tonysneed/trackable-entities/blob/master/License.txt</licenseUrl>
<projectUrl>http://tonysneed.github.io/trackable-entities</projectUrl>
<licenseUrl>https://github.com/TrackableEntities/trackable-entities/blob/master/License.txt</licenseUrl>
<projectUrl>http://trackableentities.github.io</projectUrl>
<iconUrl>http://bit.ly/tracking-logo-small</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Provides a basic generic implementation of Repository and Unit of Work patterns.</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<title>Trackable Entities Patterns</title>
<authors>Tony Sneed</authors>
<owners>Tony Sneed</owners>
<licenseUrl>https://github.com/tonysneed/trackable-entities/blob/master/License.txt</licenseUrl>
<projectUrl>http://tonysneed.github.io/trackable-entities</projectUrl>
<licenseUrl>https://github.com/TrackableEntities/trackable-entities/blob/master/License.txt</licenseUrl>
<projectUrl>http://trackableentities.github.io</projectUrl>
<iconUrl>http://bit.ly/tracking-logo-small</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Assembly containing generic IRepository and IUnitOfWork interfaces.</description>
Expand Down

0 comments on commit a8cb79c

Please sign in to comment.