Skip to content
This repository was archived by the owner on Apr 10, 2018. It is now read-only.

Commit 8ad59fc

Browse files
committed
Updated copyright and version
1 parent 16913e2 commit 8ad59fc

10 files changed

Lines changed: 13 additions & 13 deletions

GlobalAssemblyInfo.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[assembly: AssemblyDescription("")]
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("Fubar Development Junker, RestSharp.Portable community and others")]
12-
[assembly: AssemblyCopyright("Copyright © RestSharp.Portable project 2013-2015")]
12+
[assembly: AssemblyCopyright("Copyright © RestSharp.Portable project 2013-2016")]
1313
[assembly: AssemblyTrademark("")]
1414
[assembly: AssemblyCulture("")]
1515
[assembly: NeutralResourcesLanguage("en")]
@@ -24,9 +24,9 @@
2424
// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern
2525
// durch Einsatz von '*', wie in nachfolgendem Beispiel:
2626
// [assembly: AssemblyVersion("1.0.*")]
27-
[assembly: AssemblyVersion("3.1.0.0")]
28-
[assembly: AssemblyFileVersion("3.1.0.0")]
29-
[assembly: AssemblyInformationalVersion("3.1.0.0")]
27+
[assembly: AssemblyVersion("3.1.1")]
28+
[assembly: AssemblyFileVersion("3.1.1")]
29+
[assembly: AssemblyInformationalVersion("3.1.1")]
3030

3131
[assembly: InternalsVisibleTo("RestSharp.Portable.OAuth, PublicKey=" +
3232
"00240000048000009400000006020000002400005253413100040000010001000f8415df6f1232" +

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2013-2015, Mark Junker All rights reserved.
1+
Copyright (c) 2013-2016, Mark Junker All rights reserved.
22

33
Redistribution and use in source and binary forms, with or without
44
modification, are permitted provided that the following conditions are met:

NuGet/license.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2013-2015, RestSharp.Portable project
1+
Copyright (c) 2013-2016, RestSharp.Portable project
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification,

RestSharp.Portable.Core.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Supported Platforms:
2525
<releaseNotes>- New core library that contains all interfaces and some generic stuff
2626
- New UserAgent property
2727
- Fix for issue #42</releaseNotes>
28-
<copyright>Copyright © RestSharp.Portable project 2013-2015</copyright>
28+
<copyright>Copyright © RestSharp.Portable project 2013-2016</copyright>
2929
<language>en-US</language>
3030
<tags>PCL RestSharp portable core</tags>
3131
<frameworkAssemblies>

RestSharp.Portable.Encodings.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Supported Platforms:
2222
- Portable Class Libraries</description>
2323
<summary>Library that will contain some standard Content-Encoding handlers</summary>
2424
<releaseNotes>- Using the new core library</releaseNotes>
25-
<copyright>Copyright © RestSharp.Portable project 2013-2015</copyright>
25+
<copyright>Copyright © RestSharp.Portable project 2013-2016</copyright>
2626
<language>en-US</language>
2727
<tags>PCL RestSharp portable encoding gzip</tags>
2828
<dependencies>

RestSharp.Portable.HttpClient.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Supported Platforms:
2424
<releaseNotes>- First version of RestSharp.Portable which allows a custom implementation of IHttpClient
2525
- New UserAgent property
2626
- Enable automatic decompression (if available)</releaseNotes>
27-
<copyright>Copyright © RestSharp.Portable project 2013-2015</copyright>
27+
<copyright>Copyright © RestSharp.Portable project 2013-2016</copyright>
2828
<language>en-US</language>
2929
<tags>PCL RestSharp portable</tags>
3030
<dependencies>

RestSharp.Portable.OAuth1.Tests/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("")]
1212
[assembly: AssemblyProduct("RestSharp.Portable.OAuth1.Tests")]
13-
[assembly: AssemblyCopyright("Copyright © 2015")]
13+
[assembly: AssemblyCopyright("Copyright © 2015-2016")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

RestSharp.Portable.WebRequest.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Supported Platforms:
2424
<releaseNotes>- First version of a WebRequest based RestSharp.Portable
2525
- New UserAgent property
2626
- Enable automatic decompression (if available)</releaseNotes>
27-
<copyright>Copyright © RestSharp.Portable project 2013-2015</copyright>
27+
<copyright>Copyright © RestSharp.Portable project 2013-2016</copyright>
2828
<language>en-US</language>
2929
<tags>PCL RestSharp portable</tags>
3030
<dependencies>

RestSharp.Portable.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Supported Platforms:
2222
- Portable Class Libraries</description>
2323
<summary>Some kind of a RestSharp port to PCL</summary>
2424
<releaseNotes>- First version of a WebRequest based RestSharp.Portable</releaseNotes>
25-
<copyright>Copyright © RestSharp.Portable project 2013-2015</copyright>
25+
<copyright>Copyright © RestSharp.Portable project 2013-2016</copyright>
2626
<language>en-US</language>
2727
<tags>PCL RestSharp portable</tags>
2828
<dependencies>

nuget-pack.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[OutputType([void])]
22
param(
33
[Parameter()]
4-
$version = "3.1.0",
4+
$version = "3.1.1",
55
[Parameter()]
66
$config = "Release"
77
)

0 commit comments

Comments
 (0)