Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Commit

Permalink
Migrate to csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
azyobuzin committed Mar 22, 2017
1 parent c17e8e6 commit f95e11b
Show file tree
Hide file tree
Showing 59 changed files with 185 additions and 196 deletions.
38 changes: 19 additions & 19 deletions CoreTweet-All.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
# Visual Studio 15
VisualStudioVersion = 15.0.26228.9
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CoreTweet.net40", "CoreTweet.net40\CoreTweet.net40.csproj", "{B8237636-EC72-47BD-887B-E66D4123F422}"
EndProject
Expand All @@ -22,7 +22,7 @@ Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "CoreTweet.Shared", "CoreTwe
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RestApisGen", "RestApisGen\RestApisGen.csproj", "{4CE2E990-4E40-4BDF-86AF-372A5275C397}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "CoreTweet", "CoreTweet\CoreTweet.xproj", "{F9AF3421-2F0B-475E-9D06-86DB4A0E9412}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreTweet", "CoreTweet\CoreTweet.csproj", "{00D06B71-E59A-48E2-8082-E8FBF5ED5EAA}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
Expand Down Expand Up @@ -93,22 +93,22 @@ Global
{4CE2E990-4E40-4BDF-86AF-372A5275C397}.Release|ARM.ActiveCfg = Debug|Any CPU
{4CE2E990-4E40-4BDF-86AF-372A5275C397}.Release|x64.ActiveCfg = Debug|Any CPU
{4CE2E990-4E40-4BDF-86AF-372A5275C397}.Release|x86.ActiveCfg = Debug|Any CPU
{F9AF3421-2F0B-475E-9D06-86DB4A0E9412}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F9AF3421-2F0B-475E-9D06-86DB4A0E9412}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F9AF3421-2F0B-475E-9D06-86DB4A0E9412}.Debug|ARM.ActiveCfg = Debug|Any CPU
{F9AF3421-2F0B-475E-9D06-86DB4A0E9412}.Debug|ARM.Build.0 = Debug|Any CPU
{F9AF3421-2F0B-475E-9D06-86DB4A0E9412}.Debug|x64.ActiveCfg = Debug|Any CPU
{F9AF3421-2F0B-475E-9D06-86DB4A0E9412}.Debug|x64.Build.0 = Debug|Any CPU
{F9AF3421-2F0B-475E-9D06-86DB4A0E9412}.Debug|x86.ActiveCfg = Debug|Any CPU
{F9AF3421-2F0B-475E-9D06-86DB4A0E9412}.Debug|x86.Build.0 = Debug|Any CPU
{F9AF3421-2F0B-475E-9D06-86DB4A0E9412}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F9AF3421-2F0B-475E-9D06-86DB4A0E9412}.Release|Any CPU.Build.0 = Release|Any CPU
{F9AF3421-2F0B-475E-9D06-86DB4A0E9412}.Release|ARM.ActiveCfg = Release|Any CPU
{F9AF3421-2F0B-475E-9D06-86DB4A0E9412}.Release|ARM.Build.0 = Release|Any CPU
{F9AF3421-2F0B-475E-9D06-86DB4A0E9412}.Release|x64.ActiveCfg = Release|Any CPU
{F9AF3421-2F0B-475E-9D06-86DB4A0E9412}.Release|x64.Build.0 = Release|Any CPU
{F9AF3421-2F0B-475E-9D06-86DB4A0E9412}.Release|x86.ActiveCfg = Release|Any CPU
{F9AF3421-2F0B-475E-9D06-86DB4A0E9412}.Release|x86.Build.0 = Release|Any CPU
{00D06B71-E59A-48E2-8082-E8FBF5ED5EAA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00D06B71-E59A-48E2-8082-E8FBF5ED5EAA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00D06B71-E59A-48E2-8082-E8FBF5ED5EAA}.Debug|ARM.ActiveCfg = Debug|Any CPU
{00D06B71-E59A-48E2-8082-E8FBF5ED5EAA}.Debug|ARM.Build.0 = Debug|Any CPU
{00D06B71-E59A-48E2-8082-E8FBF5ED5EAA}.Debug|x64.ActiveCfg = Debug|Any CPU
{00D06B71-E59A-48E2-8082-E8FBF5ED5EAA}.Debug|x64.Build.0 = Debug|Any CPU
{00D06B71-E59A-48E2-8082-E8FBF5ED5EAA}.Debug|x86.ActiveCfg = Debug|Any CPU
{00D06B71-E59A-48E2-8082-E8FBF5ED5EAA}.Debug|x86.Build.0 = Debug|Any CPU
{00D06B71-E59A-48E2-8082-E8FBF5ED5EAA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00D06B71-E59A-48E2-8082-E8FBF5ED5EAA}.Release|Any CPU.Build.0 = Release|Any CPU
{00D06B71-E59A-48E2-8082-E8FBF5ED5EAA}.Release|ARM.ActiveCfg = Release|Any CPU
{00D06B71-E59A-48E2-8082-E8FBF5ED5EAA}.Release|ARM.Build.0 = Release|Any CPU
{00D06B71-E59A-48E2-8082-E8FBF5ED5EAA}.Release|x64.ActiveCfg = Release|Any CPU
{00D06B71-E59A-48E2-8082-E8FBF5ED5EAA}.Release|x64.Build.0 = Release|Any CPU
{00D06B71-E59A-48E2-8082-E8FBF5ED5EAA}.Release|x86.ActiveCfg = Release|Any CPU
{00D06B71-E59A-48E2-8082-E8FBF5ED5EAA}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
2 changes: 1 addition & 1 deletion CoreTweet.Shared/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyConfiguration("Release")]
[assembly: AssemblyCompany("CoreTweet Development Team")]
[assembly: AssemblyProduct("CoreTweet")]
[assembly: AssemblyCopyright("(c) 2013-2016 CoreTweet Development Team")]
[assembly: AssemblyCopyright("(c) 2013-2017 CoreTweet Development Team")]
[assembly: AssemblyTrademark("")]

#if DEBUG
Expand Down
2 changes: 1 addition & 1 deletion CoreTweet.Shared/AssemblyVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion("0.7.2.*")]
[assembly: AssemblyVersion("0.7.2")]
[assembly: AssemblyFileVersion("0.7.2")]
[assembly: AssemblyInformationalVersion("0.7.2")]
2 changes: 1 addition & 1 deletion CoreTweet.Shared/Attribute.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// The MIT License (MIT)
//
// CoreTweet - A .NET Twitter Library supporting Twitter API 1.1
// Copyright (c) 2013-2016 CoreTweet Development Team
// Copyright (c) 2013-2017 CoreTweet Development Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion CoreTweet.Shared/ConnectionOptions.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// The MIT License (MIT)
//
// CoreTweet - A .NET Twitter Library supporting Twitter API 1.1
// Copyright (c) 2013-2016 CoreTweet Development Team
// Copyright (c) 2013-2017 CoreTweet Development Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion CoreTweet.Shared/Exceptions.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// The MIT License (MIT)
//
// CoreTweet - A .NET Twitter Library supporting Twitter API 1.1
// Copyright (c) 2013-2016 CoreTweet Development Team
// Copyright (c) 2013-2017 CoreTweet Development Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion CoreTweet.Shared/Internal/ApiProviderBase.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// The MIT License (MIT)
//
// CoreTweet - A .NET Twitter Library supporting Twitter API 1.1
// Copyright (c) 2013-2016 CoreTweet Development Team
// Copyright (c) 2013-2017 CoreTweet Development Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion CoreTweet.Shared/Internal/Converters.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// The MIT License (MIT)
//
// CoreTweet - A .NET Twitter Library supporting Twitter API 1.1
// Copyright (c) 2013-2016 CoreTweet Development Team
// Copyright (c) 2013-2017 CoreTweet Development Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion CoreTweet.Shared/Internal/CoreBase.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// The MIT License (MIT)
//
// CoreTweet - A .NET Twitter Library supporting Twitter API 1.1
// Copyright (c) 2013-2016 CoreTweet Development Team
// Copyright (c) 2013-2017 CoreTweet Development Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion CoreTweet.Shared/Internal/Extensions.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2013-2016 CoreTweet Development Team
// Copyright (c) 2013-2017 CoreTweet Development Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion CoreTweet.Shared/Internal/ITwitterResponse.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2013-2016 CoreTweet Development Team
// Copyright (c) 2013-2017 CoreTweet Development Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion CoreTweet.Shared/Internal/InternalUtils.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// The MIT License (MIT)
//
// CoreTweet - A .NET Twitter Library supporting Twitter API 1.1
// Copyright (c) 2013-2016 CoreTweet Development Team
// Copyright (c) 2013-2017 CoreTweet Development Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion CoreTweet.Shared/Internal/MultipartItem.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// The MIT License (MIT)
//
// CoreTweet - A .NET Twitter Library supporting Twitter API 1.1
// Copyright (c) 2013-2016 CoreTweet Development Team
// Copyright (c) 2013-2017 CoreTweet Development Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion CoreTweet.Shared/Internal/ProgressHttpContent.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// The MIT License (MIT)
//
// CoreTweet - A .NET Twitter Library supporting Twitter API 1.1
// Copyright (c) 2013-2016 CoreTweet Development Team
// Copyright (c) 2013-2017 CoreTweet Development Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion CoreTweet.Shared/Internal/Request.Async.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// The MIT License (MIT)
//
// CoreTweet - A .NET Twitter Library supporting Twitter API 1.1
// Copyright (c) 2013-2016 CoreTweet Development Team
// Copyright (c) 2013-2017 CoreTweet Development Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion CoreTweet.Shared/Internal/Request.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// The MIT License (MIT)
//
// CoreTweet - A .NET Twitter Library supporting Twitter API 1.1
// Copyright (c) 2013-2016 CoreTweet Development Team
// Copyright (c) 2013-2017 CoreTweet Development Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion CoreTweet.Shared/Internal/SecurityUtils.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// The MIT License (MIT)
//
// CoreTweet - A .NET Twitter Library supporting Twitter API 1.1
// Copyright (c) 2013-2016 CoreTweet Development Team
// Copyright (c) 2013-2017 CoreTweet Development Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion CoreTweet.Shared/Internal/SimpleProgress.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// The MIT License (MIT)
//
// CoreTweet - A .NET Twitter Library supporting Twitter API 1.1
// Copyright (c) 2013-2016 CoreTweet Development Team
// Copyright (c) 2013-2017 CoreTweet Development Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion CoreTweet.Shared/Internal/TokensBase.Async.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// The MIT License (MIT)
//
// CoreTweet - A .NET Twitter Library supporting Twitter API 1.1
// Copyright (c) 2013-2016 CoreTweet Development Team
// Copyright (c) 2013-2017 CoreTweet Development Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion CoreTweet.Shared/Internal/TokensBase.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// The MIT License (MIT)
//
// CoreTweet - A .NET Twitter Library supporting Twitter API 1.1
// Copyright (c) 2013-2016 CoreTweet Development Team
// Copyright (c) 2013-2017 CoreTweet Development Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion CoreTweet.Shared/MethodType.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// The MIT License (MIT)
//
// CoreTweet - A .NET Twitter Library supporting Twitter API 1.1
// Copyright (c) 2013-2016 CoreTweet Development Team
// Copyright (c) 2013-2017 CoreTweet Development Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion CoreTweet.Shared/OAuth.Async.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// The MIT License (MIT)
//
// CoreTweet - A .NET Twitter Library supporting Twitter API 1.1
// Copyright (c) 2013-2016 CoreTweet Development Team
// Copyright (c) 2013-2017 CoreTweet Development Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion CoreTweet.Shared/OAuth.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// The MIT License (MIT)
//
// CoreTweet - A .NET Twitter Library supporting Twitter API 1.1
// Copyright (c) 2013-2016 CoreTweet Development Team
// Copyright (c) 2013-2017 CoreTweet Development Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion CoreTweet.Shared/Objects/Collections.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// The MIT License (MIT)
//
// CoreTweet - A .NET Twitter Library supporting Twitter API 1.1
// Copyright (c) 2013-2016 CoreTweet Development Team
// Copyright (c) 2013-2017 CoreTweet Development Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion CoreTweet.Shared/Objects/Cursored.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// The MIT License (MIT)
//
// CoreTweet - A .NET Twitter Library supporting Twitter API 1.1
// Copyright (c) 2013-2016 CoreTweet Development Team
// Copyright (c) 2013-2017 CoreTweet Development Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion CoreTweet.Shared/Objects/Embed.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// The MIT License (MIT)
//
// CoreTweet - A .NET Twitter Library supporting Twitter API 1.1
// Copyright (c) 2013-2016 CoreTweet Development Team
// Copyright (c) 2013-2017 CoreTweet Development Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion CoreTweet.Shared/Objects/Entities.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// The MIT License (MIT)
//
// CoreTweet - A .NET Twitter Library supporting Twitter API 1.1
// Copyright (c) 2013-2016 CoreTweet Development Team
// Copyright (c) 2013-2017 CoreTweet Development Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion CoreTweet.Shared/Objects/Error.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// The MIT License (MIT)
//
// CoreTweet - A .NET Twitter Library supporting Twitter API 1.1
// Copyright (c) 2013-2016 CoreTweet Development Team
// Copyright (c) 2013-2017 CoreTweet Development Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion CoreTweet.Shared/Objects/Helps.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// The MIT License (MIT)
//
// CoreTweet - A .NET Twitter Library supporting Twitter API 1.1
// Copyright (c) 2013-2016 CoreTweet Development Team
// Copyright (c) 2013-2017 CoreTweet Development Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion CoreTweet.Shared/Objects/List.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// The MIT License (MIT)
//
// CoreTweet - A .NET Twitter Library supporting Twitter API 1.1
// Copyright (c) 2013-2016 CoreTweet Development Team
// Copyright (c) 2013-2017 CoreTweet Development Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion CoreTweet.Shared/Objects/Media.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// The MIT License (MIT)
//
// CoreTweet - A .NET Twitter Library supporting Twitter API 1.1
// Copyright (c) 2013-2016 CoreTweet Development Team
// Copyright (c) 2013-2017 CoreTweet Development Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion CoreTweet.Shared/Objects/OAuth2Token.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// The MIT License (MIT)
//
// CoreTweet - A .NET Twitter Library supporting Twitter API 1.1
// Copyright (c) 2013-2016 CoreTweet Development Team
// Copyright (c) 2013-2017 CoreTweet Development Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion CoreTweet.Shared/Objects/Places.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// The MIT License (MIT)
//
// CoreTweet - A .NET Twitter Library supporting Twitter API 1.1
// Copyright (c) 2013-2016 CoreTweet Development Team
// Copyright (c) 2013-2017 CoreTweet Development Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion CoreTweet.Shared/Objects/RateLimit.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// The MIT License (MIT)
//
// CoreTweet - A .NET Twitter Library supporting Twitter API 1.1
// Copyright (c) 2013-2016 CoreTweet Development Team
// Copyright (c) 2013-2017 CoreTweet Development Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion CoreTweet.Shared/Objects/SearchQuery.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// The MIT License (MIT)
//
// CoreTweet - A .NET Twitter Library supporting Twitter API 1.1
// Copyright (c) 2013-2016 CoreTweet Development Team
// Copyright (c) 2013-2017 CoreTweet Development Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion CoreTweet.Shared/Objects/Setting.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// The MIT License (MIT)
//
// CoreTweet - A .NET Twitter Library supporting Twitter API 1.1
// Copyright (c) 2013-2016 CoreTweet Development Team
// Copyright (c) 2013-2017 CoreTweet Development Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion CoreTweet.Shared/Objects/Status.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// The MIT License (MIT)
//
// CoreTweet - A .NET Twitter Library supporting Twitter API 1.1
// Copyright (c) 2013-2016 CoreTweet Development Team
// Copyright (c) 2013-2017 CoreTweet Development Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion CoreTweet.Shared/Objects/Tokens.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// The MIT License (MIT)
//
// CoreTweet - A .NET Twitter Library supporting Twitter API 1.1
// Copyright (c) 2013-2016 CoreTweet Development Team
// Copyright (c) 2013-2017 CoreTweet Development Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion CoreTweet.Shared/Objects/User.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// The MIT License (MIT)
//
// CoreTweet - A .NET Twitter Library supporting Twitter API 1.1
// Copyright (c) 2013-2016 CoreTweet Development Team
// Copyright (c) 2013-2017 CoreTweet Development Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading

0 comments on commit f95e11b

Please sign in to comment.